By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-15T03:27:20.896Z||main|||||INFO|500||The following profiles are active: basic
2022-06-15T03:27:40.576Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-15T03:27:40.578Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-15T03:27:40.803Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-15T03:27:47.820Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-15T03:27:48.546Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-15T03:27:49.440Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-15T03:27:49.454Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-15T03:27:49.667Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-15T03:27:50.145Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-15T03:27:51.250Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-15T03:27:55.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-15T03:27:59.156Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-15T03:27:59.246Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-15T03:28:00.134Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-15T03:28:00.475Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-15T03:28:02.615Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-15T03:28:04.538Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-15T03:28:04.571Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-15T03:28:04.572Z||main|||||WARN|500||The sdc end point is not alive
2022-06-15T03:28:09.486Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-15T03:28:14.417Z||main|||||WARN|500||---
2022-06-15T03:28:14.418Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-15T03:28:14.418Z||main|||||WARN|500||---
2022-06-15T03:28:15.415Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-15T03:28:23.471Z||main|||||INFO|500||Started Application in 68.208 seconds (JVM running for 72.31)
2022-06-15T03:28:23.528Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-15T03:28:23.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-15T03:28:23.574Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-15T03:28:23.620Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-15T03:28:23.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d93eb28b-76bb-40ba-8f38-0412d46a7042 url= /sdc/v1/artifactTypes
2022-06-15T03:28:23.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-15T03:28:24.895Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.0] 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$$b4912d80.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-15T03:28:24.902Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24c3b92f
2022-06-15T03:28:24.902Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-15T03:28:24.924Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-15T03:28:24.928Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-15T03:28:24.932Z||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$$b4912d80.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-15T03:29:13.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-15T03:29:13.465Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-15T03:29:13.466Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-15T03:29:13.471Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-15T03:29:13.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa397404-de8e-44a1-83dd-d666b98ab427 url= /sdc/v1/artifactTypes
2022-06-15T03:29:13.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-15T03:29:14.561Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.0] 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$$b4912d80.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-15T03:29:14.563Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1912cb6d
2022-06-15T03:29:14.563Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-15T03:29:14.563Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-15T03:29:14.564Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-15T03:29:14.565Z||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$$b4912d80.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-15T03:30:03.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-15T03:30:03.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-15T03:30:03.462Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-15T03:30:03.466Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-15T03:30:03.477Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cbec7da-e78a-4e03-8750-e5a5d29255b2 url= /sdc/v1/artifactTypes
2022-06-15T03:30:03.478Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-15T03:30:03.869Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-15T03:30:03.884Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-15T03:30:03.921Z||scheduling-1|||||DEBUG|500||create keys
2022-06-15T03:30:03.934Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-15T03:30:04.060Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:30:04.088Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 10852888-2779-456e-9e1b-d62d7537bede url= /sdc/v1/registerForDistribution
2022-06-15T03:30:04.389Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 10852888-2779-456e-9e1b-d62d7537bede url= /sdc/v1/registerForDistribution
2022-06-15T03:30:04.390Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-15T03:30:04.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:30:04.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:30:04.430Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-15T03:30:04.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:30:04.447Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:30:04.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:30:04.449Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:30:14.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:30:14.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:31:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:31:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:31:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:31:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:31:04.411Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:31:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:31:14.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:31:14.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:32:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:32:04.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:32:04.407Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:32:04.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:32:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:32:04.416Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:32:14.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:32:14.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:33:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:33:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:33:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:33:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:33:04.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:33:04.420Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:33:14.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:33:14.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:34:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:34:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:34:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:34:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:34:04.411Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:34:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:34:13.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:34:13.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:35:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:35:04.406Z||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-06-15T03:35:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:35:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:35:04.411Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:35:04.413Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:35:14.002Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:35:14.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:36:04.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:36:04.406Z||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-06-15T03:36:04.407Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:36:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:36:04.411Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:36:04.415Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:36:13.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:36:14.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:37:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:37:04.405Z||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-06-15T03:37:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:37:04.408Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:37:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:37:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:37:14.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:37:14.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:37:43.779Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-15T03:38:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:38:04.406Z||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-06-15T03:38:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:38:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:38:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:38:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:38:13.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:38:13.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:39:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:39:04.405Z||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-06-15T03:39:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:39:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:39:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:39:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:39:13.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:39:13.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:40:04.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:40:04.408Z||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-06-15T03:40:04.408Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:40:04.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:40:04.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:40:04.413Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:40:14.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:40:14.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:41:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:41:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:41:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:41:04.410Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:41:04.410Z||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-06-15T03:41:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:41:13.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:41:13.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:42:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:42:04.405Z||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-06-15T03:42:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:42:04.409Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:42:04.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:42:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:42:13.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:42:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:43:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:43:04.405Z||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-06-15T03:43:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:43:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:43:04.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:43:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:43:13.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:43:13.974Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:44:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:44:04.406Z||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-06-15T03:44:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:44:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:44:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:44:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:44:13.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:44:13.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:45:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:45:04.405Z||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-06-15T03:45:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:45:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:45:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:45:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:45:13.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:45:13.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:46:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:46:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:46:04.409Z||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-06-15T03:46:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:46:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:46:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:46:13.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:46:13.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:47:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:47:04.405Z||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-06-15T03:47:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:47:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:47:04.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:47:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:47:13.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:47:13.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:48:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:48:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:48:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:48:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:48:04.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:48:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:48:13.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:48:13.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:49:04.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:49:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:49:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:49:04.409Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:49:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:49:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:49:13.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:49:13.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:50:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:50:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:50:04.407Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:50:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:50:04.411Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:50:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:50:13.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:50:13.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:51:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:51:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:51:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:51:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:51:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:51:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:51:13.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:51:13.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:52:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:52:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:52:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:52:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:52:04.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:52:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:52:13.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:52:13.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:53:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:53:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:53:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:53:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:53:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:53:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:53:13.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:53:14.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:54:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:54:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:54:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:54:04.409Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:54:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:54:04.410Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:54:13.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:54:13.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:55:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:55:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:55:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:55:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:55:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:55:04.410Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:55:13.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:55:13.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:56:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:56:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:56:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:56:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:56:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:56:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:56:13.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:56:13.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:57:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:57:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:57:04.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:57:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:57:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:57:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:57:13.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:57:13.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:58:04.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:58:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:58:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:58:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:58:04.417Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:58:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:58:13.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:58:13.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:59:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:59:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:59:04.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:59:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T03:59:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T03:59:04.410Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T03:59:13.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T03:59:13.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:00:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:00:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:00:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:00:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:00:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:00:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:00:13.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:00:13.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:01:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:01:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:01:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:01:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:01:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:01:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:01:13.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:01:14.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:02:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:02:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:02:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:02:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:02:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:02:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:02:13.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:02:13.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:03:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:03:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:03:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:03:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:03:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:03:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:03:13.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:03:14.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:04:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:04:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:04:04.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:04:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:04:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:04:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:04:13.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:04:14.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:05:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:05:04.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:05:04.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:05:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:05:04.413Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:05:04.413Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:05:14.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:05:14.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:06:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:06:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:06:04.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:06:04.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:06:04.409Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:06:04.410Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:06:13.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:06:14.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:07:04.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:07:04.407Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:07:04.407Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:07:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:07:04.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:07:04.412Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:07:13.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:07:14.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:08:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:08:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:08:04.407Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:08:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:08:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:08:04.413Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:08:13.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:08:14.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:09:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:09:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:09:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:09:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:09:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:09:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:09:13.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:09:13.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:10:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:10:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:10:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:10:04.409Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:10:04.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:10:04.410Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:10:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:10:13.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:11:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:11:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:11:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:11:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:11:04.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:11:04.415Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:11:13.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:11:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:12:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:12:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:12:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:12:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:12:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:12:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:12:13.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:12:14.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:13:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:13:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:13:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:13:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:13:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:13:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:13:13.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:13:14.002Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:14:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:14:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:14:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:14:04.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:14:04.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:14:04.410Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:14:13.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:14:13.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:15:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:15:04.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:15:04.406Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:15:04.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:15:04.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:15:04.414Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:15:14.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:15:14.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:16:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:16:04.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:16:04.406Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:16:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:16:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:16:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:16:13.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:16:13.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:17:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:17:04.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:17:04.407Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:17:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:17:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:17:04.409Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:17:13.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:17:14.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:18:04.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:18:04.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:18:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:18:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:18:04.411Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:18:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:18:13.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:18:13.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:04.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:19:04.406Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:19:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:04.408Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:19:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:19:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:05.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bccbb278-1e7f-494d-9f4a-275edaf39ffb","serviceName":"vFW 2022-06-15 04-17-05","serviceVersion":"1.0","serviceUUID":"ed2a9c1e-3835-4532-b091-0b962649a02f","serviceDescription":"catalog service description","serviceInvariantUUID":"eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e","resources":[{"resourceInstanceName":"vFW 9a568711-a657 0","resourceName":"vFW 9a568711-a657","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7","resourceInvariantUUID":"49ea77f1-f73d-4f60-93d3-e72c98f78cd8","resourceCustomizationUUID":"5f1214aa-d991-423a-ac44-d90a0e8250c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml","artifactChecksum":"YjQ1MzdkZGI0ODQxNmEyNDM2ZmZmNmUyMzY3ZjljMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a36a6867-2ed3-4b79-abbb-3e5429f07e90","artifactVersion":"1"},{"artifactName":"vfw9a568711a6570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json","artifactChecksum":"NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a61c19d-f7ae-488e-b684-9c3f913ce9df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a0ddfa6-9a4b-472b-9588-db254e035013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml","artifactChecksum":"Njk5MzQzNmIwMTQwNDllYzRkNjJkMDg0ZWY3MWQyYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"855b809a-cdd8-4dad-8413-2d97766cccc4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46455902-6133-4384-8e49-f008a315db81","artifactVersion":"2","generatedFromUUID":"7a0ddfa6-9a4b-472b-9588-db254e035013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220615041705-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml","artifactChecksum":"YjNkYjQ2ODZkOGE0MTcxYWIwMTc2ZTM1M2ZhOTI5MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43886efa-e477-4b3a-8b9f-2ac4f87b4bd8","artifactVersion":"1"},{"artifactName":"service-Vfw20220615041705-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar","artifactChecksum":"YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a63662b8-547f-4b88-a9c7-c9eade06e637","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-15T04:19:05.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:05.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.133Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.134Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266698732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266689686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266692042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266696635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266696576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266698880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266707688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266707613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266708041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266706516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "cds",
"timestamp": 1655266708643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-15T04:19:05.232Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-15T04:19:05.240Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:05.240Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:05.272Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:05.274Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:05.529Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:05.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266707530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:05.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266708770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "policy-id",
"timestamp": 1655266708553,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:05.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:05.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266709832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266710906,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:05.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.722Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-15T04:19:05.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266711911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:05.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266715723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:05.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266716730,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:05.759Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.760Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:05.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266718967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:05.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266714549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:05.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:19:05.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266722553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:05.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266721962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:05.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "clamp",
"timestamp": 1655266722967,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:05.825Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.826Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:05.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266742405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:05.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:19:05.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:19:05.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "aai-ml",
"timestamp": 1655266743412,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:05.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb
2022-06-15T04:19:05.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:06.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:06.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:06.152Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:06.152Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:19:06.252Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:06.256Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:06.256Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:06.275Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:06.276Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:07.153Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:07.154Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:07.157Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:07.158Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:19:07.259Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-15T04:19:07.261Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:07.261Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:07.281Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:07.282Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:08.158Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:08.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:08.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:08.162Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:08.263Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-15T04:19:08.264Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:08.264Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:08.282Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:08.284Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:09.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:09.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:09.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:09.170Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-15T04:19:09.270Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:09.271Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:09.272Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:09.296Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:09.297Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:10.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:10.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:10.176Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:10.176Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:19:10.277Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:10.278Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:10.279Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:10.296Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:10.297Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:11.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:19:11.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:11.184Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:11.185Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:19:11.284Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-15T04:19:11.285Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:11.285Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:11.304Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:11.305Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:19:12.190Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"serviceName": "vFW 2022-06-15 04-17-05",
"serviceVersion": "1.0",
"serviceUUID": "ed2a9c1e-3835-4532-b091-0b962649a02f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e",
"resources": [
{
"resourceInstanceName": "vFW 9a568711-a657 0",
"resourceCustomizationUUID": "5f1214aa-d991-423a-ac44-d90a0e8250c8",
"resourceName": "vFW 9a568711-a657",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7",
"resourceInvariantUUID": "49ea77f1-f73d-4f60-93d3-e72c98f78cd8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9a568711a6570_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"artifactChecksum": "NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a61c19d-f7ae-488e-b684-9c3f913ce9df",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a0ddfa6-9a4b-472b-9588-db254e035013",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "46455902-6133-4384-8e49-f008a315db81",
"generatedFromUUID": "7a0ddfa6-9a4b-472b-9588-db254e035013"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "46455902-6133-4384-8e49-f008a315db81",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220615041705-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"artifactChecksum": "YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a63662b8-547f-4b88-a9c7-c9eade06e637"
}
],
"workloadContext": "Production"
}
2022-06-15T04:19:12.193Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-15T04:19:12.193Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed2a9c1e-3835-4532-b091-0b962649a02f ASDC
2022-06-15T04:19:12.386Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bccbb278-1e7f-494d-9f4a-275edaf39ffb
ServiceName:vFW 2022-06-15 04-17-05
ServiceVersion:1.0
ServiceUUID:ed2a9c1e-3835-4532-b091-0b962649a02f
ServiceInvariantUUID:eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220615041705-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar
ArtifactUUID:a63662b8-547f-4b88-a9c7-c9eade06e637
ArtifactChecksum:YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9a568711-a657 0
ResourceCustomizationUUID:5f1214aa-d991-423a-ac44-d90a0e8250c8
ResourceInvariantUUID:49ea77f1-f73d-4f60-93d3-e72c98f78cd8
ResourceName:vFW 9a568711-a657
ResourceType:VF
ResourceUUID:1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9a568711a6570_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json
ArtifactUUID:5a61c19d-f7ae-488e-b684-9c3f913ce9df
ArtifactChecksum:NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml
ArtifactUUID:7a0ddfa6-9a4b-472b-9588-db254e035013
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
ArtifactUUID:46455902-6133-4384-8e49-f008a315db81
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
ArtifactUUID:46455902-6133-4384-8e49-f008a315db81
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-15T04:19:12.388Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed2a9c1e-3835-4532-b091-0b962649a02f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-15T04:19:12.470Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:19:12.472Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-15T04:19:12.474Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-15T04:19:12.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a63662b8-547f-4b88-a9c7-c9eade06e637 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:12.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-15T04:19:12.477Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:12.715Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-15T04:19:12.752Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar a63662b8-547f-4b88-a9c7-c9eade06e637 99040
2022-06-15T04:19:12.753Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar ASDC sendASDCNotification
2022-06-15T04:19:12.754Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:12.755Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:19:12.757Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:12.760Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:12.760Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266752752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:12.860Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:19:12.861Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:12.862Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:12.887Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:12.888Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:13.761Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:19:13.763Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-15T04:19:13.764Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a63662b8-547f-4b88-a9c7-c9eade06e637, URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar to file: /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:13.765Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220615041705-csar.csar
2022-06-15T04:19:13.913Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:13.913Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:15.092Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10326400998348592550/Definitions/service-Vfw20220615041705-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-15T04:19:20.192Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-15T04:19:20.205Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-15T04:19:20.206Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.206Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a568711-a657 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.208Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.209Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.212Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar
2022-06-15T04:19:20.212Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-15T04:19:20.224Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.226Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.234Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:20.234Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-15T04:19:20.237Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:19:20.240Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.240Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.241Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:20.241Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.251Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:20.253Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-15T04:19:20.253Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.256Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.256Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.258Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-15T04:19:20.258Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.259Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-15T04:19:20.261Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.262Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:20.262Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:20.263Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.263Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:20.264Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:20.264Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.266Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:20.266Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.269Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-15T04:19:20.269Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.270Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-15T04:19:20.270Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdbf6847-1b19-4bd2-95c6-1e85177d9063
2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:20.272Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:20.272Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c3ecdef-0dbd-42d9-a964-ea421f3408a5
2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a1629e-6c07-44ec-82fc-4a072cfc2c9d
2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-15 04-17-05
Description:catalog service description
Model UUID:ed2a9c1e-3835-4532-b091-0b962649a02f
Model Version:NULL
Model InvariantUuid:eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9a568711-a657
Model UUID:1b1e9539-3b64-4352-87b3-2010624a445f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49ea77f1-f73d-4f60-93d3-e72c98f78cd8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5f1214aa-d991-423a-ac44-d90a0e8250c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f2f494a-eb30-4819-9a36-025a0c18b10b
ModelName:Vfw9a568711A657..base_vfw..module-0
ModelUuid:b183ef7d-7e56-4ff6-919f-651bef563d00
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bdbf6847-1b19-4bd2-95c6-1e85177d9063
ModelInvariantUuid:ffcc07f5-6986-4588-8baf-7b88a5305da7
ModelName:vFW 9a568711-a657-nodes.vfwCvfc
ModelUuid:c39ac02f-063c-4dd7-9983-c30d326ca8e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:23283963-ee4c-4989-9915-636be32a29ff
ModelInvariantUuid:f9a83a84-b5e5-42d2-b04b-982fb8785bcc
ModelName:Vfw9a568711A657.compute.nodes.heat.vfw
ModelUuid:8cdf0863-edf9-421b-88d3-3f013be27b69
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2c3ecdef-0dbd-42d9-a964-ea421f3408a5
ModelInvariantUuid:49939944-5c02-4f04-96a0-a36a1d56803b
ModelName:vFW 9a568711-a657-nodes.vsnCvfc
ModelUuid:9eaa40e8-3858-4c60-a9ae-ae895ec005f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0643bc60-2972-4b71-9274-5e6ff348ea90
ModelInvariantUuid:6b748acd-72d4-4b3e-b2ca-a4aab6c01668
ModelName:Vfw9a568711A657.compute.nodes.heat.vsn
ModelUuid:18d75973-bccb-4bd9-b4c8-d5cdda3f5fde
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:48a1629e-6c07-44ec-82fc-4a072cfc2c9d
ModelInvariantUuid:091e0c3a-dbcc-47d6-88eb-21bdcda6a94d
ModelName:vFW 9a568711-a657-nodes.vpgCvfc
ModelUuid:8a070b83-2828-4196-b72f-41e8931783fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6e1df21b-5245-42d1-8d06-baf841672525
ModelInvariantUuid:422c5b62-a8af-4916-9312-ac36bbc65147
ModelName:Vfw9a568711A657.compute.nodes.heat.vpg
ModelUuid:6e003125-6442-4344-8b96-9ecbd7529e1e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-15T04:19:20.309Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:19:20.465Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||vFW 9a568711-a657 0
2022-06-15T04:19:20.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7
2022-06-15T04:19:20.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a61c19d-f7ae-488e-b684-9c3f913ce9df from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json
2022-06-15T04:19:20.476Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-15T04:19:20.476Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json
2022-06-15T04:19:20.541Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-15T04:19:20.542Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 5a61c19d-f7ae-488e-b684-9c3f913ce9df 785
2022-06-15T04:19:20.542Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json ASDC sendASDCNotification
2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json
2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:20.547Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:20.547Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266760542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:20.647Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:20.648Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:20.649Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:20.666Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:20.667Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:19:21.549Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a568711A657..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f2f494a-eb30-4819-9a36-025a0c18b10b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b183ef7d-7e56-4ff6-919f-651bef563d00",
"vfModuleModelCustomizationUUID": "f7e512b0-5dfd-4574-97b1-69dda3ab12b4",
"isBase": true,
"artifacts": [
"7a0ddfa6-9a4b-472b-9588-db254e035013",
"46455902-6133-4384-8e49-f008a315db81"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-15T04:19:21.568Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a568711A657..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b183ef7d-7e56-4ff6-919f-651bef563d00
VfModuleModelInvariantUUID:0f2f494a-eb30-4819-9a36-025a0c18b10b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a0ddfa6-9a4b-472b-9588-db254e035013
,
46455902-6133-4384-8e49-f008a315db81
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a568711A657..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f2f494a-eb30-4819-9a36-025a0c18b10b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b183ef7d-7e56-4ff6-919f-651bef563d00",
"vfModuleModelCustomizationUUID": "f7e512b0-5dfd-4574-97b1-69dda3ab12b4",
"isBase": true,
"artifacts": [
"7a0ddfa6-9a4b-472b-9588-db254e035013",
"46455902-6133-4384-8e49-f008a315db81"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a568711A657..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b183ef7d-7e56-4ff6-919f-651bef563d00
VfModuleModelInvariantUUID:0f2f494a-eb30-4819-9a36-025a0c18b10b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a0ddfa6-9a4b-472b-9588-db254e035013
,
46455902-6133-4384-8e49-f008a315db81
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7a0ddfa6-9a4b-472b-9588-db254e035013 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml
2022-06-15T04:19:21.574Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-15T04:19:21.574Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml
2022-06-15T04:19:21.640Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-15T04:19:21.642Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 7a0ddfa6-9a4b-472b-9588-db254e035013 20368
2022-06-15T04:19:21.642Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml
2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:21.646Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:21.646Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266761642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:21.746Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:19:21.748Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:21.748Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:21.777Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:21.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:22.648Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46455902-6133-4384-8e49-f008a315db81 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
2022-06-15T04:19:22.651Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-15T04:19:22.652Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
2022-06-15T04:19:22.793Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-15T04:19:22.795Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 46455902-6133-4384-8e49-f008a315db81 2098
2022-06-15T04:19:22.795Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-15T04:19:22.796Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
2022-06-15T04:19:22.796Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:19:22.797Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:22.801Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:22.802Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266762795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:19:22.901Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-15T04:19:22.903Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:22.903Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:22.934Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:22.935Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:23.802Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ed2a9c1e-3835-4532-b091-0b962649a02f
2022-06-15T04:19:23.803Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a568711-a657 0 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:19:23.893Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59cbb95, org.onap.sdc.toscaparser.api.parameters.Input@1c8b69c7, org.onap.sdc.toscaparser.api.parameters.Input@3d0b73bd, org.onap.sdc.toscaparser.api.parameters.Input@250c662a, org.onap.sdc.toscaparser.api.parameters.Input@452c310d]
2022-06-15T04:19:23.900Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.901Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5f1214aa-d991-423a-ac44-d90a0e8250c8
2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8 matches Tosca VF Customization UUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8
2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-15T04:19:23.916Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.916Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:23.920Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5f1214aa-d991-423a-ac44-d90a0e8250c8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-15T04:19:23.921Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e7f3d40
2022-06-15T04:19:23.922Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.923Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-15T04:19:23.925Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7e512b0-5dfd-4574-97b1-69dda3ab12b4
2022-06-15T04:19:23.928Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7e512b0-5dfd-4574-97b1-69dda3ab12b4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-15T04:19:23.941Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.941Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.942Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:23.943Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.943Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.944Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:23.944Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.945Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:23.945Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-15T04:19:23.947Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-15T04:19:23.947Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.948Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.949Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-15T04:19:23.949Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.950Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-15T04:19:23.950Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.951Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdbf6847-1b19-4bd2-95c6-1e85177d9063
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-15T04:19:23.964Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.966Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.966Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:23.968Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:23.968Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-15T04:19:23.969Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.969Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.970Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-15T04:19:23.970Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.971Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-15T04:19:23.971Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.973Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c3ecdef-0dbd-42d9-a964-ea421f3408a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-15T04:19:23.977Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.978Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.979Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:23.984Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.985Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria
2022-06-15T04:19:23.985Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-15T04:19:23.986Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-15T04:19:23.986Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-15T04:19:23.988Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.988Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-15T04:19:23.990Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-15T04:19:23.990Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a1629e-6c07-44ec-82fc-4a072cfc2c9d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-15T04:19:23.996Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.997Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.997Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:19:23.998Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:23.998Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria
2022-06-15T04:19:23.999Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=5f1214aa-d991-423a-ac44-d90a0e8250c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:19:24.014Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.015Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.016Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ed2a9c1e-3835-4532-b091-0b962649a02f: vFW 9a568711-a657
2022-06-15T04:19:24.017Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.017Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.018Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.018Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.019Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.019Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:19:24.021Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:19:24.022Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-15 04-17-05
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:19:24.575Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a568711-a657 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 1 ASDC deployResourceStructure
2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json ASDC sendASDCNotification
2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json
2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:19:24.577Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:24.580Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:24.580Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266764576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:24.681Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-15T04:19:24.683Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:24.683Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:24.700Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:24.701Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:19:25.581Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-15T04:19:25.583Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml
2022-06-15T04:19:25.583Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:19:25.584Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:25.587Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:25.588Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266765581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:25.688Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:25.690Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:25.690Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:25.723Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:25.724Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:19:26.589Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-15T04:19:26.589Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env
2022-06-15T04:19:26.590Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:19:26.590Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:26.593Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:26.594Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266766588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:26.695Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-15T04:19:26.697Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:26.697Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:26.712Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:26.713Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar ASDC sendASDCNotification
2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar
2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:19:27.597Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:19:27.599Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:19:27.599Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266767596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:19:27.700Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:19:27.701Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:19:27.702Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:19:27.725Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:19:27.726Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:19:28.601Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:19:28.623Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:19:28.628Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:19:28.628Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:19:28.630Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:19:28.636Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-15T04:19:58.637Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-15T04:19:58.655Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb and serviceModelVersionId: ed2a9c1e-3835-4532-b091-0b962649a02f
2022-06-15T04:19:58.656Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e
2022-06-15T04:20:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:20:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:20:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:20:04.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:20:04.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-15T04:20:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:20:04.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-15T04:20:21.676Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0
2022-06-15T04:20:21.870Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-15T04:20:22.635Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|INFO|500||Invoke
2022-06-15T04:20:22.647Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1336be97-28b2-4d19-af34-9e614f39e91d], X-ECOMP-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], X-TransactionId=[], X-ONAP-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], Content-Type=[application/merge-patch+json]}
2022-06-15T04:20:22.854Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-15T04:20:23.172Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?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/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:20:22:539-73204], vertex-id=[155704], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:20:22 GMT], Content-Type=[application/json]}
2022-06-15T04:20:23.175Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-15T04:20:23.176Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|INFO|500||InvokeReturn
2022-06-15T04:20:23.182Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-15T04:20:23.183Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:20:23.189Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-15T04:20:23.191Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bccbb278-1e7f-494d-9f4a-275edaf39ffb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-15T04:20:23.193Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-15T04:20:23.193Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:20:23.196Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:20:23.196Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266823191,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-15T04:20:23.297Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:20:23.299Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:20:23.299Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:20:23.339Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:20:23.340Z||pool-18-thread-1|||||INFO|500||cambria reply ok (43 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-06-15T04:20:24.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:20:24.229Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:20:24.230Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:20:33.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:21:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:21:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:21:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:21:04.408Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:21:04.409Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:21:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:21:04.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:21:04.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:21:04.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266744404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266752752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266760542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266761642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266762795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266764576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266765581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266766588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:21:04.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266767596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:21:04.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:21:13.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:22:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:22:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:22:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:22:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:22:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:22:04.410Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:22:04.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:22:04.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:22:04.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266823191,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-15T04:22:04.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:22:13.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:23:04.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:23:04.405Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:23:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:23:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:05.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:05.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"91aedab7-5298-4124-8ddf-c65d685dd005","serviceName":"basic_onboard_YFUZso","serviceVersion":"1.0","serviceUUID":"e5518f8d-eac9-48d7-b3fe-00e9d8c745f7","serviceDescription":"service","serviceInvariantUUID":"dd21931c-7246-4ade-a498-bd49b55c5df0","resources":[{"resourceInstanceName":"basic_onboard_YFUZso 0","resourceName":"basic_onboard_YFUZso","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e933a00c-e635-4294-b912-1376f021eff2","resourceInvariantUUID":"c823dd5c-0e5f-4d84-a191-b264146f4475","resourceCustomizationUUID":"fab649a7-952f-475c-8f1e-9d5875f24554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ5NmJiMWU3ZWU2OTM3NTZlYTVkY2FjM2UwYTk3MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a0e42f9-c44a-485a-a13c-086eaa320523","artifactVersion":"1"},{"artifactName":"basic_onboard_yfuzso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json","artifactChecksum":"MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3ead813-d7ab-41b5-b78a-8e83687ef3ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df45d7c6-61f3-4822-859d-ea45dab84241","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51abd5ee-67d4-4297-a6fd-965f128e7283","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e9e4aaf-409b-4e62-8937-5f98095b007a","artifactVersion":"2","generatedFromUUID":"df45d7c6-61f3-4822-859d-ea45dab84241"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYfuzso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml","artifactChecksum":"OTA0OTcxNjc1YjQ3ZTQyOGRiYTk0YjE4YTg4OWYzODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c4e8f1a-6c18-4e25-82a0-3733d1149716","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYfuzso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar","artifactChecksum":"NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-15T04:23:05.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:05.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:05.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:05.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:05.056Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266949686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266947042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266957970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266959124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266958974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:05.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "cds",
"timestamp": 1655266960134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:05.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:23:05.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:05.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "policy-id",
"timestamp": 1655266959977,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:23:05.162Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-15T04:23:05.163Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:05.163Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:05.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:23:05.166Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:05.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266954549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.182Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:05.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.182Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:23:05.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266962413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "ves-openapi-manager",
"timestamp": 1655266956575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266958731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266966584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266967671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266968738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266969766,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:23:05.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:23:05.213Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-15T04:23:05.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655266970773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:05.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266972686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:05.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266966634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "aai-ml",
"timestamp": 1655266973691,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:23:05.252Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:23:05.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:05.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266974617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:05.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266968880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:05.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266977533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:05.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:23:05.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655266978538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:23:05.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:23:05.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:06.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:06.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:06.062Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:06.063Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:23:06.161Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-15T04:23:06.162Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:06.163Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:06.198Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:06.199Z||pool-20-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:23:07.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:07.064Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:07.066Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:07.067Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:23:07.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:23:07.168Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:07.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:07.199Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:07.199Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:08.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:08.069Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:08.085Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:08.085Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:08.173Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-15T04:23:08.174Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:08.174Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:08.206Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:08.206Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:09.088Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:09.089Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:09.091Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:09.091Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-15T04:23:09.191Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:09.192Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:09.192Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:09.213Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:09.213Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:10.092Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:10.093Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:10.097Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:10.098Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:23:10.197Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:23:10.199Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:10.199Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:10.218Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:10.219Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:23:11.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:23:11.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:11.104Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:11.104Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:23:11.204Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:11.205Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:11.206Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:11.225Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:11.226Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:12.106Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"serviceName": "basic_onboard_YFUZso",
"serviceVersion": "1.0",
"serviceUUID": "e5518f8d-eac9-48d7-b3fe-00e9d8c745f7",
"serviceDescription": "service",
"serviceInvariantUUID": "dd21931c-7246-4ade-a498-bd49b55c5df0",
"resources": [
{
"resourceInstanceName": "basic_onboard_YFUZso 0",
"resourceCustomizationUUID": "fab649a7-952f-475c-8f1e-9d5875f24554",
"resourceName": "basic_onboard_YFUZso",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e933a00c-e635-4294-b912-1376f021eff2",
"resourceInvariantUUID": "c823dd5c-0e5f-4d84-a191-b264146f4475",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yfuzso0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"artifactChecksum": "MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3ead813-d7ab-41b5-b78a-8e83687ef3ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "df45d7c6-61f3-4822-859d-ea45dab84241",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e9e4aaf-409b-4e62-8937-5f98095b007a",
"generatedFromUUID": "df45d7c6-61f3-4822-859d-ea45dab84241"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5e9e4aaf-409b-4e62-8937-5f98095b007a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYfuzso-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"artifactChecksum": "NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b"
}
],
"workloadContext": "Production"
}
2022-06-15T04:23:12.107Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-15T04:23:12.107Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 ASDC
2022-06-15T04:23:12.108Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:91aedab7-5298-4124-8ddf-c65d685dd005
ServiceName:basic_onboard_YFUZso
ServiceVersion:1.0
ServiceUUID:e5518f8d-eac9-48d7-b3fe-00e9d8c745f7
ServiceInvariantUUID:dd21931c-7246-4ade-a498-bd49b55c5df0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYfuzso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar
ArtifactUUID:9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b
ArtifactChecksum:NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YFUZso 0
ResourceCustomizationUUID:fab649a7-952f-475c-8f1e-9d5875f24554
ResourceInvariantUUID:c823dd5c-0e5f-4d84-a191-b264146f4475
ResourceName:basic_onboard_YFUZso
ResourceType:VF
ResourceUUID:e933a00c-e635-4294-b912-1376f021eff2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yfuzso0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json
ArtifactUUID:d3ead813-d7ab-41b5-b78a-8e83687ef3ae
ArtifactChecksum:MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE=
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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml
ArtifactUUID:df45d7c6-61f3-4822-859d-ea45dab84241
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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
ArtifactUUID:5e9e4aaf-409b-4e62-8937-5f98095b007a
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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
ArtifactUUID:5e9e4aaf-409b-4e62-8937-5f98095b007a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-15T04:23:12.108Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-15T04:23:12.154Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:12.156Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-15T04:23:12.156Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:12.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-15T04:23:12.249Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b 71585
2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar ASDC sendASDCNotification
2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:23:12.251Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:12.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:12.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266992250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:12.356Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-15T04:23:12.358Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:12.358Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:12.376Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:12.377Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:23:13.257Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:23:13.258Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-15T04:23:13.259Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b, URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar to file: /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:13.259Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:13.260Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:13.260Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:13.454Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13003400632114207404/Definitions/service-BasicOnboardYfuzso-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-15T04:23:15.667Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||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-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YFUZso 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||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-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||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-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||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-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria
2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8339ce3-38b0-42ff-b9c5-7d595dbe1a67
2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YFUZso
Description:service
Model UUID:e5518f8d-eac9-48d7-b3fe-00e9d8c745f7
Model Version:NULL
Model InvariantUuid:dd21931c-7246-4ade-a498-bd49b55c5df0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YFUZso
Model UUID:c0faae0f-176e-4d4b-8f25-10722d31d5f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c823dd5c-0e5f-4d84-a191-b264146f4475
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fab649a7-952f-475c-8f1e-9d5875f24554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0c4f5711-fb7c-4418-8aad-ed155b02c063
ModelName:BasicOnboardYfuzso..base_ubuntu18..module-0
ModelUuid:a5615ed9-fa71-4d89-beb6-9baed27c4950
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f8339ce3-38b0-42ff-b9c5-7d595dbe1a67
ModelInvariantUuid:52140d46-4388-4b76-abfe-83bda57d1688
ModelName:basic_onboard_YFUZso-nodes.ubuntu18Cvfc
ModelUuid:2cdb9fba-eb9c-4feb-a284-9d6bf2581f52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e0ae78d6-5825-4cd5-9cce-ba0b809026f6
ModelInvariantUuid:a85c622d-b76b-4e20-88f8-86b4450e572d
ModelName:BasicOnboardYfuzso.compute.nodes.heat.ubuntu18
ModelUuid:d630e9d8-5d78-4ee8-aa57-b0158d1a3d4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-15T04:23:15.691Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e933a00c-e635-4294-b912-1376f021eff2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:23:15.697Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||basic_onboard_YFUZso 0
2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e933a00c-e635-4294-b912-1376f021eff2
2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3ead813-d7ab-41b5-b78a-8e83687ef3ae from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json
2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json
2022-06-15T04:23:15.766Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-15T04:23:15.766Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json d3ead813-d7ab-41b5-b78a-8e83687ef3ae 798
2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json ASDC sendASDCNotification
2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json
2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:15.770Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:15.770Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266995767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:15.870Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:15.871Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:15.872Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:15.897Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:15.898Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:23:16.771Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYfuzso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0c4f5711-fb7c-4418-8aad-ed155b02c063",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a5615ed9-fa71-4d89-beb6-9baed27c4950",
"vfModuleModelCustomizationUUID": "440344c0-d273-452a-9d5b-20dacc894065",
"isBase": true,
"artifacts": [
"df45d7c6-61f3-4822-859d-ea45dab84241",
"5e9e4aaf-409b-4e62-8937-5f98095b007a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-15T04:23:16.779Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYfuzso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5615ed9-fa71-4d89-beb6-9baed27c4950
VfModuleModelInvariantUUID:0c4f5711-fb7c-4418-8aad-ed155b02c063
VfModuleModelDescription:NULL
Artifacts UUID List:{
df45d7c6-61f3-4822-859d-ea45dab84241
,
5e9e4aaf-409b-4e62-8937-5f98095b007a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-15T04:23:16.783Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYfuzso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0c4f5711-fb7c-4418-8aad-ed155b02c063",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a5615ed9-fa71-4d89-beb6-9baed27c4950",
"vfModuleModelCustomizationUUID": "440344c0-d273-452a-9d5b-20dacc894065",
"isBase": true,
"artifacts": [
"df45d7c6-61f3-4822-859d-ea45dab84241",
"5e9e4aaf-409b-4e62-8937-5f98095b007a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYfuzso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5615ed9-fa71-4d89-beb6-9baed27c4950
VfModuleModelInvariantUUID:0c4f5711-fb7c-4418-8aad-ed155b02c063
VfModuleModelDescription:NULL
Artifacts UUID List:{
df45d7c6-61f3-4822-859d-ea45dab84241
,
5e9e4aaf-409b-4e62-8937-5f98095b007a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df45d7c6-61f3-4822-859d-ea45dab84241 from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml
2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-15T04:23:16.785Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml
2022-06-15T04:23:16.896Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-15T04:23:16.896Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml df45d7c6-61f3-4822-859d-ea45dab84241 5033
2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml
2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:23:16.898Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:16.900Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:16.901Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266996897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:17.001Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:17.002Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:17.003Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:17.021Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:17.022Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:17.902Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e9e4aaf-409b-4e62-8937-5f98095b007a from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
2022-06-15T04:23:17.903Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-15T04:23:17.904Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
2022-06-15T04:23:17.982Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 5e9e4aaf-409b-4e62-8937-5f98095b007a 909
2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:23:17.984Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:17.986Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:17.986Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266997983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:23:18.086Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:18.088Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:18.088Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:18.105Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:18.106Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:18.987Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e5518f8d-eac9-48d7-b3fe-00e9d8c745f7
2022-06-15T04:23:18.988Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YFUZso 0 e933a00c-e635-4294-b912-1376f021eff2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:23:19.020Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137d5f12, org.onap.sdc.toscaparser.api.parameters.Input@169ddf68, org.onap.sdc.toscaparser.api.parameters.Input@6d8cde6b, org.onap.sdc.toscaparser.api.parameters.Input@5c1abe3c, org.onap.sdc.toscaparser.api.parameters.Input@25e6ef62]
2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fab649a7-952f-475c-8f1e-9d5875f24554
2022-06-15T04:23:19.024Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fab649a7-952f-475c-8f1e-9d5875f24554 matches Tosca VF Customization UUID: fab649a7-952f-475c-8f1e-9d5875f24554
2022-06-15T04:23:19.024Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fab649a7-952f-475c-8f1e-9d5875f24554 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-15T04:23:19.028Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.029Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fab649a7-952f-475c-8f1e-9d5875f24554: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fee5fd8
2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-15T04:23:19.032Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 440344c0-d273-452a-9d5b-20dacc894065
2022-06-15T04:23:19.032Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 440344c0-d273-452a-9d5b-20dacc894065
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-15T04:23:19.036Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.037Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:19.037Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:19.038Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.038Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:19.039Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:19.039Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria
2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-15T04:23:19.041Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8339ce3-38b0-42ff-b9c5-7d595dbe1a67
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-15T04:23:19.046Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.055Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria
2022-06-15T04:23:19.055Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=fab649a7-952f-475c-8f1e-9d5875f24554
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:23:19.059Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.059Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e5518f8d-eac9-48d7-b3fe-00e9d8c745f7: basic_onboard_YFUZso
2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:23:19.063Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:23:19.065Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YFUZso
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:23:19.227Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YFUZso e933a00c-e635-4294-b912-1376f021eff2 1 ASDC deployResourceStructure
2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json ASDC sendASDCNotification
2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json
2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:19.233Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:19.233Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266999228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:19.334Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:19.335Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:19.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:19.352Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:19.353Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:20.235Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml
2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:20.239Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:20.239Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267000235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:20.339Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:20.340Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:20.341Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:20.357Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:20.358Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env
2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:23:21.242Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:21.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:21.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267001240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:21.345Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:23:21.346Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:21.346Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:21.365Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:21.366Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:22.246Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar ASDC sendASDCNotification
2022-06-15T04:23:22.247Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar
2022-06-15T04:23:22.247Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:23:22.248Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:22.253Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:22.254Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267002246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:23:22.351Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-15T04:23:22.352Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:22.352Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:22.368Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:22.368Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:23:23.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:23:23.279Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:23:23.283Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:23:23.283Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:23:23.285Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:23:23.285Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:23:23.292Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-15T04:23:53.292Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-15T04:23:53.305Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91aedab7-5298-4124-8ddf-c65d685dd005 and serviceModelVersionId: e5518f8d-eac9-48d7-b3fe-00e9d8c745f7
2022-06-15T04:23:53.305Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd21931c-7246-4ade-a498-bd49b55c5df0
2022-06-15T04:23:53.306Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0
2022-06-15T04:23:53.314Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-15T04:23:53.413Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|INFO|500||Invoke
2022-06-15T04:23:53.414Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f9471d2-7e4a-4804-a83d-463fa0cbccba], X-ECOMP-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], X-TransactionId=[], X-ONAP-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], Content-Type=[application/merge-patch+json]}
2022-06-15T04:23:53.457Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-15T04:23:53.628Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?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/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:23:53:139-73971], vertex-id=[159968], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:23:53 GMT], Content-Type=[application/json]}
2022-06-15T04:23:53.629Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-15T04:23:53.631Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|INFO|500||InvokeReturn
2022-06-15T04:23:53.633Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-15T04:23:53.634Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:23:53.642Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-15T04:23:53.643Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91aedab7-5298-4124-8ddf-c65d685dd005 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-15T04:23:53.643Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-15T04:23:53.644Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:23:53.647Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:23:53.648Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267033643,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-15T04:23:53.748Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:23:53.749Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:23:53.750Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:23:53.775Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:23:53.776Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-15T04:24:04.404Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:24:04.405Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:24:04.405Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:24:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:24:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:24:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:24:04.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:24:04.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-15T04:24:04.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:24:04.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-15T04:24:13.981Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:25:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:25:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:25:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:25:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:25:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:25:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:25:04.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:25:04.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "NOTIFIED"
}
2022-06-15T04:25:04.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266986003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266988011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:25:04.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:25:04.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "clamp",
"timestamp": 1655266989015,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:25:04.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005
2022-06-15T04:25:04.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:25:04.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266984404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:25:04.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266992250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:25:04.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266995767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:25:04.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266996897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:25:04.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266997983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:25:04.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655266999228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267000235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267001240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267002246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267033643,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-15T04:25:04.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:25:13.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:26:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:26:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:26:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:26:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:26:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:26:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:26:13.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:26:13.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:27:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:27:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:27:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:27:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:27:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:27:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:27:13.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:27:13.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:28:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:28:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:28:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:28:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:28:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:28:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:28:13.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:28:13.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:29:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:29:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:29:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:29:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:29:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:29:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:29:14.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:29:14.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:30:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:30:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:30:04.406Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:30:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:30:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:30:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:30:13.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:30:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:31:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:31:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:31:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:31:04.408Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:31:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:31:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:31:13.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:31:13.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:32:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:32:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:32:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:32:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:32:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:32:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:32:13.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:32:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:33:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:33:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:33:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:33:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:33:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:33:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:33:13.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:33:13.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:34:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:34:04.405Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:34:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:34:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:04.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:04.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:34:04.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "cds",
"timestamp": 1655267637042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:34:04.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:34:05.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:05.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-15T04:34:05.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7db6e20-6a62-4566-96b4-04b4ab7be861","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4e593474-b522-426d-a305-92aa03f37e30","serviceDescription":"service","serviceInvariantUUID":"bfd3260b-cbe4-456b-b58e-3bb63414b050","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b68b5ddc-2742-42bf-be4d-ef8b7049a7a2","resourceInvariantUUID":"0c18aade-1cf2-427d-b72e-5aec58991db5","resourceCustomizationUUID":"d1ce3f6b-8d40-4205-b724-0a95f85d144e","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":"N2VhZmM5NDk3Y2U3ODEwZThhNDMzODc0YWI0NDlmZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86a7d413-d7a0-449b-be2a-13ff84a8252c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2527e33c-d913-45a9-b134-16ce930f2724","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-15T04:34:05.090Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:34:05.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:34:05.096Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:34:05.096Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267644404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:34:05.196Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:34:05.197Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:34:05.197Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:05.247Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:05.248Z||pool-35-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:34:06.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:34:06.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:34:06.107Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:34:06.108Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267644404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:34:06.208Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:34:06.209Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:34:06.209Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:06.269Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:06.270Z||pool-36-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:34:07.110Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4e593474-b522-426d-a305-92aa03f37e30",
"serviceDescription": "service",
"serviceInvariantUUID": "bfd3260b-cbe4-456b-b58e-3bb63414b050",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d1ce3f6b-8d40-4205-b724-0a95f85d144e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b68b5ddc-2742-42bf-be4d-ef8b7049a7a2",
"resourceInvariantUUID": "0c18aade-1cf2-427d-b72e-5aec58991db5",
"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": "OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2527e33c-d913-45a9-b134-16ce930f2724"
}
],
"workloadContext": "Production"
}
2022-06-15T04:34:07.110Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-15T04:34:07.110Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e593474-b522-426d-a305-92aa03f37e30 ASDC
2022-06-15T04:34:07.113Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d7db6e20-6a62-4566-96b4-04b4ab7be861
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4e593474-b522-426d-a305-92aa03f37e30
ServiceInvariantUUID:bfd3260b-cbe4-456b-b58e-3bb63414b050
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:2527e33c-d913-45a9-b134-16ce930f2724
ArtifactChecksum:OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d1ce3f6b-8d40-4205-b724-0a95f85d144e
ResourceInvariantUUID:0c18aade-1cf2-427d-b72e-5aec58991db5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b68b5ddc-2742-42bf-be4d-ef8b7049a7a2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-15T04:34:07.113Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e593474-b522-426d-a305-92aa03f37e30 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:34:07.161Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:34:07.162Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2527e33c-d913-45a9-b134-16ce930f2724 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-15T04:34:07.396Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-15T04:34:07.398Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2527e33c-d913-45a9-b134-16ce930f2724 52502
2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:34:07.401Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:34:07.402Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267647399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:34:07.502Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:34:07.503Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:34:07.503Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:07.548Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:07.549Z||pool-37-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:34:08.403Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:34:08.404Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:34:08.404Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2527e33c-d913-45a9-b134-16ce930f2724, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:08.405Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-15T04:34:08.405Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:08.406Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:08.614Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5717313628679249722/Definitions/service-BasicNetwork-template.yml
2022-06-15T04:34:09.485Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4e593474-b522-426d-a305-92aa03f37e30
Model Version:NULL
Model InvariantUuid:bfd3260b-cbe4-456b-b58e-3bb63414b050
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0c18aade-1cf2-427d-b72e-5aec58991db5
Model UUID:9fe91d1b-09b7-49a7-af17-d9ac4d579430
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d1ce3f6b-8d40-4205-b724-0a95f85d144e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-15T04:34:09.529Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: b68b5ddc-2742-42bf-be4d-ef8b7049a7a2
2022-06-15T04:34:09.530Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||No resources found for Service: 4e593474-b522-426d-a305-92aa03f37e30
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:34:09.539Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||
2022-06-15T04:34:09.539Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-15T04:34:09.540Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 4e593474-b522-426d-a305-92aa03f37e30
2022-06-15T04:34:09.540Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4e593474-b522-426d-a305-92aa03f37e30
2022-06-15T04:34:09.541Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-15T04:34:09.541Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:34:09.552Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@658939d4, org.onap.sdc.toscaparser.api.parameters.Input@47e5da3c, org.onap.sdc.toscaparser.api.parameters.Input@4f49f1eb, org.onap.sdc.toscaparser.api.parameters.Input@3811e911, org.onap.sdc.toscaparser.api.parameters.Input@14fa305e]
2022-06-15T04:34:09.554Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4e593474-b522-426d-a305-92aa03f37e30: Generic NeutronNet
2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-15T04:34:09.622Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-15T04:34:09.749Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-15T04:34:09.749Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-15T04:34:09.750Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-15T04:34:09.750Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-15T04:34:09.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:34:09.754Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:34:09.754Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267649749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:34:09.854Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-15T04:34:09.856Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:34:09.856Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:34:09.892Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:34:09.893Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:34:10.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:34:10.776Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:34:10.779Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:34:10.780Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:34:10.780Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:34:40.781Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:34:40.800Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:35:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:35:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:35:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:35:04.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:35:04.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:35:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "ves-openapi-manager",
"timestamp": 1655267636575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:35:04.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:35:10.805Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:35:10.822Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:35:10.827Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:35:10.827Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:35:10.828Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:35:40.828Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:35:40.847Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:35:40.852Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:35:40.853Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:35:40.853Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:36:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:36:04.411Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:36:04.411Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:36:04.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:36:04.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:36:04.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655267638731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:36:04.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:36:10.854Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:36:10.879Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:36:10.882Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:36:10.882Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:36:10.883Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:36:40.883Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:36:40.899Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-15T04:37:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:37:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:37:04.410Z||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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:04.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:04.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267644404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655267638731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "ves-openapi-manager",
"timestamp": 1655267636575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "cds",
"timestamp": 1655267637042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "aai-ml",
"timestamp": 1655267644549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267644404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "aai-ml",
"timestamp": 1655267644549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "cds",
"timestamp": 1655267646344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267647399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "cds",
"timestamp": 1655267647360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:04.471Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861
2022-06-15T04:37:04.472Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:04.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "aai-ml",
"timestamp": 1655267647480,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267649749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "policy-id",
"timestamp": 1655267649686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "policy-id",
"timestamp": 1655267649686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "aai-ml",
"timestamp": 1655267652895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:37:04.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "policy-id",
"timestamp": 1655267652575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "aai-ml",
"timestamp": 1655267653900,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:04.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861
2022-06-15T04:37:04.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:04.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "policy-id",
"timestamp": 1655267653580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:37:04.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "policy-id",
"timestamp": 1655267654583,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:04.558Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861
2022-06-15T04:37:04.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:04.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655267656634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655267656634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655267659515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "clamp",
"timestamp": 1655267658880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:04.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655267661517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:37:04.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "clamp",
"timestamp": 1655267658880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:04.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-15T04:37:04.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655267662523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:04.587Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861
2022-06-15T04:37:04.588Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:04.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "clamp",
"timestamp": 1655267670114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "clamp",
"timestamp": 1655267672123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "clamp",
"timestamp": 1655267673130,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:04.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861
2022-06-15T04:37:04.619Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:10.906Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:37:10.920Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-15T04:37:10.931Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-15T04:37:40.932Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-15T04:37:40.943Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 and serviceModelVersionId: 4e593474-b522-426d-a305-92aa03f37e30
2022-06-15T04:37:40.943Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfd3260b-cbe4-456b-b58e-3bb63414b050
2022-06-15T04:37:40.945Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0
2022-06-15T04:37:40.951Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-15T04:37:41.033Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|INFO|500||Invoke
2022-06-15T04:37:41.034Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b77a43f-99a1-42b7-b74d-1c553cc5a658], X-ECOMP-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], X-TransactionId=[], X-ONAP-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], Content-Type=[application/merge-patch+json]}
2022-06-15T04:37:41.065Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-15T04:37:41.165Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?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/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:37:40:741-32650], vertex-id=[229464], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:37:40 GMT], Content-Type=[application/json]}
2022-06-15T04:37:41.166Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-15T04:37:41.166Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|INFO|500||InvokeReturn
2022-06-15T04:37:41.167Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-15T04:37:41.167Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-15T04:37:41.176Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-15T04:37:41.177Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7db6e20-6a62-4566-96b4-04b4ab7be861 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-15T04:37:41.177Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-15T04:37:41.178Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:41.181Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:41.181Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267861177,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-15T04:37:41.282Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:41.283Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:41.283Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:41.306Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:41.307Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-15T04:37:42.202Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-15T04:37:42.203Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-15T04:37:42.203Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|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 pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:46.734Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:46.736Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-15T04:37:46.737Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"02af29f2-7c2e-4b06-a408-e42ea7cc1320","serviceName":"Demo_pNF_4xFOmaCx4Vp7shPbz8Hu","serviceVersion":"1.0","serviceUUID":"e4b91688-f9d3-420d-911c-2460e911b305","serviceDescription":"catalog service description","serviceInvariantUUID":"39b049ec-8433-4f5d-bc44-0acda4c9c1fa","resources":[{"resourceInstanceName":"pNF ddfe98e3-8fb7 0","resourceName":"pNF ddfe98e3-8fb7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b004ec2-5edb-4153-8d1d-82c336ba728d","resourceInvariantUUID":"df4f89c5-4749-4502-badd-833227b4ba31","resourceCustomizationUUID":"ac0ac4e4-0731-4a31-8a2b-8e468b3c427e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml","artifactChecksum":"ZDFhMDAwOTVkOTNjMWFhZmRiODA2Y2MzZmQ3MzEzOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c0b485-1e79-4091-b352-ef11f89711d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar","artifactChecksum":"ZTc0ZjgwZWQzNGVlYTRmNzM4N2RlZjY5Yzk5OGI0YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d94b683d-fa3f-4f61-adab-2566dd30f3ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96b57412-ecc9-4afd-847a-d7aa87929698","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2IxODNmYmUxNTdkMTllZjI5Y2YyZThjMjkyY2E2MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae89ed0e-8d48-4026-b0d2-8248841dfed6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adca00f7-b729-410d-8f7c-997d545821d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719aeba4-f278-44e2-96df-a89d9a753ae7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml","artifactChecksum":"MDA3ZjUwZjdkNGU4MWJjZGM1NmI1YWRkMWRjODJiNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d93190c2-4100-4ffd-8d88-f51babf3c620","artifactVersion":"1"},{"artifactName":"service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar","artifactChecksum":"Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fc09b8d-ba49-4891-b878-0a5ab6c9525a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-15T04:37:46.742Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:46.743Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:46.746Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:46.746Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:46.846Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:46.847Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:46.848Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:46.876Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:46.877Z||pool-40-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:47.747Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:47.748Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:47.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:47.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:47.851Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:47.853Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:47.853Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:47.871Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:47.872Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:48.752Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:48.753Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:48.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:48.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:48.856Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:48.857Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:48.857Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:48.890Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:48.891Z||pool-42-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:49.757Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:49.759Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:49.761Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:49.762Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:49.862Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:49.863Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:49.863Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:49.879Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:49.880Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:37:50.764Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:50.764Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:50.766Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:50.766Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:50.867Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:50.868Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:50.868Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:50.885Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:50.886Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:51.768Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:51.769Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:51.771Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:51.771Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:51.872Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:51.874Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:51.874Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:51.907Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:51.908Z||pool-45-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:52.772Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:52.774Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:52.777Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:52.777Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-15T04:37:52.877Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:52.878Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:52.878Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:52.906Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:52.906Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:53.778Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-15T04:37:53.779Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:53.782Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:53.782Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267862202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar",
"status": "NOTIFIED"
}
2022-06-15T04:37:53.882Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:53.884Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:53.884Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:53.911Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:53.912Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-15T04:37:54.786Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"serviceName": "Demo_pNF_4xFOmaCx4Vp7shPbz8Hu",
"serviceVersion": "1.0",
"serviceUUID": "e4b91688-f9d3-420d-911c-2460e911b305",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "39b049ec-8433-4f5d-bc44-0acda4c9c1fa",
"resources": [
{
"resourceInstanceName": "pNF ddfe98e3-8fb7 0",
"resourceCustomizationUUID": "ac0ac4e4-0731-4a31-8a2b-8e468b3c427e",
"resourceName": "pNF ddfe98e3-8fb7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4b004ec2-5edb-4153-8d1d-82c336ba728d",
"resourceInvariantUUID": "df4f89c5-4749-4502-badd-833227b4ba31",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar",
"artifactChecksum": "Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9fc09b8d-ba49-4891-b878-0a5ab6c9525a"
}
],
"workloadContext": "Production"
}
2022-06-15T04:37:54.787Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-15T04:37:54.787Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b91688-f9d3-420d-911c-2460e911b305 ASDC
2022-06-15T04:37:54.788Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:02af29f2-7c2e-4b06-a408-e42ea7cc1320
ServiceName:Demo_pNF_4xFOmaCx4Vp7shPbz8Hu
ServiceVersion:1.0
ServiceUUID:e4b91688-f9d3-420d-911c-2460e911b305
ServiceInvariantUUID:39b049ec-8433-4f5d-bc44-0acda4c9c1fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
ArtifactUUID:9fc09b8d-ba49-4891-b878-0a5ab6c9525a
ArtifactChecksum:Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ddfe98e3-8fb7 0
ResourceCustomizationUUID:ac0ac4e4-0731-4a31-8a2b-8e468b3c427e
ResourceInvariantUUID:df4f89c5-4749-4502-badd-833227b4ba31
ResourceName:pNF ddfe98e3-8fb7
ResourceType:PNF
ResourceUUID:4b004ec2-5edb-4153-8d1d-82c336ba728d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-15T04:37:54.789Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b91688-f9d3-420d-911c-2460e911b305 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-15T04:37:54.819Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9fc09b8d-ba49-4891-b878-0a5ab6c9525a from URL: /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-15T04:37:54.821Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:54.919Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-15T04:37:54.924Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 9fc09b8d-ba49-4891-b878-0a5ab6c9525a 82643
2022-06-15T04:37:54.924Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar ASDC sendASDCNotification
2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-15T04:37:54.927Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-15T04:37:54.927Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655267874924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-15T04:37:55.027Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-15T04:37:55.028Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-15T04:37:55.029Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ...
2022-06-15T04:37:55.046Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-15T04:37:55.047Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-15T04:37:55.928Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-15T04:37:55.929Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-15T04:37:55.929Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9fc09b8d-ba49-4891-b878-0a5ab6c9525a, URL: /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar to file: /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:55.930Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:55.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:55.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:56.103Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9196701919688658649/Definitions/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml
2022-06-15T04:37:57.335Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-15T04:37:57.336Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-15T04:37:57.336Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ddfe98e3-8fb7 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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar
2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Node template pNF ddfe98e3-8fb7 0 is matching search criteria
2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ddfe98e3-8fb7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Node template pNF ddfe98e3-8fb7 0 is matching search criteria
2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ddfe98e3-8fb7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery