By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-07-06T05:52:02.612Z||main|||||INFO|500||The following profiles are active: basic
2022-07-06T05:52:13.989Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-06T05:52:13.990Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-06T05:52:14.163Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-06T05:52:18.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-06T05:52:19.181Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-06T05:52:19.629Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-06T05:52:19.640Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-06T05:52:19.766Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-06T05:52:19.969Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-06T05:52:20.608Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-06T05:52:22.628Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T05:52:25.210Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T05:52:25.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-06T05:52:25.886Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T05:52:26.105Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-06T05:52:27.312Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T05:52:28.428Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-06T05:52:28.448Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d1dad29b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-06T05:52:28.449Z||main|||||WARN|500||The sdc end point is not alive
2022-07-06T05:52:31.361Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-06T05:52:34.317Z||main|||||WARN|500||---
2022-07-06T05:52:34.318Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-06T05:52:34.318Z||main|||||WARN|500||---
2022-07-06T05:52:34.766Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-06T05:52:39.395Z||main|||||INFO|500||Started Application in 40.203 seconds (JVM running for 42.293)
2022-07-06T05:52:39.407Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T05:52:39.410Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T05:52:39.426Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T05:52:39.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T05:52:39.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4aca28d-410d-440e-817c-136da329b817 url= /sdc/v1/artifactTypes
2022-07-06T05:52:39.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T05:52:40.624Z||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.30.243] 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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-06T05:52:40.631Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d5eef5
2022-07-06T05:52:40.631Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T05:52:40.660Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T05:52:40.663Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T05:52:40.667Z||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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-06T05:53:29.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T05:53:29.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T05:53:29.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T05:53:29.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T05:53:29.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4094d68-9809-486a-bcae-defb9bbf3f8f url= /sdc/v1/artifactTypes
2022-07-06T05:53:29.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T05:53:30.452Z||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.30.243] 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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-06T05:53:30.453Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f651ba
2022-07-06T05:53:30.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T05:53:30.454Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T05:53:30.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T05:53:30.455Z||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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-06T05:54:19.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T05:54:19.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T05:54:19.392Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T05:54:19.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T05:54:19.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0eda37d-02d8-444f-9d47-0034643b65ad url= /sdc/v1/artifactTypes
2022-07-06T05:54:19.404Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T05:54:20.430Z||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.30.243] 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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-06T05:54:20.431Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@659e6a5a
2022-07-06T05:54:20.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T05:54:20.432Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T05:54:20.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T05:54:20.434Z||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$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-06T05:55:09.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T05:55:09.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T05:55:09.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T05:55:09.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T05:55:09.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50bd0035-efea-4d8f-8209-b925532bf9be url= /sdc/v1/artifactTypes
2022-07-06T05:55:09.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T05:55:10.446Z||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.30.243] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-07-06T05:55:10.447Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367cb55b
2022-07-06T05:55:10.447Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T05:55:10.448Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T05:55:10.448Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T05:55:10.449Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8e58d08.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-07-06T05:55:59.391Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T05:55:59.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T05:55:59.394Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T05:55:59.397Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T05:55:59.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f71e8b95-4806-49cb-a6ee-f55f93c1dbad url= /sdc/v1/artifactTypes
2022-07-06T05:55:59.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T05:55:59.665Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-06T05:55:59.678Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-06T05:55:59.707Z||scheduling-1|||||DEBUG|500||create keys
2022-07-06T05:55:59.719Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-06T05:55:59.749Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:55:59.769Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f669574e-a063-47c6-88d6-e6327ae1c2f2 url= /sdc/v1/registerForDistribution
2022-07-06T05:55:59.878Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f669574e-a063-47c6-88d6-e6327ae1c2f2 url= /sdc/v1/registerForDistribution
2022-07-06T05:55:59.878Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-06T05:55:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:55:59.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:55:59.896Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-06T05:55:59.898Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:55:59.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:55:59.899Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:55:59.899Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:56:10.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:56:10.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:56:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:56:59.886Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:56:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:56:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:56:59.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:56:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:57:09.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:57:09.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:57:59.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:57:59.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:57:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:57:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:57:59.889Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:57:59.890Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:58:09.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:58:09.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:58:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:58:59.886Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:58:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:58:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:58:59.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:58:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:59:09.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:59:09.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T05:59:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:59:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:59:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T05:59:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:59:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:59:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:00:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:00:09.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:00:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:00:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:00:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:00:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:00:59.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:00:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:01:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:01:09.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:01:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:01:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:01:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:01:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:01:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:01:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:02:09.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:02:09.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:02:15.378Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-06T06:02:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:02:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:02:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:02:59.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:02:59.889Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:02:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:03:09.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:03:09.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:03:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:03:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:03:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:03:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:03:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:03:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:04:09.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:04:09.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:04:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:04:59.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:04:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:04:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:04:59.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:04:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:05:09.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:05:09.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:05:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:05:59.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:05:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:05:59.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:05:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:05:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:06:09.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:06:09.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:06:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:06:59.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:06:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:06:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:06:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:06:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:07:09.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:07:09.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:07:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:07:59.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:07:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:07:59.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:07:59.888Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:07:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:08:09.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:08:09.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:08:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:08:59.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:08:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:08:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:08:59.888Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:08:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:09:09.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:09:09.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:09:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:09:59.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:09:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:09:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:09:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:09:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:10:09.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:10:09.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:10:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:10:59.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:10:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:10:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:10:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:10:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:11:09.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:11:09.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:11:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:11:59.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:11:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:11:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:11:59.889Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:11:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:12:09.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:12:09.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:12:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:12:59.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:12:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:12:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:12:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:12:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:13:09.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:13:09.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:13:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:13:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:13:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:13:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:13:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:13:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:14:09.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:14:09.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:14:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:14:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:14:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:14:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:14:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:14:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:15:09.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:15:09.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:15:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:15:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:15:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:15:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:15:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:15:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:16:09.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:16:09.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:16:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:16:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:16:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:16:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:16:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:16:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:17:09.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:17:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:17:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:17:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:17:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:17:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:17:59.888Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:17:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:18:09.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:18:09.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:18:59.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:18:59.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:18:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:18:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:18:59.889Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:18:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:19:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:19:09.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:19:59.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:19:59.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:19:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:19:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:19:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:19:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:20:09.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:20:09.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:20:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:20:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:20:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:20:59.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:20:59.889Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:20:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:21:09.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:21:09.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:21:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:21:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:21:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:21:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:21:59.889Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:21:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:22:09.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:22:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:22:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:22:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:22:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:22:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:22:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:22:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:23:09.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:23:09.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:23:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:23:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:23:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:23:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:23:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:23:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:24:09.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:24:09.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:24:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:24:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:24:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:24:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:24:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:24:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:25:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:25:09.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:25:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:25:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:25:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:25:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:25:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:25:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:26:09.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:26:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:26:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:26:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:26:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:26:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:26:59.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:26:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:27:09.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:27:09.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:27:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:27:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:27:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:27:59.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:27:59.888Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:27:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:28:09.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:28:09.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:28:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:28:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:28:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:28:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:28:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:28:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:29:09.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:29:09.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:29:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:29:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:29:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:29:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:29:59.888Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:29:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:30:09.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:30:09.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:30:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:30:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:30:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:30:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:30:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:30:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:31:09.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:31:09.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:31:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:31:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:31:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:31:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:31:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:31:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:32:09.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:32:09.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:32:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:32:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:32:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:32:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:32:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:32:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:33:09.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:33:09.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:33:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:33:59.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:33:59.887Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:33:59.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:33:59.890Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:33:59.891Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:34:09.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:34:09.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:34:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:34:59.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:34:59.886Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:34:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:34:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:34:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:35:09.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:35:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:35:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:35:59.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:35:59.886Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:35:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:35:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:35:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:36:09.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:36:09.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:36:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:36:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:36:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:36:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:36:59.888Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:36:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:37:09.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:37:09.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:37:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:37:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:37:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:37:59.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:37:59.893Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:37:59.893Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:38:09.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:38:09.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:38:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:38:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:38:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:38:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:38:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:38:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:39:09.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:39:09.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:39:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:39:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:39:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:39:59.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:39:59.890Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:39:59.891Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:40:09.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:40:09.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:40:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:40:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:40:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:40:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:40:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:40:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:41:09.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:41:09.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:41:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:41:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:41:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:41:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:41:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:41:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:42:09.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:42:09.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:42:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:42:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:42:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:42:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:42:59.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:42:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:43:09.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:43:09.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:43:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:43:59.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:43:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:43:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:43:59.889Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:43:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:44:09.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:44:09.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:44:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:44:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:44:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:44:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:44:59.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:44:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:45:09.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:45:09.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:45:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:45:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:45:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:45:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:45:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:45:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:46:09.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:46:09.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:46:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:46:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:46:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:46:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:46:59.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:46:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:47:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:47:09.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:47:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:47:59.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:47:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:47:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:47:59.888Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:47:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:00.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090067575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090063220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090063604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090063575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090077282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090077245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090076108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:00.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:48:00.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "cds",
"timestamp": 1657090078279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:48:00.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:48:00.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:48:00.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090078524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090079686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090080798,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:48:00.356Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:48:00.356Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:48:00.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:48:00.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:48:00.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:00.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T06:48:00.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d70f5b0-a0c2-4380-aece-6979102cb33e","serviceName":"vFW 2022-07-06 06-46-11","serviceVersion":"1.0","serviceUUID":"da7354d4-1699-47dc-8c5b-9d1c1c585aa6","serviceDescription":"catalog service description","serviceInvariantUUID":"0dd4c436-0098-40d1-a2ea-b40148342652","resources":[{"resourceInstanceName":"vFW eb4d7aa4-81fe 0","resourceName":"vFW eb4d7aa4-81fe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb54b4e3-69a2-45a2-8389-4bcabbbe3538","resourceInvariantUUID":"eb0f119e-0ef5-4468-aed7-45fdb4d29c21","resourceCustomizationUUID":"ecf452e4-f46f-48d7-98f1-78f1bc8c6f59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml","artifactChecksum":"MjQyMTE5Yzc1OGJmNWQ3MzI1YmU1ZTQzM2I4YjYwMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"848bd080-1f57-4f2d-a195-16d1582f0959","artifactVersion":"1"},{"artifactName":"vfweb4d7aa481fe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json","artifactChecksum":"Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f721ee45-2f8e-4207-a31b-c95a74f21db9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbffe4b5-206a-43ab-9d14-d63a5866f069","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU5NmE2ZTk2NDQ4Y2JhOTA1ODA2NmM0ZTk1MTZmMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0a301f6-b02b-4910-a5dd-3f5cc234a2ba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57527ff3-bc5a-4b88-8894-51cbe1d10d90","artifactVersion":"2","generatedFromUUID":"cbffe4b5-206a-43ab-9d14-d63a5866f069"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706064611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml","artifactChecksum":"YWUzYmE5MGMzNmJiN2UzNDY1NzQ2MTkyMTk2OGVjMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ac6831d-10d7-4d17-8bd6-eff9c5a14635","artifactVersion":"1"},{"artifactName":"service-Vfw20220706064611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar","artifactChecksum":"YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c3e4572-e33c-4453-b73b-ef9180ab1309","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T06:48:00.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:00.532Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:00.542Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:00.542Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:00.642Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-06T06:48:00.646Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:00.647Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:00.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:00.659Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:01.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:01.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:01.551Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:01.551Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:48:01.651Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:01.653Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:01.653Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:01.701Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:01.702Z||pool-4-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":34,"count":1}
2022-07-06T06:48:02.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:02.553Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:02.555Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:02.555Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:48:02.655Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:02.656Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:02.657Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:02.671Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:02.671Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:03.556Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:03.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:03.560Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:03.560Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:03.661Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:03.662Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:03.662Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:03.677Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:03.678Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:48:04.561Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:04.562Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:04.564Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:04.564Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T06:48:04.664Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:04.665Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:04.665Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:04.686Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:04.686Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:05.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:05.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:05.568Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:05.568Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:05.668Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:05.669Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:05.669Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:05.685Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:05.686Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:06.568Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:48:06.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:06.572Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:06.572Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:48:06.672Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:06.674Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:06.674Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:06.688Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:06.688Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:48:07.575Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"serviceName": "vFW 2022-07-06 06-46-11",
"serviceVersion": "1.0",
"serviceUUID": "da7354d4-1699-47dc-8c5b-9d1c1c585aa6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0dd4c436-0098-40d1-a2ea-b40148342652",
"resources": [
{
"resourceInstanceName": "vFW eb4d7aa4-81fe 0",
"resourceCustomizationUUID": "ecf452e4-f46f-48d7-98f1-78f1bc8c6f59",
"resourceName": "vFW eb4d7aa4-81fe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fb54b4e3-69a2-45a2-8389-4bcabbbe3538",
"resourceInvariantUUID": "eb0f119e-0ef5-4468-aed7-45fdb4d29c21",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweb4d7aa481fe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"artifactChecksum": "Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f721ee45-2f8e-4207-a31b-c95a74f21db9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cbffe4b5-206a-43ab-9d14-d63a5866f069",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57527ff3-bc5a-4b88-8894-51cbe1d10d90",
"generatedFromUUID": "cbffe4b5-206a-43ab-9d14-d63a5866f069"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57527ff3-bc5a-4b88-8894-51cbe1d10d90",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220706064611-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"artifactChecksum": "YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c3e4572-e33c-4453-b73b-ef9180ab1309"
}
],
"workloadContext": "Production"
}
2022-07-06T06:48:07.576Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T06:48:07.576Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da7354d4-1699-47dc-8c5b-9d1c1c585aa6 ASDC
2022-07-06T06:48:07.732Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2d70f5b0-a0c2-4380-aece-6979102cb33e
ServiceName:vFW 2022-07-06 06-46-11
ServiceVersion:1.0
ServiceUUID:da7354d4-1699-47dc-8c5b-9d1c1c585aa6
ServiceInvariantUUID:0dd4c436-0098-40d1-a2ea-b40148342652
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220706064611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar
ArtifactUUID:2c3e4572-e33c-4453-b73b-ef9180ab1309
ArtifactChecksum:YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eb4d7aa4-81fe 0
ResourceCustomizationUUID:ecf452e4-f46f-48d7-98f1-78f1bc8c6f59
ResourceInvariantUUID:eb0f119e-0ef5-4468-aed7-45fdb4d29c21
ResourceName:vFW eb4d7aa4-81fe
ResourceType:VF
ResourceUUID:fb54b4e3-69a2-45a2-8389-4bcabbbe3538
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweb4d7aa481fe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json
ArtifactUUID:f721ee45-2f8e-4207-a31b-c95a74f21db9
ArtifactChecksum:Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA=
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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml
ArtifactUUID:cbffe4b5-206a-43ab-9d14-d63a5866f069
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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
ArtifactUUID:57527ff3-bc5a-4b88-8894-51cbe1d10d90
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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
ArtifactUUID:57527ff3-bc5a-4b88-8894-51cbe1d10d90
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-06T06:48:07.733Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da7354d4-1699-47dc-8c5b-9d1c1c585aa6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T06:48:07.788Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T06:48:07.789Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c3e4572-e33c-4453-b73b-ef9180ab1309 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:48:07.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:07.908Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:48:07.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2c3e4572-e33c-4453-b73b-ef9180ab1309 98991
2022-07-06T06:48:07.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar ASDC sendASDCNotification
2022-07-06T06:48:07.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:07.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:48:07.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:07.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:07.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090087936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:08.043Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:08.044Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:08.045Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:08.061Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:08.062Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:08.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T06:48:08.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:48:08.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c3e4572-e33c-4453-b73b-ef9180ab1309, URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar to file: /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:08.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706064611-csar.csar
2022-07-06T06:48:09.024Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:09.024Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:09.779Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11289075232302743041/Definitions/service-Vfw20220706064611-template.yml
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
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
2022-07-06T06:48:12.878Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T06:48:12.888Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T06:48:12.888Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb4d7aa4-81fe 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-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.893Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:12.893Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T06:48:12.903Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.906Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.913Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:12.914Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T06:48:12.916Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:12.919Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T06:48:12.919Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T06:48:12.920Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.920Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.925Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a45146a-09ba-4010-b921-7766943c67ab
2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d94fed6-7ab3-4940-98b2-6e87393d48be
2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a0dc647-419c-45d6-812a-a74e13b0221c
2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-06 06-46-11
Description:catalog service description
Model UUID:da7354d4-1699-47dc-8c5b-9d1c1c585aa6
Model Version:NULL
Model InvariantUuid:0dd4c436-0098-40d1-a2ea-b40148342652
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eb4d7aa4-81fe
Model UUID:76e80b2d-109b-4df7-9a40-32cbca78283c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb0f119e-0ef5-4468-aed7-45fdb4d29c21
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ecf452e4-f46f-48d7-98f1-78f1bc8c6f59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf1cc644-f0f2-4f7e-91b0-036e30d0233c
ModelName:VfwEb4d7aa481fe..base_vfw..module-0
ModelUuid:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a45146a-09ba-4010-b921-7766943c67ab
ModelInvariantUuid:add90179-2a61-41c3-9526-286cd27753ec
ModelName:vFW eb4d7aa4-81fe-nodes.vfwCvfc
ModelUuid:236c6bcd-d04d-4f00-babf-ad94423af85d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8c6453f5-14eb-4f23-b30a-18d40371236c
ModelInvariantUuid:195ad4b2-444d-496e-bf78-ff913565c02c
ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vfw
ModelUuid:e7d6a78d-040f-45bd-ab9b-bfa7162772db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d94fed6-7ab3-4940-98b2-6e87393d48be
ModelInvariantUuid:862ccada-47f6-4ad1-83d4-66ff3cd48bdb
ModelName:vFW eb4d7aa4-81fe-nodes.vsnCvfc
ModelUuid:8fa92f9e-9a9d-4cd2-800d-0a5d32cd5d5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:04b1c714-c473-4497-a5bb-8ec14d1ac9cb
ModelInvariantUuid:9b9ec770-d221-4aa6-bd53-dc6107019fda
ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vsn
ModelUuid:e6bf5be1-aca2-4a06-a1a2-1e195b2b6ee0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9a0dc647-419c-45d6-812a-a74e13b0221c
ModelInvariantUuid:16dfc192-a19b-45fd-bcf7-4f8158d3d141
ModelName:vFW eb4d7aa4-81fe-nodes.vpgCvfc
ModelUuid:11a3342e-b6fb-4e51-acd4-27b2bc12425b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fba0a5ec-b057-459e-9633-b346005fa1e5
ModelInvariantUuid:57079ce9-a4c1-4de7-a482-5ec131ca87aa
ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vpg
ModelUuid:55d35dd7-d665-45a7-bd1c-e4238c1d4b53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-06T06:48:12.956Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fb54b4e3-69a2-45a2-8389-4bcabbbe3538
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:48:13.045Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||vFW eb4d7aa4-81fe 0
2022-07-06T06:48:13.053Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb54b4e3-69a2-45a2-8389-4bcabbbe3538
2022-07-06T06:48:13.053Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f721ee45-2f8e-4207-a31b-c95a74f21db9 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json
2022-07-06T06:48:13.054Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:48:13.054Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json
2022-07-06T06:48:13.165Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json f721ee45-2f8e-4207-a31b-c95a74f21db9 785
2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json ASDC sendASDCNotification
2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json
2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:48:13.167Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:13.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:13.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090093166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:13.269Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:13.270Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:13.270Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:13.289Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:13.289Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:14.171Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEb4d7aa481fe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf1cc644-f0f2-4f7e-91b0-036e30d0233c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d365ad9b-0eb4-4ea1-bd1e-b19c80623d49",
"vfModuleModelCustomizationUUID": "aecb5131-af5a-4722-9a3e-77e2d0dcfe4d",
"isBase": true,
"artifacts": [
"cbffe4b5-206a-43ab-9d14-d63a5866f069",
"57527ff3-bc5a-4b88-8894-51cbe1d10d90"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-06T06:48:14.187Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb4d7aa481fe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49
VfModuleModelInvariantUUID:cf1cc644-f0f2-4f7e-91b0-036e30d0233c
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbffe4b5-206a-43ab-9d14-d63a5866f069
,
57527ff3-bc5a-4b88-8894-51cbe1d10d90
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEb4d7aa481fe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf1cc644-f0f2-4f7e-91b0-036e30d0233c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d365ad9b-0eb4-4ea1-bd1e-b19c80623d49",
"vfModuleModelCustomizationUUID": "aecb5131-af5a-4722-9a3e-77e2d0dcfe4d",
"isBase": true,
"artifacts": [
"cbffe4b5-206a-43ab-9d14-d63a5866f069",
"57527ff3-bc5a-4b88-8894-51cbe1d10d90"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEb4d7aa481fe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49
VfModuleModelInvariantUUID:cf1cc644-f0f2-4f7e-91b0-036e30d0233c
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbffe4b5-206a-43ab-9d14-d63a5866f069
,
57527ff3-bc5a-4b88-8894-51cbe1d10d90
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cbffe4b5-206a-43ab-9d14-d63a5866f069 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml
2022-07-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:48:14.191Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml
2022-07-06T06:48:14.296Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:48:14.297Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml cbffe4b5-206a-43ab-9d14-d63a5866f069 20368
2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml
2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:14.300Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:14.300Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090094298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:14.401Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:14.402Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:14.402Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:14.416Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:14.416Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:15.301Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57527ff3-bc5a-4b88-8894-51cbe1d10d90 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
2022-07-06T06:48:15.301Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:48:15.302Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
2022-07-06T06:48:15.347Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:48:15.348Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 57527ff3-bc5a-4b88-8894-51cbe1d10d90 2098
2022-07-06T06:48:15.348Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:15.352Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:15.352Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090095348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:48:15.454Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T06:48:15.455Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:15.456Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:15.470Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:15.471Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:16.353Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: da7354d4-1699-47dc-8c5b-9d1c1c585aa6
2022-07-06T06:48:16.353Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eb4d7aa4-81fe 0 fb54b4e3-69a2-45a2-8389-4bcabbbe3538 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:48:16.389Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9fb06d0, org.onap.sdc.toscaparser.api.parameters.Input@6c9bad64, org.onap.sdc.toscaparser.api.parameters.Input@5f18f259, org.onap.sdc.toscaparser.api.parameters.Input@31130d5c, org.onap.sdc.toscaparser.api.parameters.Input@608f4028]
2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ecf452e4-f46f-48d7-98f1-78f1bc8c6f59
2022-07-06T06:48:16.394Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 matches Tosca VF Customization UUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59
2022-07-06T06:48:16.394Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-06T06:48:16.400Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.401Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.402Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ecf452e4-f46f-48d7-98f1-78f1bc8c6f59: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-06T06:48:16.402Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@710dbd1c
2022-07-06T06:48:16.403Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.403Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T06:48:16.404Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aecb5131-af5a-4722-9a3e-77e2d0dcfe4d
2022-07-06T06:48:16.405Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aecb5131-af5a-4722-9a3e-77e2d0dcfe4d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-06T06:48:16.412Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.412Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.413Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a45146a-09ba-4010-b921-7766943c67ab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:16.427Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.427Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T06:48:16.431Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.431Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d94fed6-7ab3-4940-98b2-6e87393d48be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-06T06:48:16.433Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.433Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.434Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:16.436Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.436Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria
2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.439Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T06:48:16.440Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T06:48:16.440Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a0dc647-419c-45d6-812a-a74e13b0221c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-06T06:48:16.443Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.444Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.444Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria
2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=ecf452e4-f46f-48d7-98f1-78f1bc8c6f59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:48:16.447Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid da7354d4-1699-47dc-8c5b-9d1c1c585aa6: vFW eb4d7aa4-81fe
2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-06 06-46-11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eb4d7aa4-81fe fb54b4e3-69a2-45a2-8389-4bcabbbe3538 1 ASDC deployResourceStructure
2022-07-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json ASDC sendASDCNotification
2022-07-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json
2022-07-06T06:48:16.692Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:48:16.692Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:16.694Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:16.694Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090096691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:48:16.794Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:16.796Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:16.796Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:16.813Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:16.814Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml
2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:48:17.696Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:17.697Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:17.698Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090097695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T06:48:17.798Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:17.799Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:17.799Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:17.816Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:17.817Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env
2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:18.701Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:18.701Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090098698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-06T06:48:18.802Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:48:18.803Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:18.803Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:18.826Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:18.827Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:19.702Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar ASDC sendASDCNotification
2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar
2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:48:19.705Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:48:19.705Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090099702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:48:19.806Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:48:19.806Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:48:19.807Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:19.822Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:19.822Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:48:20.707Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:48:20.724Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:48:20.727Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:48:20.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:48:20.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:48:50.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:48:50.743Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:48:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:48:59.889Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:48:59.890Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:48:59.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:48:59.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:48:59.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:48:59.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:49:20.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:49:20.759Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:49:20.761Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:49:20.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:49:20.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:49:50.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:49:50.773Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:49:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:49:59.889Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:49:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:49:59.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:49:59.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:49:59.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090081805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:49:59.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:20.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:50:20.789Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:50:50.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:50:50.803Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T06:50:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:50:59.888Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:50:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:50:59.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:50:59.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090079495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090079768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090087600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090079885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090088610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090087936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "policy-id",
"timestamp": 1657090089617,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:50:59.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:50:59.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090083038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:50:59.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090090969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090094206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090093166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090095768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090094298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "clamp",
"timestamp": 1657090096777,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:50:59.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:50:59.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090095348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:50:59.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090096691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090097357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090098638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090097695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "aai-ml",
"timestamp": 1657090098364,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:50:59.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:50:59.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:50:59.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090099647,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:50:59.976Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e
2022-07-06T06:50:59.976Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:50:59.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090098698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090099702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:50:59.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:51:20.808Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:51:20.817Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:51:20.820Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:51:20.820Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:51:20.826Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T06:51:50.827Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-06T06:51:50.837Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e and serviceModelVersionId: da7354d4-1699-47dc-8c5b-9d1c1c585aa6
2022-07-06T06:51:50.837Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0dd4c436-0098-40d1-a2ea-b40148342652
2022-07-06T06:51:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:51:59.889Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:51:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:00.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:00.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "ves-openapi-manager",
"timestamp": 1657090143219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090143604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090143037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090157476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090157443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090158640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090159785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090153572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090160420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090160838,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:00.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:00.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090161346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657090161425,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:00.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657090161844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:00.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "cds",
"timestamp": 1657090162354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:00.488Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.488Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090157575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090165318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090159768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090167564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090168571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:00.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "policy-id",
"timestamp": 1657090169579,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:00.511Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.511Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-06T06:52:00.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090169495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090175299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:00.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "aai-ml",
"timestamp": 1657090176303,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:00.523Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090182753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090183778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:52:00.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "clamp",
"timestamp": 1657090184784,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:00.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91
2022-07-06T06:52:00.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:04.964Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0
2022-07-06T06:52:05.075Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T06:52:05.594Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-06T06:52:05.600Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|INFO|500||Invoke
2022-07-06T06:52:05.726Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-06T06:52:06.159Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|INFO|500||InvokeReturn
2022-07-06T06:52:06.160Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-06:52:05:737-14322], vertex-id=[422120], Content-Length=[0], Date=[Wed, 06 Jul 2022 06:52:05 GMT], Content-Type=[application/json]}
2022-07-06T06:52:06.160Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-06T06:52:06.163Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T06:52:06.164Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:52:06.168Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T06:52:06.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d70f5b0-a0c2-4380-aece-6979102cb33e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T06:52:06.170Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T06:52:06.171Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:06.173Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:06.173Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090326170,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T06:52:06.273Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:06.274Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:06.275Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:06.302Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:06.303Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T06:52:07.183Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:52:07.184Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:52:07.184Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:11.624Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:11.625Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T06:52:11.625Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"688c13af-9de0-4c23-9873-0b4b883d1e91","serviceName":"basic_onboard_YWJyBS","serviceVersion":"1.0","serviceUUID":"ffc9230a-553d-4f82-9343-55a1bcd9c2fc","serviceDescription":"service","serviceInvariantUUID":"6a41a1be-7214-4f2c-84b8-995301a7a1dd","resources":[{"resourceInstanceName":"basic_onboard_YWJyBS 0","resourceName":"basic_onboard_YWJyBS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41caab68-b25d-4519-a7d5-befad6b1ce46","resourceInvariantUUID":"f0a3029e-dd84-4a23-a11a-02374cfccc8f","resourceCustomizationUUID":"a17ecc24-57ce-4ac1-b158-8ca1cdf67a71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml","artifactChecksum":"NWMxMjE2MjU1MjE1ZDdmOWRiZDU3ZGNkN2Q1MmY5MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea7a3014-18aa-4644-9f91-61c0a332f226","artifactVersion":"1"},{"artifactName":"basic_onboard_ywjybs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json","artifactChecksum":"MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa121d53-3c26-40c7-a33b-603078eec11c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d4ab885-8d63-46f3-aa44-d37f1a6f374e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5a0e5a8-284d-4f13-8b8a-84c13d5495fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f60aa45-e78c-403a-a51c-8c2e27ea3b5c","artifactVersion":"2","generatedFromUUID":"9d4ab885-8d63-46f3-aa44-d37f1a6f374e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYwjybs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml","artifactChecksum":"MGViYmJhZmQ3N2IzMjBhMDNkZjhhYTc3MWY0OGQ4NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5915b8e8-3b53-4841-b4d7-3f6855d00b78","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYwjybs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar","artifactChecksum":"YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59434616-d950-4366-987e-d4d4673f8b5f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T06:52:11.628Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:11.628Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:11.631Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:11.631Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:11.731Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:11.732Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:11.732Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:11.746Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:11.747Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:12.632Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:12.634Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:12.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:12.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:52:12.736Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:12.737Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:12.737Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:12.752Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:12.752Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:52:13.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:13.637Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:13.639Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:13.639Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:52:13.739Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:13.740Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:13.740Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:13.754Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:13.754Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:14.644Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:14.644Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:14.646Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:14.646Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:14.747Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:14.748Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:14.748Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:14.763Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:14.764Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:15.647Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:15.650Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:15.651Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:15.652Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T06:52:15.752Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:15.753Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:15.753Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:15.781Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:15.782Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:16.652Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:16.654Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:16.656Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:16.657Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:52:16.757Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:16.758Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:16.758Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:16.775Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:16.776Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:17.657Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T06:52:17.661Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:17.662Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:17.663Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:52:17.763Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:17.764Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:17.764Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:17.791Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:17.791Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:52:18.666Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"serviceName": "basic_onboard_YWJyBS",
"serviceVersion": "1.0",
"serviceUUID": "ffc9230a-553d-4f82-9343-55a1bcd9c2fc",
"serviceDescription": "service",
"serviceInvariantUUID": "6a41a1be-7214-4f2c-84b8-995301a7a1dd",
"resources": [
{
"resourceInstanceName": "basic_onboard_YWJyBS 0",
"resourceCustomizationUUID": "a17ecc24-57ce-4ac1-b158-8ca1cdf67a71",
"resourceName": "basic_onboard_YWJyBS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "41caab68-b25d-4519-a7d5-befad6b1ce46",
"resourceInvariantUUID": "f0a3029e-dd84-4a23-a11a-02374cfccc8f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ywjybs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"artifactChecksum": "MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa121d53-3c26-40c7-a33b-603078eec11c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9d4ab885-8d63-46f3-aa44-d37f1a6f374e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c",
"generatedFromUUID": "9d4ab885-8d63-46f3-aa44-d37f1a6f374e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYwjybs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"artifactChecksum": "YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59434616-d950-4366-987e-d4d4673f8b5f"
}
],
"workloadContext": "Production"
}
2022-07-06T06:52:18.667Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T06:52:18.667Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffc9230a-553d-4f82-9343-55a1bcd9c2fc ASDC
2022-07-06T06:52:18.667Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:688c13af-9de0-4c23-9873-0b4b883d1e91
ServiceName:basic_onboard_YWJyBS
ServiceVersion:1.0
ServiceUUID:ffc9230a-553d-4f82-9343-55a1bcd9c2fc
ServiceInvariantUUID:6a41a1be-7214-4f2c-84b8-995301a7a1dd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYwjybs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar
ArtifactUUID:59434616-d950-4366-987e-d4d4673f8b5f
ArtifactChecksum:YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YWJyBS 0
ResourceCustomizationUUID:a17ecc24-57ce-4ac1-b158-8ca1cdf67a71
ResourceInvariantUUID:f0a3029e-dd84-4a23-a11a-02374cfccc8f
ResourceName:basic_onboard_YWJyBS
ResourceType:VF
ResourceUUID:41caab68-b25d-4519-a7d5-befad6b1ce46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ywjybs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json
ArtifactUUID:fa121d53-3c26-40c7-a33b-603078eec11c
ArtifactChecksum:MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I=
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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9d4ab885-8d63-46f3-aa44-d37f1a6f374e
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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
ArtifactUUID:0f60aa45-e78c-403a-a51c-8c2e27ea3b5c
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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
ArtifactUUID:0f60aa45-e78c-403a-a51c-8c2e27ea3b5c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-06T06:52:18.668Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffc9230a-553d-4f82-9343-55a1bcd9c2fc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T06:52:18.699Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59434616-d950-4366-987e-d4d4673f8b5f from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:19.156Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 59434616-d950-4366-987e-d4d4673f8b5f 71590
2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar ASDC sendASDCNotification
2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:52:19.160Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:19.161Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:19.161Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090339159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:19.262Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:19.263Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:19.263Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:19.280Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:19.280Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:20.162Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 59434616-d950-4366-987e-d4d4673f8b5f, URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar to file: /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:20.165Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:20.165Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:20.295Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP535846361750031684/Definitions/service-BasicOnboardYwjybs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-06T06:52:21.421Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YWJyBS 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-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria
2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.432Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:21.432Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria
2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f84a0355-3e43-4224-81ae-960c12018e37
2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:21.439Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YWJyBS
Description:service
Model UUID:ffc9230a-553d-4f82-9343-55a1bcd9c2fc
Model Version:NULL
Model InvariantUuid:6a41a1be-7214-4f2c-84b8-995301a7a1dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YWJyBS
Model UUID:c37169b2-d690-43ba-b9eb-3807ac5fdf83
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0a3029e-dd84-4a23-a11a-02374cfccc8f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a17ecc24-57ce-4ac1-b158-8ca1cdf67a71
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:44118956-4359-46f6-a19a-e911daaae0c6
ModelName:BasicOnboardYwjybs..base_ubuntu18..module-0
ModelUuid:b0b8a387-1ef5-4bec-b883-b4af45980989
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f84a0355-3e43-4224-81ae-960c12018e37
ModelInvariantUuid:1c67a271-ad8d-4226-9875-b1346a7f3762
ModelName:basic_onboard_YWJyBS-nodes.ubuntu18Cvfc
ModelUuid:3ec5f403-0192-448d-8dc0-363987222b8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:de79f476-2fbf-454d-a599-6451c9517ed9
ModelInvariantUuid:3b5f8ec6-68da-4a6b-8e61-5b8440709c90
ModelName:BasicOnboardYwjybs.compute.nodes.heat.ubuntu18
ModelUuid:0bf2d93f-bdcf-4e6f-a6af-4c2f0f9878ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-06T06:52:21.445Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 41caab68-b25d-4519-a7d5-befad6b1ce46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:52:21.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||basic_onboard_YWJyBS 0
2022-07-06T06:52:21.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41caab68-b25d-4519-a7d5-befad6b1ce46
2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa121d53-3c26-40c7-a33b-603078eec11c from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json
2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json
2022-07-06T06:52:21.498Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json fa121d53-3c26-40c7-a33b-603078eec11c 798
2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json ASDC sendASDCNotification
2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json
2022-07-06T06:52:21.500Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:52:21.500Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:21.502Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:21.502Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090341499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:21.602Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:21.603Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:21.603Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:21.616Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:21.616Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:22.503Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYwjybs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "44118956-4359-46f6-a19a-e911daaae0c6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b0b8a387-1ef5-4bec-b883-b4af45980989",
"vfModuleModelCustomizationUUID": "141fee1e-4ed5-4c37-9b49-55867f194ddb",
"isBase": true,
"artifacts": [
"9d4ab885-8d63-46f3-aa44-d37f1a6f374e",
"0f60aa45-e78c-403a-a51c-8c2e27ea3b5c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-06T06:52:22.507Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYwjybs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0b8a387-1ef5-4bec-b883-b4af45980989
VfModuleModelInvariantUUID:44118956-4359-46f6-a19a-e911daaae0c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d4ab885-8d63-46f3-aa44-d37f1a6f374e
,
0f60aa45-e78c-403a-a51c-8c2e27ea3b5c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYwjybs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "44118956-4359-46f6-a19a-e911daaae0c6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b0b8a387-1ef5-4bec-b883-b4af45980989",
"vfModuleModelCustomizationUUID": "141fee1e-4ed5-4c37-9b49-55867f194ddb",
"isBase": true,
"artifacts": [
"9d4ab885-8d63-46f3-aa44-d37f1a6f374e",
"0f60aa45-e78c-403a-a51c-8c2e27ea3b5c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYwjybs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0b8a387-1ef5-4bec-b883-b4af45980989
VfModuleModelInvariantUUID:44118956-4359-46f6-a19a-e911daaae0c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d4ab885-8d63-46f3-aa44-d37f1a6f374e
,
0f60aa45-e78c-403a-a51c-8c2e27ea3b5c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d4ab885-8d63-46f3-aa44-d37f1a6f374e from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml
2022-07-06T06:52:22.511Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:52:22.511Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml
2022-07-06T06:52:22.597Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:52:22.597Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 9d4ab885-8d63-46f3-aa44-d37f1a6f374e 5033
2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml
2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:22.600Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:22.601Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090342598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:22.701Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:22.702Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:22.702Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:22.718Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:22.719Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
2022-07-06T06:52:23.654Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T06:52:23.654Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c 909
2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:23.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:23.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090343654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:52:23.758Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T06:52:23.759Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:23.759Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:23.772Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:23.773Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:24.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ffc9230a-553d-4f82-9343-55a1bcd9c2fc
2022-07-06T06:52:24.658Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YWJyBS 0 41caab68-b25d-4519-a7d5-befad6b1ce46 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:52:24.667Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24dd412, org.onap.sdc.toscaparser.api.parameters.Input@76aa9cc, org.onap.sdc.toscaparser.api.parameters.Input@66b9458c, org.onap.sdc.toscaparser.api.parameters.Input@18947fd7, org.onap.sdc.toscaparser.api.parameters.Input@7415d593]
2022-07-06T06:52:24.669Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.669Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a17ecc24-57ce-4ac1-b158-8ca1cdf67a71
2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 matches Tosca VF Customization UUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71
2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-06T06:52:24.672Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.672Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.673Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a17ecc24-57ce-4ac1-b158-8ca1cdf67a71: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-06T06:52:24.673Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@310b3e2a
2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 141fee1e-4ed5-4c37-9b49-55867f194ddb
2022-07-06T06:52:24.675Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 141fee1e-4ed5-4c37-9b49-55867f194ddb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-06T06:52:24.676Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.677Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:24.677Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria
2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T06:52:24.680Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T06:52:24.680Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f84a0355-3e43-4224-81ae-960c12018e37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria
2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=a17ecc24-57ce-4ac1-b158-8ca1cdf67a71
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ffc9230a-553d-4f82-9343-55a1bcd9c2fc: basic_onboard_YWJyBS
2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T06:52:24.689Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T06:52:24.689Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YWJyBS
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T06:52:24.746Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YWJyBS 41caab68-b25d-4519-a7d5-befad6b1ce46 1 ASDC deployResourceStructure
2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json ASDC sendASDCNotification
2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json
2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:24.749Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:24.749Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090344747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:24.849Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T06:52:24.850Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:24.850Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:24.862Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:24.863Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:25.750Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T06:52:25.750Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml
2022-07-06T06:52:25.751Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:52:25.751Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:25.753Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:25.753Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090345750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:25.853Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:25.854Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:25.854Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:25.876Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:25.876Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env
2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:26.761Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:26.761Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090346759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:26.861Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:26.862Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:26.862Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:26.876Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:26.876Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:27.766Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar ASDC sendASDCNotification
2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar
2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:27.769Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:27.769Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090347766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:52:27.869Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T06:52:27.870Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:27.870Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:27.885Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:27.885Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T06:52:28.774Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:52:28.783Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.788Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T06:52:28.788Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T06:52:28.792Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T06:52:58.793Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-06T06:52:58.798Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 and serviceModelVersionId: ffc9230a-553d-4f82-9343-55a1bcd9c2fc
2022-07-06T06:52:58.798Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a41a1be-7214-4f2c-84b8-995301a7a1dd
2022-07-06T06:52:58.799Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0
2022-07-06T06:52:58.803Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T06:52:58.852Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|INFO|500||Invoke
2022-07-06T06:52:58.853Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d42f8c6-2c99-42d4-8ae2-5248c1c2837c], X-ECOMP-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], X-TransactionId=[], X-ONAP-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], Content-Type=[application/merge-patch+json]}
2022-07-06T06:52:58.877Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-06T06:52:59.049Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?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/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220706-06:52:58:884-41003], vertex-id=[327872], Content-Length=[0], Date=[Wed, 06 Jul 2022 06:52:58 GMT], Content-Type=[application/json]}
2022-07-06T06:52:59.049Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|INFO|500||InvokeReturn
2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T06:52:59.058Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T06:52:59.058Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 688c13af-9de0-4c23-9873-0b4b883d1e91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T06:52:59.059Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T06:52:59.059Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T06:52:59.061Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T06:52:59.061Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090379058,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T06:52:59.162Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T06:52:59.163Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T06:52:59.163Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T06:52:59.182Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:52:59.182Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-06T06:52:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:52:59.888Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:52:59.888Z||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 MfdJs38ecWGPaKDB) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T06:53:00.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:00.072Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:00.072Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:53:00.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:53:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090326170,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "NOTIFIED"
}
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T06:53:00.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090327183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090339159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090341499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090342598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090343654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090344747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090345750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090346759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090347766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T06:53:00.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-06T06:53:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657090379058,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T06:53:00.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T06:53:09.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:53:09.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:09.614Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:09.614Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:53:19.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:53:19.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:19.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:19.162Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:53:28.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:53:28.718Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:28.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:28.719Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:53:38.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:53:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:59.886Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:59.886Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:53:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:53:59.888Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:53:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:54:09.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:54:09.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:54:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:54:59.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:54:59.887Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:54:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:54:59.888Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:54:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:55:09.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:55:09.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:55:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:55:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:55:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:55:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:55:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:55:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:56:09.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:56:09.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:56:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:56:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:56:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:56:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:56:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:56:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:57:09.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:57:09.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:57:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:57:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:57:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:57:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:57:59.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:57:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:58:09.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:58:09.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:58:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:58:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:58:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:58:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:58:59.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:58:59.889Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:59:09.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:59:09.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T06:59:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:59:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:59:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T06:59:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T06:59:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T06:59:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:00:09.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:00:09.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:00:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:00:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:00:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:00:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:00:59.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:00:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:01:09.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:01:09.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:01:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:01:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:01:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:01:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:01:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:01:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:02:09.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:02:09.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:02:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:02:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:02:59.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:02:59.888Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:02:59.888Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:02:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:03:09.442Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:03:09.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:03:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:03:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:03:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:03:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:03:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:03:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:00.520Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:00.521Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.521Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"89be9ed5-5a64-4b78-abb2-9ee8472981d3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e13ef0f-25d9-4583-956e-7083d9513da3","serviceDescription":"service","serviceInvariantUUID":"790bcca2-409a-4fc4-a663-e65e87d448d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a44d3231-f013-45d7-bfa5-716953fc6797","resourceInvariantUUID":"fa484f76-e5b0-4b63-bdd7-e7d992b59648","resourceCustomizationUUID":"c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a","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":"OTYxZDMxYTBmZjI0NzM5NmZmYjc5ZTE5N2JiNmZkZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f39dcc5d-3c16-4f4e-9278-5e4e7c6c86ec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f64772d-c16c-4828-9d44-49d706a9b88e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T07:04:00.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:00.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "aai-ml",
"timestamp": 1657090997575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "cds",
"timestamp": 1657090993572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "policy-id",
"timestamp": 1657090999768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.527Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:04:00.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.528Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:04:00.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "aai-ml",
"timestamp": 1657090997575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "cds",
"timestamp": 1657090993572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "policy-id",
"timestamp": 1657090999768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.531Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:04:00.532Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091039885,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "cds",
"timestamp": 1657091002216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:00.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "aai-ml",
"timestamp": 1657091000981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:00.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "policy-id",
"timestamp": 1657091002523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:00.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "cds",
"timestamp": 1657091003226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.556Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3
2022-07-06T07:04:00.556Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "policy-id",
"timestamp": 1657091003530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T07:04:00.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1657091003219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657091003604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "policy-id",
"timestamp": 1657091004535,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T07:04:00.574Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3
2022-07-06T07:04:00.574Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1657091003219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657091003604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "aai-ml",
"timestamp": 1657091005926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T07:04:00.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "aai-ml",
"timestamp": 1657091006931,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T07:04:00.591Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3
2022-07-06T07:04:00.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "clamp",
"timestamp": 1657091009495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "clamp",
"timestamp": 1657091009495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657091013037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:04:00.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657091013037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:00.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:04:00.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657091015900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:00.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657091017960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T07:04:00.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "clamp",
"timestamp": 1657091018206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:00.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657091018965,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T07:04:00.610Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3
2022-07-06T07:04:00.611Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "clamp",
"timestamp": 1657091019983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T07:04:00.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "clamp",
"timestamp": 1657091020987,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T07:04:00.624Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3
2022-07-06T07:04:00.624Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:04:00.631Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T07:04:00.632Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:04:00.632Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:00.646Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:00.647Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:04:01.532Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:04:01.533Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:04:01.536Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:04:01.536Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091039885,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:04:01.639Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-06T07:04:01.640Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:04:01.641Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:01.655Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:01.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7e13ef0f-25d9-4583-956e-7083d9513da3",
"serviceDescription": "service",
"serviceInvariantUUID": "790bcca2-409a-4fc4-a663-e65e87d448d4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a44d3231-f013-45d7-bfa5-716953fc6797",
"resourceInvariantUUID": "fa484f76-e5b0-4b63-bdd7-e7d992b59648",
"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": "MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f64772d-c16c-4828-9d44-49d706a9b88e"
}
],
"workloadContext": "Production"
}
2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e13ef0f-25d9-4583-956e-7083d9513da3 ASDC
2022-07-06T07:04:02.538Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:89be9ed5-5a64-4b78-abb2-9ee8472981d3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e13ef0f-25d9-4583-956e-7083d9513da3
ServiceInvariantUUID:790bcca2-409a-4fc4-a663-e65e87d448d4
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:2f64772d-c16c-4828-9d44-49d706a9b88e
ArtifactChecksum:MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a
ResourceInvariantUUID:fa484f76-e5b0-4b63-bdd7-e7d992b59648
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a44d3231-f013-45d7-bfa5-716953fc6797
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-06T07:04:02.538Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e13ef0f-25d9-4583-956e-7083d9513da3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T07:04:02.564Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f64772d-c16c-4828-9d44-49d706a9b88e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T07:04:02.630Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T07:04:02.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2f64772d-c16c-4828-9d44-49d706a9b88e 52507
2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:04:02.636Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:04:02.636Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091042633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:04:02.737Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T07:04:02.737Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:04:02.738Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:02.755Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:02.755Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-06T07:04:03.637Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2f64772d-c16c-4828-9d44-49d706a9b88e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-06T07:04:03.639Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:03.639Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:03.809Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3564490922531262619/Definitions/service-BasicNetwork-template.yml
2022-07-06T07:04:04.298Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.304Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e13ef0f-25d9-4583-956e-7083d9513da3
Model Version:NULL
Model InvariantUuid:790bcca2-409a-4fc4-a663-e65e87d448d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fa484f76-e5b0-4b63-bdd7-e7d992b59648
Model UUID:f4c84e22-cc3b-4cf3-8efe-631556bd8210
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-06T07:04:04.308Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a44d3231-f013-45d7-bfa5-716953fc6797
2022-07-06T07:04:04.308Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||No resources found for Service: 7e13ef0f-25d9-4583-956e-7083d9513da3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T07:04:04.312Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||
2022-07-06T07:04:04.312Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7e13ef0f-25d9-4583-956e-7083d9513da3
2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7e13ef0f-25d9-4583-956e-7083d9513da3
2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T07:04:04.316Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@752cbac8, org.onap.sdc.toscaparser.api.parameters.Input@42fc1b0f, org.onap.sdc.toscaparser.api.parameters.Input@4455091b, org.onap.sdc.toscaparser.api.parameters.Input@13c483d7, org.onap.sdc.toscaparser.api.parameters.Input@32e919d]
2022-07-06T07:04:04.317Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7e13ef0f-25d9-4583-956e-7083d9513da3: Generic NeutronNet
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.319Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.319Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-06T07:04:04.343Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:04:04.345Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:04:04.345Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T07:04:04.383Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T07:04:04.383Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:04:04.385Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:04:04.404Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091044382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-06T07:04:04.485Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-07-06T07:04:04.486Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:04:04.486Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:04.499Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:04.500Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:04:05.405Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T07:04:05.415Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T07:04:05.423Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T07:04:35.423Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-06T07:04:35.430Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and serviceModelVersionId: 7e13ef0f-25d9-4583-956e-7083d9513da3
2022-07-06T07:04:35.430Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 790bcca2-409a-4fc4-a663-e65e87d448d4
2022-07-06T07:04:35.437Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0
2022-07-06T07:04:35.442Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T07:04:35.493Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|INFO|500||Invoke
2022-07-06T07:04:35.493Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e7023dc-63a7-497d-8537-6ed44a83faae], X-ECOMP-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], X-TransactionId=[], X-ONAP-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], Content-Type=[application/merge-patch+json]}
2022-07-06T07:04:35.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-06T07:04:35.624Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?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/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-07:04:35:525-48938], vertex-id=[155688], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:04:35 GMT], Content-Type=[application/json]}
2022-07-06T07:04:35.624Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T07:04:35.625Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|INFO|500||InvokeReturn
2022-07-06T07:04:35.626Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T07:04:35.626Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:04:35.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:04:35.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091075631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T07:04:35.733Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T07:04:35.734Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:04:35.734Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:35.765Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:04:35.766Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T07:04:59.885Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:04:59.886Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:04:59.886Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:04:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T07:04:59.888Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T07:04:59.888Z||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 MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:00.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:00.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T07:05:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091039885,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:00.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-06T07:05:00.502Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:00.503Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T07:05:00.503Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c93f7b21-0d43-43a5-ae36-460768754a92","serviceName":"Demo_pNF_v8KI7CVmQey2reICKkqT","serviceVersion":"1.0","serviceUUID":"ec61b820-1079-4340-8b7c-52f841f1bfa3","serviceDescription":"catalog service description","serviceInvariantUUID":"9537f353-366f-47b1-b25c-08a81928078c","resources":[{"resourceInstanceName":"pNF 62b30eec-f986 0","resourceName":"pNF 62b30eec-f986","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c5071ba-0a45-4f9a-93b5-14616da77ff7","resourceInvariantUUID":"fea363e9-33e6-485d-b030-bc7f82e0e58d","resourceCustomizationUUID":"584b5fee-f033-4ca8-9b6a-a5b793c4e953","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml","artifactChecksum":"NTVjYWM5NGZkNzAzMDVkMmM2OGNkZjVmMTk5ZjQzOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8a3c14f-42d9-4b41-aa5d-01801ab25868","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar","artifactChecksum":"YTJmM2E4NTk2ZDIyM2I2NmFlZTg0MjRlMDM3OWMwNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf72e19d-b0d3-4282-ac12-b26f7abc7fa0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f39f259-1044-4379-b4e8-5fb8cc0ef2ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml","artifactChecksum":"MDkwNzRhOTVmODNlMjIxZDMxZWE2MWFmYzkwZTQ4MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6418d41-f5fc-4ab6-8899-eecffb0d5e83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a24ea1ac-0fe0-4136-88d3-d01d7c95f5fd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"029ce6c7-6201-4a3e-953e-6a33966fc656","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV8ki7cvmqey2reickkqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml","artifactChecksum":"ZjQyODFjMGQ3NjhiNTAyODk2MzE3M2E4NjAzZTkwZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7ffaa8f-21c9-4a2d-89dd-7af4d93d2664","artifactVersion":"1"},{"artifactName":"service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar","artifactChecksum":"MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3de6998-0643-4a96-a48f-35d8342f76a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T07:05:00.506Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:00.506Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:00.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:00.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:00.608Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:00.611Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:00.612Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:00.625Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:00.626Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:01.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:01.509Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:01.511Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:01.511Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:01.612Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:01.613Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:01.613Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:01.626Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:01.626Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:02.512Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:02.513Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:02.514Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:02.515Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:02.615Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:02.616Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:02.616Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:02.630Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:02.630Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-06T07:05:03.515Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:03.516Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:03.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:03.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:03.618Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:03.620Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:03.620Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:03.633Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:03.633Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-06T07:05:04.519Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:04.520Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:04.521Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:04.522Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:04.627Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-06T07:05:04.629Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:04.629Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:04.644Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:04.645Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:05.522Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:05.523Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:05.525Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:05.525Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:05.625Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:05.630Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:05.630Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:05.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:05.647Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:06.526Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:06.526Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:06.528Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:06.528Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-06T07:05:06.628Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T07:05:06.629Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:06.630Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:06.645Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:06.645Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:07.529Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T07:05:07.530Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:07.532Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:07.532Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091099885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar",
"status": "NOTIFIED"
}
2022-07-06T07:05:07.632Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T07:05:07.633Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:07.633Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:07.649Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:07.649Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T07:05:08.533Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"serviceName": "Demo_pNF_v8KI7CVmQey2reICKkqT",
"serviceVersion": "1.0",
"serviceUUID": "ec61b820-1079-4340-8b7c-52f841f1bfa3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9537f353-366f-47b1-b25c-08a81928078c",
"resources": [
{
"resourceInstanceName": "pNF 62b30eec-f986 0",
"resourceCustomizationUUID": "584b5fee-f033-4ca8-9b6a-a5b793c4e953",
"resourceName": "pNF 62b30eec-f986",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5c5071ba-0a45-4f9a-93b5-14616da77ff7",
"resourceInvariantUUID": "fea363e9-33e6-485d-b030-bc7f82e0e58d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar",
"artifactChecksum": "MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3de6998-0643-4a96-a48f-35d8342f76a6"
}
],
"workloadContext": "Production"
}
2022-07-06T07:05:08.534Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T07:05:08.534Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec61b820-1079-4340-8b7c-52f841f1bfa3 ASDC
2022-07-06T07:05:08.534Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c93f7b21-0d43-43a5-ae36-460768754a92
ServiceName:Demo_pNF_v8KI7CVmQey2reICKkqT
ServiceVersion:1.0
ServiceUUID:ec61b820-1079-4340-8b7c-52f841f1bfa3
ServiceInvariantUUID:9537f353-366f-47b1-b25c-08a81928078c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
ArtifactUUID:b3de6998-0643-4a96-a48f-35d8342f76a6
ArtifactChecksum:MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 62b30eec-f986 0
ResourceCustomizationUUID:584b5fee-f033-4ca8-9b6a-a5b793c4e953
ResourceInvariantUUID:fea363e9-33e6-485d-b030-bc7f82e0e58d
ResourceName:pNF 62b30eec-f986
ResourceType:PNF
ResourceUUID:5c5071ba-0a45-4f9a-93b5-14616da77ff7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-06T07:05:08.535Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec61b820-1079-4340-8b7c-52f841f1bfa3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T07:05:08.560Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T07:05:08.561Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:05:08.561Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b3de6998-0643-4a96-a48f-35d8342f76a6 from URL: /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:08.669Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-06T07:05:08.672Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar b3de6998-0643-4a96-a48f-35d8342f76a6 82640
2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar ASDC sendASDCNotification
2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-06T07:05:08.675Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T07:05:08.675Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657091108673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-06T07:05:08.775Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T07:05:08.777Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T07:05:08.777Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ...
2022-07-06T07:05:08.791Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-06T07:05:08.791Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-06T07:05:09.676Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T07:05:09.677Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-06T07:05:09.677Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b3de6998-0643-4a96-a48f-35d8342f76a6, URL: /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar to file: /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:09.780Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4294897387447387723/Definitions/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml
2022-07-06T07:05:10.501Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T07:05:10.501Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 62b30eec-f986 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-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar
2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Node template pNF 62b30eec-f986 0 is matching search criteria
2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 62b30eec-f986 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Node template pNF 62b30eec-f986 0 is matching search criteria
2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 62b30eec-f986 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive