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-10-09T05:01:51.551Z||main|||||INFO|500||The following profiles are active: basic
2022-10-09T05:02:04.294Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-09T05:02:04.295Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-09T05:02:04.421Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-09T05:02:09.187Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-09T05:02:09.664Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-09T05:02:10.393Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-09T05:02:10.401Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-09T05:02:10.582Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-09T05:02:10.823Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-09T05:02:11.496Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-09T05:02:13.491Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-09T05:02:16.117Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-09T05:02:16.193Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-09T05:02:16.814Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-09T05:02:17.172Z||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-10-09T05:02:18.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-09T05:02:19.747Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-09T05:02:19.769Z||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$$1cee29c1.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-10-09T05:02:19.770Z||main|||||WARN|500||The sdc end point is not alive
2022-10-09T05:02:23.339Z||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-10-09T05:02:26.545Z||main|||||WARN|500||---
2022-10-09T05:02:26.546Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-09T05:02:26.547Z||main|||||WARN|500||---
2022-10-09T05:02:27.059Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-09T05:02:32.941Z||main|||||INFO|500||Started Application in 44.765 seconds (JVM running for 46.835)
2022-10-09T05:02:32.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-09T05:02:32.999Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-09T05:02:33.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-09T05:02:33.055Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-09T05:02:33.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c33930fe-65f8-4931-9546-d01345a1d263 url= /sdc/v1/artifactTypes
2022-10-09T05:02:33.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-09T05:02:34.253Z||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.16.119] 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$$b15c31d1.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-10-09T05:02:34.259Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@167b0cf9
2022-10-09T05:02:34.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-10-09T05:02:34.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-10-09T05:02:34.281Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-10-09T05:02:34.284Z||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$$b15c31d1.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-10-09T05:03:22.935Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-09T05:03:22.935Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-09T05:03:22.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-09T05:03:22.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-09T05:03:22.963Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9400ea16-ec43-49e8-bc5d-bf211810aa7d url= /sdc/v1/artifactTypes
2022-10-09T05:03:22.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-09T05:03:23.980Z||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.16.119] 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$$b15c31d1.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-10-09T05:03:23.981Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@494d465c
2022-10-09T05:03:23.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-10-09T05:03:23.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-10-09T05:03:23.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-10-09T05:03:23.984Z||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$$b15c31d1.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-10-09T05:04:12.934Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-09T05:04:12.935Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-09T05:04:12.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-09T05:04:12.938Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-09T05:04:12.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce21535d-d89d-480f-99cb-6d7264684452 url= /sdc/v1/artifactTypes
2022-10-09T05:04:12.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-09T05:04:13.964Z||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.16.119] 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$$b15c31d1.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-10-09T05:04:13.965Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4099d59a
2022-10-09T05:04:13.966Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-10-09T05:04:13.966Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-10-09T05:04:13.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-10-09T05:04:13.967Z||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$$b15c31d1.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-10-09T05:05:02.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-09T05:05:02.938Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-09T05:05:02.938Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-09T05:05:02.943Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-09T05:05:02.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a322e52-495b-47a4-a5bb-aab2fc32cbb8 url= /sdc/v1/artifactTypes
2022-10-09T05:05:02.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-09T05:05:03.364Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-09T05:05:03.383Z||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-10-09T05:05:03.453Z||scheduling-1|||||DEBUG|500||create keys
2022-10-09T05:05:03.463Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-09T05:05:03.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:05:03.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 661f874d-9f77-431d-b19d-c44b01e9a912 url= /sdc/v1/registerForDistribution
2022-10-09T05:05:03.750Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 661f874d-9f77-431d-b19d-c44b01e9a912 url= /sdc/v1/registerForDistribution
2022-10-09T05:05:03.751Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-09T05:05:03.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:05:03.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:05:03.782Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-09T05:05:03.795Z||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-10-09T05:05:03.795Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:05:03.797Z||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-10-09T05:05:03.797Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:05:14.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:05:14.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:06:03.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:06:03.762Z||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-10-09T05:06:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:06:03.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:06:03.771Z||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-10-09T05:06:03.771Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:06:13.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:06:13.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:07:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:07:03.761Z||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-10-09T05:07:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:07:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:07:03.767Z||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-10-09T05:07:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:07:13.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:07:13.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:08:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:08:03.762Z||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-10-09T05:08:03.763Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:08:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:08:03.767Z||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-10-09T05:08:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:08:13.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:08:13.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:09:03.761Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:09:03.763Z||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-10-09T05:09:03.763Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:09:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:09:03.766Z||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-10-09T05:09:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:09:13.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:09:13.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:10:03.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:10:03.763Z||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-10-09T05:10:03.763Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:10:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:10:03.767Z||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-10-09T05:10:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:10:13.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:10:13.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:11:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:11:03.762Z||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-10-09T05:11:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:11:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:11:03.768Z||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-10-09T05:11:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:11:13.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:11:13.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:12:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:12:03.762Z||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-10-09T05:12:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:12:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:12:03.768Z||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-10-09T05:12:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:12:13.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:12:13.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:12:38.011Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-09T05:13:03.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:13:03.762Z||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-10-09T05:13:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:13:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:13:03.767Z||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-10-09T05:13:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:13:13.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:13:13.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:14:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:14:03.761Z||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-10-09T05:14:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:14:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:14:03.767Z||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-10-09T05:14:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:14:13.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:14:13.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:15:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:15:03.761Z||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-10-09T05:15:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:15:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:15:03.766Z||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-10-09T05:15:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:15:13.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:15:13.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:16:03.763Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:16:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:16:03.767Z||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-10-09T05:16:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:16:03.767Z||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-10-09T05:16:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:16:13.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:16:13.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:17:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:17:03.762Z||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-10-09T05:17:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:17:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:17:03.767Z||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-10-09T05:17:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:17:13.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:17:13.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:18:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:18:03.762Z||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-10-09T05:18:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:18:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:18:03.766Z||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-10-09T05:18:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:18:13.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:18:13.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:19:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:19:03.762Z||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-10-09T05:19:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:19:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:19:03.767Z||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-10-09T05:19:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:19:13.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:19:13.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:20:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:20:03.761Z||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-10-09T05:20:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:20:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:20:03.766Z||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-10-09T05:20:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:20:13.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:20:13.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:21:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:21:03.761Z||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-10-09T05:21:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:21:03.767Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:21:03.767Z||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-10-09T05:21:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:21:13.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:21:13.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:22:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:22:03.761Z||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-10-09T05:22:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:22:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:22:03.767Z||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-10-09T05:22:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:22:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:22:13.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:23:03.761Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:23:03.766Z||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-10-09T05:23:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:23:03.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:23:03.770Z||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-10-09T05:23:03.771Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:23:13.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:23:13.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:24:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:24:03.761Z||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-10-09T05:24:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:24:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:24:03.767Z||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-10-09T05:24:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:24:13.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:24:13.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:25:03.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:25:03.762Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-09T05:25:03.763Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:25:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:25:03.766Z||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-10-09T05:25:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:25:13.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:25:13.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:26:03.760Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:26:03.761Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-09T05:26:03.762Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:26:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:26:03.767Z||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-10-09T05:26:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:26:13.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:26:13.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:27:03.760Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:27:03.761Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-09T05:27:03.761Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:27:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:27:03.767Z||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-10-09T05:27:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:27:13.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:27:13.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:28:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:28:03.761Z||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-10-09T05:28:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:28:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:28:03.767Z||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-10-09T05:28:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:28:13.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:28:13.333Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:29:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:29:03.761Z||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-10-09T05:29:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:29:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:29:03.766Z||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-10-09T05:29:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:29:13.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:29:13.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:30:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:30:03.763Z||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-10-09T05:30:03.763Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:30:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:30:03.766Z||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-10-09T05:30:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:30:13.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:30:13.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:31:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:31:03.762Z||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-10-09T05:31:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:31:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:31:03.766Z||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-10-09T05:31:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:31:13.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:31:13.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:32:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:32:03.761Z||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-10-09T05:32:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:32:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:32:03.766Z||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-10-09T05:32:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:32:13.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:32:13.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:33:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:33:03.761Z||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-10-09T05:33:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:33:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:33:03.766Z||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-10-09T05:33:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:33:13.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:33:13.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:34:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:34:03.761Z||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-10-09T05:34:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:34:03.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:34:03.767Z||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-10-09T05:34:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:34:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:34:13.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:35:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:35:03.762Z||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-10-09T05:35:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:35:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:35:03.767Z||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-10-09T05:35:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:35:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:35:13.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:36:03.764Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:36:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:36:03.768Z||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-10-09T05:36:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:36:03.768Z||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-10-09T05:36:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:36:13.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:36:13.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:37:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:37:03.761Z||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-10-09T05:37:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:37:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:37:03.767Z||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-10-09T05:37:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:37:13.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:37:13.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:38:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:38:03.761Z||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-10-09T05:38:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:38:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:38:03.767Z||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-10-09T05:38:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:38:13.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:38:13.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:39:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:39:03.761Z||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-10-09T05:39:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:39:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:39:03.767Z||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-10-09T05:39:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:39:13.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:39:13.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:40:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:40:03.761Z||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-10-09T05:40:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:40:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:40:03.767Z||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-10-09T05:40:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:40:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:40:13.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:41:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:41:03.761Z||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-10-09T05:41:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:41:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:41:03.766Z||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-10-09T05:41:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:41:13.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:41:13.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:42:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:42:03.761Z||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-10-09T05:42:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:42:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:42:03.767Z||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-10-09T05:42:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:42:13.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:42:13.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:43:03.763Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:43:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:43:03.770Z||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-10-09T05:43:03.771Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:43:03.771Z||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-10-09T05:43:03.771Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:43:13.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:43:13.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:44:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:44:03.762Z||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-10-09T05:44:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:44:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:44:03.767Z||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-10-09T05:44:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:44:13.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:44:13.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:45:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:45:03.762Z||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-10-09T05:45:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:45:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:45:03.767Z||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-10-09T05:45:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:45:13.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:45:13.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:46:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:46:03.761Z||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-10-09T05:46:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:46:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:46:03.766Z||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-10-09T05:46:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:46:13.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:46:13.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:47:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:47:03.761Z||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-10-09T05:47:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:47:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:47:03.767Z||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-10-09T05:47:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:47:13.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:47:13.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:48:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:48:03.761Z||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-10-09T05:48:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:48:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:48:03.767Z||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-10-09T05:48:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:48:13.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:48:13.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:49:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:49:03.762Z||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-10-09T05:49:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:49:03.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:49:03.766Z||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-10-09T05:49:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:49:13.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:49:13.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:50:03.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:50:03.762Z||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-10-09T05:50:03.763Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:50:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:50:03.766Z||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-10-09T05:50:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:50:13.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:50:13.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:51:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:51:03.762Z||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-10-09T05:51:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:51:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:51:03.767Z||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-10-09T05:51:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:51:13.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:51:13.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:52:03.762Z||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-10-09T05:52:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:52:03.766Z||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-10-09T05:52:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:09.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:09.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-09T05:52:09.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e050151f-3827-4da0-bbcc-2a7e4f6784a7","serviceName":"basic_onboard_jqyjiH","serviceVersion":"1.0","serviceUUID":"350b64c1-2f51-4cd7-b661-3d84905c34fc","serviceDescription":"service","serviceInvariantUUID":"acb0a858-b40c-4390-a05b-f726ced152d7","resources":[{"resourceInstanceName":"basic_onboard_jqyjiH 0","resourceName":"basic_onboard_jqyjiH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae130eef-fd01-4a34-9491-145fd28dd23f","resourceInvariantUUID":"fb35d004-fc57-4931-b0e3-cee4e2c8f345","resourceCustomizationUUID":"ea8ed00d-9d68-4cf1-8cbe-87e559e413ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml","artifactChecksum":"YjFiODQwYWNmNTQzNGI0NTJmNGRjMDg1OTI3NzE1NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28684c62-9fca-4509-a79d-a4186dcd6f9c","artifactVersion":"1"},{"artifactName":"basic_onboard_jqyjih0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json","artifactChecksum":"ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4970322-78b7-44a6-9ec3-80a979b194ef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17418534-60b0-4c14-81f9-042b867ba07f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"654b64c4-c4bf-4c62-a6ad-71ea6027dfbc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b02acb8d-8306-497f-bbb7-f9c01ee3bd57","artifactVersion":"2","generatedFromUUID":"17418534-60b0-4c14-81f9-042b867ba07f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJqyjih-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml","artifactChecksum":"MjBlZGU0NTdlMGUyZTU2YTAxM2RkMmM1OGUwN2E4M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3640a47c-a696-4a52-bf50-6ef4cbab96b2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJqyjih-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar","artifactChecksum":"MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c10fa80-3d03-4c6b-9002-17cdee38289d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-09T05:52:09.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:09.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:09.887Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:09.887Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:52:09.987Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-09T05:52:09.993Z||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-10-09T05:52:09.993Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:10.004Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:10.005Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T05:52:10.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:10.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:52:10.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:52:10.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:52:10.896Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:10.897Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:10.898Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:10.898Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T05:52:10.999Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:11.000Z||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-10-09T05:52:11.000Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:11.009Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:11.010Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:11.900Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:11.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:11.903Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-09T05:52:12.003Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:12.004Z||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-10-09T05:52:12.005Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:12.016Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:12.016Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:12.903Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:12.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:12.906Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:12.907Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:52:13.007Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:13.008Z||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-10-09T05:52:13.009Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:13.057Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:13.058Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-10-09T05:52:13.908Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:13.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:13.911Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:13.911Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-09T05:52:14.012Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:14.013Z||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-10-09T05:52:14.013Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:14.023Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:14.024Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:14.912Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:14.913Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:14.915Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:14.915Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:52:15.015Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:15.016Z||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-10-09T05:52:15.017Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:15.026Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:15.026Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:15.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T05:52:15.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:15.919Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:15.919Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:52:16.019Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:16.020Z||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-10-09T05:52:16.020Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:16.033Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:16.034Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:16.921Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"serviceName": "basic_onboard_jqyjiH",
"serviceVersion": "1.0",
"serviceUUID": "350b64c1-2f51-4cd7-b661-3d84905c34fc",
"serviceDescription": "service",
"serviceInvariantUUID": "acb0a858-b40c-4390-a05b-f726ced152d7",
"resources": [
{
"resourceInstanceName": "basic_onboard_jqyjiH 0",
"resourceCustomizationUUID": "ea8ed00d-9d68-4cf1-8cbe-87e559e413ea",
"resourceName": "basic_onboard_jqyjiH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ae130eef-fd01-4a34-9491-145fd28dd23f",
"resourceInvariantUUID": "fb35d004-fc57-4931-b0e3-cee4e2c8f345",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jqyjih0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"artifactChecksum": "ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e4970322-78b7-44a6-9ec3-80a979b194ef",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "17418534-60b0-4c14-81f9-042b867ba07f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b02acb8d-8306-497f-bbb7-f9c01ee3bd57",
"generatedFromUUID": "17418534-60b0-4c14-81f9-042b867ba07f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b02acb8d-8306-497f-bbb7-f9c01ee3bd57",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJqyjih-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"artifactChecksum": "MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c10fa80-3d03-4c6b-9002-17cdee38289d"
}
],
"workloadContext": "Production"
}
2022-10-09T05:52:16.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-09T05:52:16.922Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 350b64c1-2f51-4cd7-b661-3d84905c34fc ASDC
2022-10-09T05:52:17.045Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e050151f-3827-4da0-bbcc-2a7e4f6784a7
ServiceName:basic_onboard_jqyjiH
ServiceVersion:1.0
ServiceUUID:350b64c1-2f51-4cd7-b661-3d84905c34fc
ServiceInvariantUUID:acb0a858-b40c-4390-a05b-f726ced152d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJqyjih-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar
ArtifactUUID:2c10fa80-3d03-4c6b-9002-17cdee38289d
ArtifactChecksum:MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jqyjiH 0
ResourceCustomizationUUID:ea8ed00d-9d68-4cf1-8cbe-87e559e413ea
ResourceInvariantUUID:fb35d004-fc57-4931-b0e3-cee4e2c8f345
ResourceName:basic_onboard_jqyjiH
ResourceType:VF
ResourceUUID:ae130eef-fd01-4a34-9491-145fd28dd23f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jqyjih0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json
ArtifactUUID:e4970322-78b7-44a6-9ec3-80a979b194ef
ArtifactChecksum:ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY=
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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml
ArtifactUUID:17418534-60b0-4c14-81f9-042b867ba07f
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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
ArtifactUUID:b02acb8d-8306-497f-bbb7-f9c01ee3bd57
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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
ArtifactUUID:b02acb8d-8306-497f-bbb7-f9c01ee3bd57
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-09T05:52:17.046Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 350b64c1-2f51-4cd7-b661-3d84905c34fc 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-10-09T05:52:17.289Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T05:52:17.291Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T05:52:17.292Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T05:52:17.293Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c10fa80-3d03-4c6b-9002-17cdee38289d from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:17.293Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T05:52:17.295Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:17.376Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T05:52:17.392Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2c10fa80-3d03-4c6b-9002-17cdee38289d 75314
2022-10-09T05:52:17.392Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar ASDC sendASDCNotification
2022-10-09T05:52:17.393Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:17.395Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T05:52:17.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:17.399Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:17.399Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294737392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:52:17.499Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:17.500Z||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-10-09T05:52:17.501Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:17.513Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:17.514Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-09T05:52:18.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T05:52:18.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T05:52:18.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c10fa80-3d03-4c6b-9002-17cdee38289d, URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar to file: /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:18.402Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:18.501Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:18.501Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:19.101Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13860908787811380914/Definitions/service-BasicOnboardJqyjih-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-09T05:52:21.212Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jqyjiH 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T05:52:21.224Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.226Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.230Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:21.230Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T05:52:21.232Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T05:52:21.233Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.233Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria
2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-09T05:52:21.240Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.240Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria
2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92ca1758-3936-416a-a2e9-fb599837fa3c
2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:21.245Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jqyjiH
Description:service
Model UUID:350b64c1-2f51-4cd7-b661-3d84905c34fc
Model Version:NULL
Model InvariantUuid:acb0a858-b40c-4390-a05b-f726ced152d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jqyjiH
Model UUID:5480a5b3-4a2c-4cba-aa21-e379c6fe8f1f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb35d004-fc57-4931-b0e3-cee4e2c8f345
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ea8ed00d-9d68-4cf1-8cbe-87e559e413ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a5cb738c-857e-4326-abb8-2473dee75c54
ModelName:BasicOnboardJqyjih..base_ubuntu18..module-0
ModelUuid:23bcd1fb-2ab9-4289-81d4-b32f8546e66b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:92ca1758-3936-416a-a2e9-fb599837fa3c
ModelInvariantUuid:5e2eb876-a1fe-43b6-af95-b01f28207925
ModelName:basic_onboard_jqyjiH-nodes.ubuntu18Cvfc
ModelUuid:7e0d82b9-d360-4647-8f08-55b8e7572274
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2796c470-cb6d-424b-a7c9-377a77c4de6a
ModelInvariantUuid:ea626d2a-0ef4-4a86-9a57-b2cb2e9b2e8b
ModelName:BasicOnboardJqyjih.compute.nodes.heat.ubuntu18
ModelUuid:80dce29b-37e4-4587-93dd-eca4b8451838
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-10-09T05:52:21.262Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ae130eef-fd01-4a34-9491-145fd28dd23f
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-10-09T05:52:21.350Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||basic_onboard_jqyjiH 0
2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae130eef-fd01-4a34-9491-145fd28dd23f
2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4970322-78b7-44a6-9ec3-80a979b194ef from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json
2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T05:52:21.359Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json
2022-10-09T05:52:21.406Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T05:52:21.407Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json e4970322-78b7-44a6-9ec3-80a979b194ef 798
2022-10-09T05:52:21.407Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json ASDC sendASDCNotification
2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json
2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:21.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:21.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294741407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:52:21.510Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T05:52:21.512Z||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-10-09T05:52:21.512Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:21.522Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:21.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:22.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJqyjih..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a5cb738c-857e-4326-abb8-2473dee75c54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23bcd1fb-2ab9-4289-81d4-b32f8546e66b",
"vfModuleModelCustomizationUUID": "1b7eb78a-b628-46f8-ab23-30eb6bf7f61d",
"isBase": true,
"artifacts": [
"17418534-60b0-4c14-81f9-042b867ba07f",
"b02acb8d-8306-497f-bbb7-f9c01ee3bd57"
],
"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-10-09T05:52:22.427Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJqyjih..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23bcd1fb-2ab9-4289-81d4-b32f8546e66b
VfModuleModelInvariantUUID:a5cb738c-857e-4326-abb8-2473dee75c54
VfModuleModelDescription:NULL
Artifacts UUID List:{
17418534-60b0-4c14-81f9-042b867ba07f
,
b02acb8d-8306-497f-bbb7-f9c01ee3bd57
}
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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJqyjih..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a5cb738c-857e-4326-abb8-2473dee75c54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23bcd1fb-2ab9-4289-81d4-b32f8546e66b",
"vfModuleModelCustomizationUUID": "1b7eb78a-b628-46f8-ab23-30eb6bf7f61d",
"isBase": true,
"artifacts": [
"17418534-60b0-4c14-81f9-042b867ba07f",
"b02acb8d-8306-497f-bbb7-f9c01ee3bd57"
],
"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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJqyjih..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23bcd1fb-2ab9-4289-81d4-b32f8546e66b
VfModuleModelInvariantUUID:a5cb738c-857e-4326-abb8-2473dee75c54
VfModuleModelDescription:NULL
Artifacts UUID List:{
17418534-60b0-4c14-81f9-042b867ba07f
,
b02acb8d-8306-497f-bbb7-f9c01ee3bd57
}
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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17418534-60b0-4c14-81f9-042b867ba07f from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml
2022-10-09T05:52:22.432Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T05:52:22.432Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml
2022-10-09T05:52:22.485Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 17418534-60b0-4c14-81f9-042b867ba07f 5033
2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml
2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T05:52:22.487Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:22.489Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:22.489Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294742486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:52:22.589Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:22.590Z||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-10-09T05:52:22.590Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:22.609Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:22.610Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b02acb8d-8306-497f-bbb7-f9c01ee3bd57 from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
2022-10-09T05:52:23.550Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T05:52:23.551Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env b02acb8d-8306-497f-bbb7-f9c01ee3bd57 909
2022-10-09T05:52:23.551Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:23.555Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:23.555Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294743551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:52:23.655Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:23.656Z||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-10-09T05:52:23.656Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:23.673Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:23.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:24.557Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 350b64c1-2f51-4cd7-b661-3d84905c34fc
2022-10-09T05:52:24.558Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jqyjiH 0 ae130eef-fd01-4a34-9491-145fd28dd23f 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-10-09T05:52:24.590Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e9795a1, org.onap.sdc.toscaparser.api.parameters.Input@3711c874, org.onap.sdc.toscaparser.api.parameters.Input@6791d5d6, org.onap.sdc.toscaparser.api.parameters.Input@46dd319a, org.onap.sdc.toscaparser.api.parameters.Input@64458e7d]
2022-10-09T05:52:24.594Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.594Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ea8ed00d-9d68-4cf1-8cbe-87e559e413ea
2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea matches Tosca VF Customization UUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea
2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea 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-10-09T05:52:24.604Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.604Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ea8ed00d-9d68-4cf1-8cbe-87e559e413ea: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb0b71e
2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.607Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-09T05:52:24.607Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b7eb78a-b628-46f8-ab23-30eb6bf7f61d
2022-10-09T05:52:24.608Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b7eb78a-b628-46f8-ab23-30eb6bf7f61d
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-10-09T05:52:24.614Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.615Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:24.615Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria
2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-09T05:52:24.618Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92ca1758-3936-416a-a2e9-fb599837fa3c
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-10-09T05:52:24.625Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.625Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria
2022-10-09T05:52:24.627Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=ea8ed00d-9d68-4cf1-8cbe-87e559e413ea
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-10-09T05:52:24.628Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 350b64c1-2f51-4cd7-b661-3d84905c34fc: basic_onboard_jqyjiH
2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T05:52:24.632Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_jqyjiH
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-10-09T05:52:24.804Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jqyjiH ae130eef-fd01-4a34-9491-145fd28dd23f 1 ASDC deployResourceStructure
2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json ASDC sendASDCNotification
2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json
2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:24.807Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:24.807Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294744805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T05:52:24.907Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:24.908Z||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-10-09T05:52:24.908Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:24.920Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:24.920Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml
2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T05:52:25.809Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:25.811Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:25.811Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294745808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-09T05:52:25.911Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:25.912Z||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-10-09T05:52:25.912Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:25.925Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:25.925Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env
2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:26.814Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:26.814Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294746812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-09T05:52:26.915Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T05:52:26.916Z||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-10-09T05:52:26.916Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:26.929Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:26.930Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-09T05:52:27.815Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar ASDC sendASDCNotification
2022-10-09T05:52:27.816Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar
2022-10-09T05:52:27.816Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T05:52:27.817Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:52:27.819Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:52:27.819Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294747815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T05:52:27.920Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:52:27.921Z||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-10-09T05:52:27.921Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:52:27.934Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:52:27.935Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-09T05:52:28.820Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:52:28.846Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:52:28.848Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T05:52:28.848Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T05:52:28.849Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T05:52:58.849Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:52:58.862Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:52:58.875Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T05:52:58.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T05:52:58.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T05:53:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:53:03.767Z||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-10-09T05:53:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:53:03.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:53:03.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:53:03.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:53:03.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:53:28.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:53:28.887Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:53:28.890Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T05:53:28.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T05:53:28.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T05:53:58.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:53:58.908Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:53:58.911Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T05:53:58.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T05:53:58.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T05:54:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:54:03.767Z||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-10-09T05:54:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:54:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:54:04.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294724280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294723760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294735691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294737392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294736759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294737842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1665294732107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294738931,
"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-10-09T05:54:04.327Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7
2022-10-09T05:54:04.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294732596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665294739937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294741407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294740405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294742486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "cds",
"timestamp": 1665294741435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-09T05:54:04.349Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7
2022-10-09T05:54:04.349Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294743551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294744805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294745808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294746812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294747815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294742036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294742101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294749957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294745996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294753806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294758210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294758399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294760219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665294759404,
"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-10-09T05:54:04.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7
2022-10-09T05:54:04.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "clamp",
"timestamp": 1665294761223,
"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-10-09T05:54:04.390Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7
2022-10-09T05:54:04.391Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294765227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T05:54:04.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:54:04.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:54:04.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "aai-ml",
"timestamp": 1665294766233,
"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-10-09T05:54:04.403Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7
2022-10-09T05:54:04.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:28.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:54:28.926Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7
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-10-09T05:54:28.929Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T05:54:28.931Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:54:28.937Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-09T05:54:58.937Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:58.949Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 and serviceModelVersionId: 350b64c1-2f51-4cd7-b661-3d84905c34fc
2022-10-09T05:54:58.949Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acb0a858-b40c-4390-a05b-f726ced152d7
2022-10-09T05:55:03.774Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:55:03.776Z||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-10-09T05:55:03.777Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:55:13.363Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:55:14.628Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0
2022-10-09T05:55:14.742Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-09T05:55:15.246Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|INFO|500||Invoke
2022-10-09T05:55:15.253Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e02b1f0-0620-459d-913a-7d0f24a1e560], X-ECOMP-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], X-TransactionId=[], X-ONAP-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], Content-Type=[application/merge-patch+json]}
2022-10-09T05:55:15.375Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-09T05:55:15.636Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?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/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221009-05:55:13:925-84136], vertex-id=[172112], Content-Length=[0], Date=[Sun, 09 Oct 2022 05:55:13 GMT], Content-Type=[application/json]}
2022-10-09T05:55:15.637Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-09T05:55:15.638Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|INFO|500||InvokeReturn
2022-10-09T05:55:15.641Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-09T05:55:15.641Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:15.647Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:15.648Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e050151f-3827-4da0-bbcc-2a7e4f6784a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-09T05:55:15.649Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-09T05:55:15.650Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T05:55:15.652Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T05:55:15.652Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294915649,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T05:55:15.752Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T05:55:15.753Z||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-10-09T05:55:15.754Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T05:55:15.767Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:55:15.767Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-09T05:55:16.664Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:55:16.665Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:16.665Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:55:26.915Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:55:26.916Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:55:26.916Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:26.917Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:55:36.459Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:55:36.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:55:36.460Z||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-10-09T05:55:36.461Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:55:46.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:56:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:56:03.761Z||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-10-09T05:56:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:56:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:56:03.766Z||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-10-09T05:56:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:56:04.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:56:04.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-09T05:56:04.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665294915649,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T05:56:04.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T05:56:13.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:57:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:57:03.762Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:57:03.768Z||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-10-09T05:57:03.768Z||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-10-09T05:57:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:57:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:57:13.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:57:13.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:58:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:58:03.761Z||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-10-09T05:58:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:58:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:58:03.767Z||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-10-09T05:58:03.768Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:58:13.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:58:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:59:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:59:03.762Z||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-10-09T05:59:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:59:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T05:59:03.766Z||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-10-09T05:59:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T05:59:13.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T05:59:13.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:00:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:00:03.762Z||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-10-09T06:00:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:00:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:00:03.766Z||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-10-09T06:00:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:00:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:00:13.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:01:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:01:03.761Z||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-10-09T06:01:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:01:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:01:03.767Z||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-10-09T06:01:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:01:13.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:01:13.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:02:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:02:03.761Z||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-10-09T06:02:03.761Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:02:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:02:03.766Z||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-10-09T06:02:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:02:13.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:02:13.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:03:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:03:03.762Z||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-10-09T06:03:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:03:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:03:03.766Z||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-10-09T06:03:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:03:13.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:03:13.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:04:03.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:04:03.764Z||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-10-09T06:04:03.764Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:04:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:04:03.766Z||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-10-09T06:04:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:04:13.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:04:13.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:05:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:05:03.762Z||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-10-09T06:05:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:05:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:05:03.766Z||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-10-09T06:05:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:05:13.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:05:13.329Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:06:03.762Z||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-10-09T06:06:03.762Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:06:03.767Z||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-10-09T06:06:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:04.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:04.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:04.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295532107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7db56a13-5622-4663-8879-6618774117d2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3b3e8ad4-f2b2-4547-ad60-c5cc93791d19","serviceDescription":"service","serviceInvariantUUID":"2b0475db-f7a2-4696-a8d0-1ae590e35b87","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bbc8db1d-2b68-4f6b-a59f-13462b8852ea","resourceInvariantUUID":"4742b970-a970-4290-bffc-65619a3eab54","resourceCustomizationUUID":"9e696d24-5606-4dc6-939d-caea336e5039","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":"MzZiMmJlNGUzNTBmMjgzMjJhNTM2ZTNmM2IwN2FjYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bbce86a-e51b-41c7-ae28-5924d51d5923","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"621f71b7-f12d-435e-897b-b75645e99d78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-09T06:06:04.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295532107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "cds",
"timestamp": 1665295542596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "cds",
"timestamp": 1665295542596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295544281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:06:04.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "cds",
"timestamp": 1665295545387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:06:04.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:06:04.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295544281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:04.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "cds",
"timestamp": 1665295546395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-09T06:06:04.407Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:06:04.408Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295563760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-10-09T06:06:04.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2
2022-10-09T06:06:04.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "clamp",
"timestamp": 1665295552036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "clamp",
"timestamp": 1665295552036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:04.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "aai-ml",
"timestamp": 1665295552101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "aai-ml",
"timestamp": 1665295552101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "aai-ml",
"timestamp": 1665295554938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295555999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:06:04.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295555999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:04.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295558732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:06:04.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "aai-ml",
"timestamp": 1665295560278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:06:04.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295560585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:06:04.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "aai-ml",
"timestamp": 1665295561282,
"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-10-09T06:06:04.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2
2022-10-09T06:06:04.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:06:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295561590,
"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-10-09T06:06:04.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2
2022-10-09T06:06:04.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.508Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:06:04.509Z||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-10-09T06:06:04.509Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:04.521Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:04.522Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:06:05.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:06:05.409Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:06:05.411Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:06:05.411Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295563760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:06:05.512Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:06:05.513Z||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-10-09T06:06:05.513Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:05.524Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:05.524Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:06:06.413Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3b3e8ad4-f2b2-4547-ad60-c5cc93791d19",
"serviceDescription": "service",
"serviceInvariantUUID": "2b0475db-f7a2-4696-a8d0-1ae590e35b87",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9e696d24-5606-4dc6-939d-caea336e5039",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bbc8db1d-2b68-4f6b-a59f-13462b8852ea",
"resourceInvariantUUID": "4742b970-a970-4290-bffc-65619a3eab54",
"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": "OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "621f71b7-f12d-435e-897b-b75645e99d78"
}
],
"workloadContext": "Production"
}
2022-10-09T06:06:06.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-09T06:06:06.414Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 ASDC
2022-10-09T06:06:06.415Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7db56a13-5622-4663-8879-6618774117d2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
ServiceInvariantUUID:2b0475db-f7a2-4696-a8d0-1ae590e35b87
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:621f71b7-f12d-435e-897b-b75645e99d78
ArtifactChecksum:OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9e696d24-5606-4dc6-939d-caea336e5039
ResourceInvariantUUID:4742b970-a970-4290-bffc-65619a3eab54
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bbc8db1d-2b68-4f6b-a59f-13462b8852ea
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-09T06:06:06.415Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 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-10-09T06:06:06.450Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:06:06.451Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 621f71b7-f12d-435e-897b-b75645e99d78 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-09T06:06:06.453Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-09T06:06:06.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-09T06:06:06.528Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 621f71b7-f12d-435e-897b-b75645e99d78 57664
2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:06:06.530Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:06:06.532Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:06:06.533Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295566529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:06:06.632Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:06:06.633Z||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-10-09T06:06:06.634Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:06.646Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:06.646Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:06:07.533Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 621f71b7-f12d-435e-897b-b75645e99d78, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-09T06:06:07.536Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:07.536Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:07.788Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16493839897793698568/Definitions/service-BasicNetwork-template.yml
2022-10-09T06:06:08.392Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-09T06:06:08.392Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.399Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.399Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
Model Version:NULL
Model InvariantUuid:2b0475db-f7a2-4696-a8d0-1ae590e35b87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4742b970-a970-4290-bffc-65619a3eab54
Model UUID:103302ca-85c8-4c15-bfc0-27b77fc4c42e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9e696d24-5606-4dc6-939d-caea336e5039
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-10-09T06:06:08.405Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: bbc8db1d-2b68-4f6b-a59f-13462b8852ea
2022-10-09T06:06:08.405Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||No resources found for Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
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-10-09T06:06:08.411Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||
2022-10-09T06:06:08.411Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-09T06:06:08.416Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57a67d66, org.onap.sdc.toscaparser.api.parameters.Input@370c3c78, org.onap.sdc.toscaparser.api.parameters.Input@33a24def, org.onap.sdc.toscaparser.api.parameters.Input@22b2fccf, org.onap.sdc.toscaparser.api.parameters.Input@461be8b2]
2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19: Generic NeutronNet
2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.420Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-09T06:06:08.458Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.458Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:06:08.460Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-09T06:06:08.506Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:06:08.506Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:06:08.508Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:06:08.508Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295568505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:06:08.609Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-09T06:06:08.610Z||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-10-09T06:06:08.610Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:08.622Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:08.623Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:06:09.509Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7db56a13-5622-4663-8879-6618774117d2
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-10-09T06:06:09.520Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7db56a13-5622-4663-8879-6618774117d2
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-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-09T06:06:09.531Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-09T06:06:39.531Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:39.538Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7db56a13-5622-4663-8879-6618774117d2 and serviceModelVersionId: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19
2022-10-09T06:06:39.539Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b0475db-f7a2-4696-a8d0-1ae590e35b87
2022-10-09T06:06:39.540Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0
2022-10-09T06:06:39.549Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-09T06:06:39.606Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|INFO|500||Invoke
2022-10-09T06:06:39.607Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7db56a13-5622-4663-8879-6618774117d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d094920-0ae7-4a0c-86de-3a2aa1d141ee], X-ECOMP-RequestID=[7db56a13-5622-4663-8879-6618774117d2], X-TransactionId=[], X-ONAP-RequestID=[7db56a13-5622-4663-8879-6618774117d2], Content-Type=[application/merge-patch+json]}
2022-10-09T06:06:39.634Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-09T06:06:39.757Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?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/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221009-06:06:38:146-60876], vertex-id=[323768], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:06:38 GMT], Content-Type=[application/json]}
2022-10-09T06:06:39.758Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|INFO|500||InvokeReturn
2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-09T06:06:39.769Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-09T06:06:39.769Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7db56a13-5622-4663-8879-6618774117d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-09T06:06:39.770Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-09T06:06:39.770Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:06:39.778Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:06:39.778Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295599770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T06:06:39.873Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-09T06:06:39.874Z||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-10-09T06:06:39.874Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:06:39.892Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:06:39.894Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-09T06:07:03.760Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:07:03.762Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T06:07:03.762Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:07:03.766Z||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-10-09T06:07:03.766Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:03.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:07:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295563760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:03.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:07:04.387Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:04.389Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-09T06:07:04.389Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"78b63b43-5c2e-4ffa-bb7e-e91460c74f8a","serviceName":"Demo_pNF_M1IqJNkrxQS9T3x5t9B2","serviceVersion":"1.0","serviceUUID":"1242fd09-7a0c-443a-85fe-5200763fbcb1","serviceDescription":"catalog service description","serviceInvariantUUID":"b3e522b7-496c-4a76-91e1-d076478beaa3","resources":[{"resourceInstanceName":"pNF f39b9774-8d7a 0","resourceName":"pNF f39b9774-8d7a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0715677b-52ab-4514-a4a6-a73404e5eeb7","resourceInvariantUUID":"a70da60e-c654-45ba-a156-a163de0b2f53","resourceCustomizationUUID":"a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiZjI0NGEwOGEzYjE5YWUyNTRhZTE4ZmFkYWZmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84dd00e6-9d6e-4906-a4c8-92b29f73130c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar","artifactChecksum":"YjExOTMzNGQyZGNhNWI1ZmJhMGY4ZWVjNjJiMWRhYjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de673d61-ae2f-44d1-84db-90f5e06adb4d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99ca4b98-987e-4ba3-9c3d-e63cf20f651e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml","artifactChecksum":"N2EwMjY4ODZmNzAyMTdkN2FhNmM0YWE4NWExMTE1MzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8235987-d037-4736-ab9b-712dab194455","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bef6106-a3e2-47e6-b98e-c77d2255b958","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4536fe7b-1666-4eb6-a820-dc9d67520876","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml","artifactChecksum":"MDkzMzc5MmZmMDVjZWZhNzg0ZTc3NGQ4YzdjMmJkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ce00a50-37eb-488c-b496-a871a8abbd85","artifactVersion":"1"},{"artifactName":"service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar","artifactChecksum":"ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"851d7b3c-38b1-47d5-9128-5aa676e3a1a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-09T06:07:04.394Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:04.395Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:04.396Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:04.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:04.497Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:04.498Z||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-10-09T06:07:04.498Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:04.508Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:04.508Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:05.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:05.398Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:05.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:05.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:05.500Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:05.502Z||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-10-09T06:07:05.502Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:05.513Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:05.514Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:06.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:06.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:06.404Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:06.405Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:06.505Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:06.506Z||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-10-09T06:07:06.506Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:06.519Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:06.519Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:07:07.405Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:07.406Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:07.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:07.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:07.509Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:07.511Z||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-10-09T06:07:07.512Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:07.525Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:07.527Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:08.409Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:08.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:08.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:08.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:08.512Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:08.513Z||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-10-09T06:07:08.513Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:08.525Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:08.526Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:09.413Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:09.414Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:09.416Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:09.416Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:09.516Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:07:09.517Z||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-10-09T06:07:09.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:09.532Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:09.533Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:10.417Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:10.418Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:10.420Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:10.420Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:07:10.521Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-09T06:07:10.521Z||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-10-09T06:07:10.522Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:10.540Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:10.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:11.421Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:07:11.421Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:11.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:11.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:07:11.523Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:07:11.524Z||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-10-09T06:07:11.524Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:11.539Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:11.539Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:12.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"serviceName": "Demo_pNF_M1IqJNkrxQS9T3x5t9B2",
"serviceVersion": "1.0",
"serviceUUID": "1242fd09-7a0c-443a-85fe-5200763fbcb1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b3e522b7-496c-4a76-91e1-d076478beaa3",
"resources": [
{
"resourceInstanceName": "pNF f39b9774-8d7a 0",
"resourceCustomizationUUID": "a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6",
"resourceName": "pNF f39b9774-8d7a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0715677b-52ab-4514-a4a6-a73404e5eeb7",
"resourceInvariantUUID": "a70da60e-c654-45ba-a156-a163de0b2f53",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"artifactChecksum": "ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "851d7b3c-38b1-47d5-9128-5aa676e3a1a5"
}
],
"workloadContext": "Production"
}
2022-10-09T06:07:12.425Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-09T06:07:12.425Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1242fd09-7a0c-443a-85fe-5200763fbcb1 ASDC
2022-10-09T06:07:12.425Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
ServiceName:Demo_pNF_M1IqJNkrxQS9T3x5t9B2
ServiceVersion:1.0
ServiceUUID:1242fd09-7a0c-443a-85fe-5200763fbcb1
ServiceInvariantUUID:b3e522b7-496c-4a76-91e1-d076478beaa3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
ArtifactUUID:851d7b3c-38b1-47d5-9128-5aa676e3a1a5
ArtifactChecksum:ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f39b9774-8d7a 0
ResourceCustomizationUUID:a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6
ResourceInvariantUUID:a70da60e-c654-45ba-a156-a163de0b2f53
ResourceName:pNF f39b9774-8d7a
ResourceType:PNF
ResourceUUID:0715677b-52ab-4514-a4a6-a73404e5eeb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-09T06:07:12.426Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1242fd09-7a0c-443a-85fe-5200763fbcb1 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-10-09T06:07:12.456Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:07:12.457Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 851d7b3c-38b1-47d5-9128-5aa676e3a1a5 from URL: /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:07:12.459Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:12.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:07:12.520Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 851d7b3c-38b1-47d5-9128-5aa676e3a1a5 87776
2022-10-09T06:07:12.520Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ASDC sendASDCNotification
2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:12.523Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:12.524Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295632520,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:07:12.624Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:12.625Z||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-10-09T06:07:12.625Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:12.640Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:12.640Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:13.525Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:07:13.526Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:07:13.526Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 851d7b3c-38b1-47d5-9128-5aa676e3a1a5, URL: /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar to file: /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:13.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:13.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:13.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:13.704Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8481570197788949043/Definitions/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml
2022-10-09T06:07:14.513Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-09T06:07:14.513Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f39b9774-8d7a 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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Node template pNF f39b9774-8d7a 0 is matching search criteria
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f39b9774-8d7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Node template pNF f39b9774-8d7a 0 is matching search criteria
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f39b9774-8d7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.518Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_M1IqJNkrxQS9T3x5t9B2
Description:catalog service description
Model UUID:1242fd09-7a0c-443a-85fe-5200763fbcb1
Model Version:NULL
Model InvariantUuid:b3e522b7-496c-4a76-91e1-d076478beaa3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-10-09T06:07:14.523Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0715677b-52ab-4514-a4a6-a73404e5eeb7
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-10-09T06:07:14.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||pNF f39b9774-8d7a 0
2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0715677b-52ab-4514-a4a6-a73404e5eeb7
2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1242fd09-7a0c-443a-85fe-5200763fbcb1
2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1242fd09-7a0c-443a-85fe-5200763fbcb1
2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f39b9774-8d7a 0 0715677b-52ab-4514-a4a6-a73404e5eeb7 ASDC
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-10-09T06:07:14.531Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fa4663, org.onap.sdc.toscaparser.api.parameters.Input@2fdac569, org.onap.sdc.toscaparser.api.parameters.Input@4ed170fb, org.onap.sdc.toscaparser.api.parameters.Input@1466e95e, org.onap.sdc.toscaparser.api.parameters.Input@1fa46cef]
2022-10-09T06:07:14.531Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1242fd09-7a0c-443a-85fe-5200763fbcb1: pNF f39b9774-8d7a
2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0715677b-52ab-4514-a4a6-a73404e5eeb7
2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:07:14.533Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Resource customization UUID: a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6 is the same as notified resource customizationUUID: a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-09T06:07:14.571Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f39b9774-8d7a 0715677b-52ab-4514-a4a6-a73404e5eeb7 0 ASDC deployResourceStructure
2022-10-09T06:07:14.572Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ASDC sendASDCNotification
2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar
2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:07:14.575Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:07:14.575Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295634572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:07:14.676Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:07:14.677Z||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-10-09T06:07:14.677Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:07:14.689Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:07:14.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:07:15.576Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:07:15.587Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T06:07:45.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:07:45.598Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T06:08:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:08:03.766Z||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-10-09T06:08:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:03.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:03.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295563760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "clamp",
"timestamp": 1665295566426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295566529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "clamp",
"timestamp": 1665295568440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295568505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "clamp",
"timestamp": 1665295569445,
"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-10-09T06:08:03.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2
2022-10-09T06:08:03.813Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:08:03.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295572107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295572596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295586743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295586658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "cds",
"timestamp": 1665295587749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-09T06:08:03.846Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
2022-10-09T06:08:03.847Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295587858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295582036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295588863,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-09T06:08:03.867Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
2022-10-09T06:08:03.867Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-09T06:08:03.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295582101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295590830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295584280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295594775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295588752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295596680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295596775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295598436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295597104,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "cds",
"timestamp": 1665295597693,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-10-09T06:08:03.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:08:03.899Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295597779,
"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-10-09T06:08:03.912Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
2022-10-09T06:08:03.912Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7db56a13-5622-4663-8879-6618774117d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295599770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T06:08:03.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "aai-ml",
"timestamp": 1665295598108,
"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-10-09T06:08:03.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
2022-10-09T06:08:03.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295592107,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295600447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "clamp",
"timestamp": 1665295601451,
"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-10-09T06:08:03.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
2022-10-09T06:08:03.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295585997,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295605889,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295608242,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295609245,
"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-10-09T06:08:03.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:08:03.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295604280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295612004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295613129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295614194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295615219,
"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-10-09T06:08:03.988Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:08:03.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295616222,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295612036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295619876,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295602596,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "ves-openapi-manager",
"timestamp": 1665295612107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295621732,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-09T06:08:15.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:08:15.611Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a
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-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:15.620Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-09T06:08:45.621Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:45.626Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a and serviceModelVersionId: 1242fd09-7a0c-443a-85fe-5200763fbcb1
2022-10-09T06:08:45.626Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3e522b7-496c-4a76-91e1-d076478beaa3
2022-10-09T06:08:45.627Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0
2022-10-09T06:08:45.633Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-09T06:08:45.691Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|INFO|500||Invoke
2022-10-09T06:08:45.691Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bada11c-fade-4572-a592-5f1c82fc03f8], X-ECOMP-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], X-TransactionId=[], X-ONAP-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], Content-Type=[application/merge-patch+json]}
2022-10-09T06:08:45.714Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-09T06:08:45.882Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?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/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221009-06:08:44:219-55743], vertex-id=[340000], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:08:44 GMT], Content-Type=[application/json]}
2022-10-09T06:08:45.883Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-09T06:08:45.884Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|INFO|500||InvokeReturn
2022-10-09T06:08:45.885Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-09T06:08:45.885Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-09T06:08:45.892Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:45.894Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:45.894Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295725891,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T06:08:45.994Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:45.995Z||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-10-09T06:08:45.995Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:46.008Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:46.008Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-09T06:08:46.909Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-09T06:08:46.910Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"261cb056-61f4-48d3-b06e-ae4da65b21b9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9a24d876-2c64-4ee9-bcba-80e5764fcb70","serviceDescription":"service","serviceInvariantUUID":"9f5f9c16-5228-4c65-a375-db20f1f6276f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9364a45-999b-4537-b003-1045cf0b6d77","resourceInvariantUUID":"52907570-f653-4116-8308-a06b0d26bbe5","resourceCustomizationUUID":"5a37a8f4-f887-4a9e-bc77-57beba214bde","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTdlM2U4ZDgxMTUzNDU1NjA2MzdmYWQwZTdlYTk0OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb4b18e4-3aad-4e92-a5fe-1f1166ecbefc","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8558dd6a-07cc-4089-9765-1be149e453af","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"44bb5f64-c63b-4b52-9de3-1e741b10dc2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"883fa9f6-5fe2-4776-8de9-c45179ca56cc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3dffc3de-df31-4978-935b-5ad524062f7a","artifactVersion":"2","generatedFromUUID":"44bb5f64-c63b-4b52-9de3-1e741b10dc2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTYwOGJiZDdhMWRlMTdlMWMyYjNlZTk5MjA5ZDU3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d137480a-d4f0-4663-8991-0c56fda75a3e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec83d793-7bfd-44c8-9f4f-d43aa44f9187","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-09T06:08:46.911Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:46.911Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:46.913Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:46.914Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:47.014Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:47.015Z||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-10-09T06:08:47.015Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:47.025Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:47.025Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:47.914Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:47.915Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:47.918Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:47.918Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:08:48.018Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:48.019Z||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-10-09T06:08:48.020Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:48.030Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:48.030Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:48.919Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:48.920Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:48.922Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:48.922Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-09T06:08:49.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:08:49.023Z||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-10-09T06:08:49.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:49.035Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:49.036Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:49.923Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:49.924Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:49.927Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:49.927Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:50.027Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:50.028Z||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-10-09T06:08:50.028Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:50.039Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:50.040Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:50.928Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:50.928Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:50.930Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:50.930Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-09T06:08:51.031Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:08:51.031Z||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-10-09T06:08:51.032Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:51.042Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:51.042Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:51.931Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:51.931Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:51.933Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:51.934Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:08:52.034Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:52.035Z||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-10-09T06:08:52.035Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:52.046Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:52.046Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:52.934Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:08:52.935Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:52.937Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:52.937Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:08:53.038Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:53.039Z||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-10-09T06:08:53.039Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:53.058Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:53.059Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "9a24d876-2c64-4ee9-bcba-80e5764fcb70",
"serviceDescription": "service",
"serviceInvariantUUID": "9f5f9c16-5228-4c65-a375-db20f1f6276f",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5a37a8f4-f887-4a9e-bc77-57beba214bde",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9364a45-999b-4537-b003-1045cf0b6d77",
"resourceInvariantUUID": "52907570-f653-4116-8308-a06b0d26bbe5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8558dd6a-07cc-4089-9765-1be149e453af",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "44bb5f64-c63b-4b52-9de3-1e741b10dc2a",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3dffc3de-df31-4978-935b-5ad524062f7a",
"generatedFromUUID": "44bb5f64-c63b-4b52-9de3-1e741b10dc2a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3dffc3de-df31-4978-935b-5ad524062f7a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec83d793-7bfd-44c8-9f4f-d43aa44f9187"
}
],
"workloadContext": "Production"
}
2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a24d876-2c64-4ee9-bcba-80e5764fcb70 ASDC
2022-10-09T06:08:53.940Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:261cb056-61f4-48d3-b06e-ae4da65b21b9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9a24d876-2c64-4ee9-bcba-80e5764fcb70
ServiceInvariantUUID:9f5f9c16-5228-4c65-a375-db20f1f6276f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:ec83d793-7bfd-44c8-9f4f-d43aa44f9187
ArtifactChecksum:NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5a37a8f4-f887-4a9e-bc77-57beba214bde
ResourceInvariantUUID:52907570-f653-4116-8308-a06b0d26bbe5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f9364a45-999b-4537-b003-1045cf0b6d77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:8558dd6a-07cc-4089-9765-1be149e453af
ArtifactChecksum:N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:44bb5f64-c63b-4b52-9de3-1e741b10dc2a
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3dffc3de-df31-4978-935b-5ad524062f7a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3dffc3de-df31-4978-935b-5ad524062f7a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-09T06:08:53.940Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a24d876-2c64-4ee9-bcba-80e5764fcb70 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-10-09T06:08:53.970Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec83d793-7bfd-44c8-9f4f-d43aa44f9187 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-09T06:08:53.972Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:08:53.972Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-09T06:08:54.046Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ec83d793-7bfd-44c8-9f4f-d43aa44f9187 74828
2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:08:54.051Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:54.056Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:54.056Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295734050,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:54.157Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-09T06:08:54.158Z||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-10-09T06:08:54.158Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:54.169Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:54.170Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:55.057Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:08:55.058Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:08:55.058Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec83d793-7bfd-44c8-9f4f-d43aa44f9187, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:55.217Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3710563198876490557/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-09T06:08:56.477Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-BasicVm-csar.csar
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-BasicVm-csar.csar
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-BasicVm-csar.csar
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-BasicVm-csar.csar
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04240d22-b3c6-42a9-8225-3165f7bae29b
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9a24d876-2c64-4ee9-bcba-80e5764fcb70
Model Version:NULL
Model InvariantUuid:9f5f9c16-5228-4c65-a375-db20f1f6276f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:692d8e8b-26cb-4e6d-9395-3728c7c60c00
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52907570-f653-4116-8308-a06b0d26bbe5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a37a8f4-f887-4a9e-bc77-57beba214bde
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:27e0d425-ff0d-4450-afd2-f008f6c556c1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da007225-0352-4234-8921-866731748105
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:04240d22-b3c6-42a9-8225-3165f7bae29b
ModelInvariantUuid:87d0423b-1646-459f-b3ef-2ef7aa39c117
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cff79a3e-d1c4-4240-89fc-915307bdf3f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:35d8cbcd-7f83-4b75-a537-3c2f7a3e3056
ModelInvariantUuid:4bf2e42f-a6d9-42cd-80f9-8339ec231d93
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e8c7f7b2-d607-4bb0-946c-8bd86841ead7
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-10-09T06:08:56.493Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f9364a45-999b-4537-b003-1045cf0b6d77
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-10-09T06:08:56.495Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-10-09T06:08:56.495Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9364a45-999b-4537-b003-1045cf0b6d77
2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8558dd6a-07cc-4089-9765-1be149e453af from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8558dd6a-07cc-4089-9765-1be149e453af 787
2022-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:56.548Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:56.548Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295736545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:56.648Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:56.649Z||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-10-09T06:08:56.649Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:56.662Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:56.663Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:57.549Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "27e0d425-ff0d-4450-afd2-f008f6c556c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da007225-0352-4234-8921-866731748105",
"vfModuleModelCustomizationUUID": "cf1d3112-6396-4e43-a006-7a6f907ded23",
"isBase": true,
"artifacts": [
"44bb5f64-c63b-4b52-9de3-1e741b10dc2a",
"3dffc3de-df31-4978-935b-5ad524062f7a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-09T06:08:57.554Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da007225-0352-4234-8921-866731748105
VfModuleModelInvariantUUID:27e0d425-ff0d-4450-afd2-f008f6c556c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
44bb5f64-c63b-4b52-9de3-1e741b10dc2a
,
3dffc3de-df31-4978-935b-5ad524062f7a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-09T06:08:57.556Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "27e0d425-ff0d-4450-afd2-f008f6c556c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da007225-0352-4234-8921-866731748105",
"vfModuleModelCustomizationUUID": "cf1d3112-6396-4e43-a006-7a6f907ded23",
"isBase": true,
"artifacts": [
"44bb5f64-c63b-4b52-9de3-1e741b10dc2a",
"3dffc3de-df31-4978-935b-5ad524062f7a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-09T06:08:57.556Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da007225-0352-4234-8921-866731748105
VfModuleModelInvariantUUID:27e0d425-ff0d-4450-afd2-f008f6c556c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
44bb5f64-c63b-4b52-9de3-1e741b10dc2a
,
3dffc3de-df31-4978-935b-5ad524062f7a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 44bb5f64-c63b-4b52-9de3-1e741b10dc2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-09T06:08:57.607Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:08:57.607Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 44bb5f64-c63b-4b52-9de3-1e741b10dc2a 5033
2022-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:08:57.609Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:57.611Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:57.611Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295737608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:57.711Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:08:57.712Z||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-10-09T06:08:57.712Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:57.724Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:57.724Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:58.612Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3dffc3de-df31-4978-935b-5ad524062f7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-09T06:08:58.612Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:08:58.613Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-09T06:08:58.678Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3dffc3de-df31-4978-935b-5ad524062f7a 903
2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:58.681Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:58.681Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295738679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:08:58.782Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-09T06:08:58.783Z||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-10-09T06:08:58.783Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:58.794Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:58.795Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:08:59.682Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9a24d876-2c64-4ee9-bcba-80e5764fcb70
2022-10-09T06:08:59.682Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f9364a45-999b-4537-b003-1045cf0b6d77 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-10-09T06:08:59.692Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40d78b02, org.onap.sdc.toscaparser.api.parameters.Input@6063df54, org.onap.sdc.toscaparser.api.parameters.Input@3fda037f, org.onap.sdc.toscaparser.api.parameters.Input@661896, org.onap.sdc.toscaparser.api.parameters.Input@7c151c03]
2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5a37a8f4-f887-4a9e-bc77-57beba214bde
2022-10-09T06:08:59.696Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde matches Tosca VF Customization UUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde
2022-10-09T06:08:59.696Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde 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-10-09T06:08:59.698Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.698Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5a37a8f4-f887-4a9e-bc77-57beba214bde: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d4ed8f5
2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-09T06:08:59.700Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf1d3112-6396-4e43-a006-7a6f907ded23
2022-10-09T06:08:59.700Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf1d3112-6396-4e43-a006-7a6f907ded23
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-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04240d22-b3c6-42a9-8225-3165f7bae29b
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-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5a37a8f4-f887-4a9e-bc77-57beba214bde
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-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9a24d876-2c64-4ee9-bcba-80e5764fcb70: basic_vm
2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:08:59.714Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:08:59.714Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm
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-10-09T06:08:59.787Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f9364a45-999b-4537-b003-1045cf0b6d77 1 ASDC deployResourceStructure
2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:08:59.791Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:08:59.791Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295739788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T06:08:59.891Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:08:59.892Z||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-10-09T06:08:59.892Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:08:59.906Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:08:59.907Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:09:00.796Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:09:00.796Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295740793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-10-09T06:09:00.896Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:09:00.897Z||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-10-09T06:09:00.897Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:09:00.908Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:09:00.909Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:09:01.797Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-09T06:09:01.797Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-09T06:09:01.798Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:09:01.798Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:09:01.800Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:09:01.801Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295741797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-10-09T06:09:01.901Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:09:01.902Z||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-10-09T06:09:01.903Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:09:01.917Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:09:01.918Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-09T06:09:02.803Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:09:02.805Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:09:02.805Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295742801,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:09:02.905Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:09:02.906Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:09:02.906Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:09:02.917Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:09:02.918Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:09:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:09:03.766Z||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-10-09T06:09:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:09:03.806Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:09:03.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:09:03.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-09T06:09:03.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "cds",
"timestamp": 1665295622741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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: 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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-09T06:09:03.826Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
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-10-09T06:09:03.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58
2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:09:03.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 and ComponentName cds
2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
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-10-09T06:09:33.830Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
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-10-09T06:09:33.841Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
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-10-09T06:09:33.847Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:09:33.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-09T06:09:33.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-09T06:10:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-09T06:10:03.767Z||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-10-09T06:10:03.767Z||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 d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:03.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:03.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295615996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295625733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295628010,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665295629015,
"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-10-09T06:10:03.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58
2022-10-09T06:10:03.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:03.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295628989,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295631446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "aai-ml",
"timestamp": 1665295629993,
"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-10-09T06:10:03.825Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:10:03.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:03.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295632520,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295633455,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295624280,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "clamp",
"timestamp": 1665295634461,
"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-10-09T06:10:03.842Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:10:03.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:03.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
2022-10-09T06:10:03.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295634572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295633994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
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-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295635052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295636097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295637152,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295638201,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select 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-10-09T06:10:03.859Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58
2022-10-09T06:10:03.859Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 and ComponentName POLICY
2022-10-09T06:10:03.860Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9
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=?
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-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:03.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665295639204,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295612101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.868Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295640084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295642036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295649010,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "aai-ml",
"timestamp": 1665295650015,
"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-10-09T06:10:03.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58
2022-10-09T06:10:03.878Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:03.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295659461,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295661469,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "clamp",
"timestamp": 1665295662474,
"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-10-09T06:10:03.890Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58
2022-10-09T06:10:03.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:33.868Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:33.878Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 and serviceModelVersionId: 9a24d876-2c64-4ee9-bcba-80e5764fcb70
2022-10-09T06:10:33.879Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f5f9c16-5228-4c65-a375-db20f1f6276f
2022-10-09T06:10:33.880Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0
2022-10-09T06:10:33.884Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-09T06:10:33.928Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|INFO|500||Invoke
2022-10-09T06:10:33.929Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a122b1af-3d35-48de-b895-41ecfc6c0cc3], X-ECOMP-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], X-TransactionId=[], X-ONAP-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], Content-Type=[application/merge-patch+json]}
2022-10-09T06:10:33.949Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-09T06:10:34.108Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?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/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221009-06:10:32:448-49845], vertex-id=[167992], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:10:32 GMT], Content-Type=[application/json]}
2022-10-09T06:10:34.108Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-09T06:10:34.109Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|INFO|500||InvokeReturn
2022-10-09T06:10:34.109Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-09T06:10:34.110Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 261cb056-61f4-48d3-b06e-ae4da65b21b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:34.118Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:34.118Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295834115,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-09T06:10:34.218Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:34.219Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:34.219Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:34.236Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:34.236Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 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-10-09T06:10:35.131Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-09T06:10:35.132Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"70e469ff-368f-492a-9273-ef7d40162f58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"85ee86bb-d07c-4cb7-85a5-fefc2d296835","serviceDescription":"service","serviceInvariantUUID":"a89af924-1ac2-44f4-a2fa-2f0806b2443c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e9a4613-9a9b-44f5-a6ff-5191fef5d64e","resourceInvariantUUID":"a14bc344-4388-4def-a184-fc09fc04ee1b","resourceCustomizationUUID":"4d882b8c-a442-4335-8b37-5523037d16f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjlkNDIzMmZkM2MxODA1NGVlNzM0MjFjN2ZhOTRhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25a94c1a-2b8a-426a-bc40-d2ff362d2552","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7860e842-09bb-48d6-a029-be9e204c762a","artifactVersion":"2","generatedFromUUID":"1d06397b-62fd-48a2-a0a6-afd85e68f572"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1d06397b-62fd-48a2-a0a6-afd85e68f572","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d1fed12-7b86-49fa-8af3-0d2f558adbc5","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5bb8af20-fd53-42f4-bc70-e7caef57c5c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d86b399-e6bc-4314-879a-2bd212eb1604","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b65b20a-898c-4141-be81-542d1002b90f","artifactVersion":"2","generatedFromUUID":"5bb8af20-fd53-42f4-bc70-e7caef57c5c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODAyMjRjNzMwMjhlYTRhNGNmZjU5NDVjYmM1NzRiYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a17fc6e-8153-44d4-85e8-963d3515f210","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9cdca6a-6b34-480c-9413-12a33590b368","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-09T06:10:35.132Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:35.133Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:35.134Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:35.134Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:35.235Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:35.236Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:35.236Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:35.248Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:35.248Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:10:36.135Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:36.136Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:36.138Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:36.138Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-09T06:10:36.238Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:36.240Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:36.240Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:36.252Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:36.252Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:10:37.139Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:37.140Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:37.142Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:37.143Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-09T06:10:37.242Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:10:37.243Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:37.244Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:37.254Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:37.254Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:38.143Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:38.144Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:38.146Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:38.146Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-09T06:10:38.246Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:38.247Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:38.247Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:38.259Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:38.260Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:39.147Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:39.147Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:39.150Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:39.150Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-09T06:10:39.251Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:10:39.252Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:39.252Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:39.265Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:39.266Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:40.151Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:40.152Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:40.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:40.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:40.255Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-09T06:10:40.257Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:40.257Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:40.274Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:40.274Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:41.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:41.155Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:41.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:41.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-09T06:10:41.258Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:41.259Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:41.259Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:41.271Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:41.271Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:42.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:42.159Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:42.163Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:42.163Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-09T06:10:42.264Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:42.265Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:42.266Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:42.277Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:42.278Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:10:43.164Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-09T06:10:43.165Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:43.168Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:43.168Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295623760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-09T06:10:43.268Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-09T06:10:43.269Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:43.270Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:43.280Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:43.281Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-09T06:10:44.170Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "85ee86bb-d07c-4cb7-85a5-fefc2d296835",
"serviceDescription": "service",
"serviceInvariantUUID": "a89af924-1ac2-44f4-a2fa-2f0806b2443c",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "4d882b8c-a442-4335-8b37-5523037d16f7",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5e9a4613-9a9b-44f5-a6ff-5191fef5d64e",
"resourceInvariantUUID": "a14bc344-4388-4def-a184-fc09fc04ee1b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7860e842-09bb-48d6-a029-be9e204c762a",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1d06397b-62fd-48a2-a0a6-afd85e68f572",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d1fed12-7b86-49fa-8af3-0d2f558adbc5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5bb8af20-fd53-42f4-bc70-e7caef57c5c1",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b65b20a-898c-4141-be81-542d1002b90f",
"generatedFromUUID": "5bb8af20-fd53-42f4-bc70-e7caef57c5c1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b65b20a-898c-4141-be81-542d1002b90f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9cdca6a-6b34-480c-9413-12a33590b368"
}
],
"workloadContext": "Production"
}
2022-10-09T06:10:44.171Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-09T06:10:44.171Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85ee86bb-d07c-4cb7-85a5-fefc2d296835 ASDC
2022-10-09T06:10:44.172Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:70e469ff-368f-492a-9273-ef7d40162f58
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:85ee86bb-d07c-4cb7-85a5-fefc2d296835
ServiceInvariantUUID:a89af924-1ac2-44f4-a2fa-2f0806b2443c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:e9cdca6a-6b34-480c-9413-12a33590b368
ArtifactChecksum:NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4d882b8c-a442-4335-8b37-5523037d16f7
ResourceInvariantUUID:a14bc344-4388-4def-a184-fc09fc04ee1b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5e9a4613-9a9b-44f5-a6ff-5191fef5d64e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:7860e842-09bb-48d6-a029-be9e204c762a
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:1d06397b-62fd-48a2-a0a6-afd85e68f572
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:3d1fed12-7b86-49fa-8af3-0d2f558adbc5
ArtifactChecksum:MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:5bb8af20-fd53-42f4-bc70-e7caef57c5c1
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:0b65b20a-898c-4141-be81-542d1002b90f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:0b65b20a-898c-4141-be81-542d1002b90f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-09T06:10:44.172Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85ee86bb-d07c-4cb7-85a5-fefc2d296835 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-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9cdca6a-6b34-480c-9413-12a33590b368 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-09T06:10:44.332Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e9cdca6a-6b34-480c-9413-12a33590b368 73671
2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-09T06:10:44.338Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-09T06:10:44.340Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-09T06:10:44.341Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "70e469ff-368f-492a-9273-ef7d40162f58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665295844337,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-09T06:10:44.441Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-09T06:10:44.442Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-09T06:10:44.442Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ...
2022-10-09T06:10:44.456Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-09T06:10:44.456Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-09T06:10:45.341Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-09T06:10:45.342Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e9cdca6a-6b34-480c-9413-12a33590b368, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:45.533Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15630707361136461302/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-09T06:10:46.771Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|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-BasicCnf-csar.csar
2022-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery