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)
2021-07-26T23:39:23.114Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-drjlc with PID 14 (/app/app.jar started by so in /app)
2021-07-26T23:39:23.119Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-26T23:39:23.120Z||main|||||INFO|500||The following profiles are active: basic
2021-07-26T23:39:29.670Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-26T23:39:29.671Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-26T23:39:29.749Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-26T23:39:31.078Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-26T23:39:31.210Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-26T23:39:31.529Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-26T23:39:31.537Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-26T23:39:31.628Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-26T23:39:31.736Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-26T23:39:32.140Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-26T23:39:32.833Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T23:39:34.546Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T23:39:34.589Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-26T23:39:35.013Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T23:39:35.233Z||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.
2021-07-26T23:39:36.292Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T23:39:37.053Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-26T23:39:37.070Z||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$$cc877900.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)
2021-07-26T23:39:37.070Z||main|||||WARN|500||The sdc end point is not alive
2021-07-26T23:39:38.976Z||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
2021-07-26T23:39:41.022Z||main|||||WARN|500||---
2021-07-26T23:39:41.022Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-26T23:39:41.022Z||main|||||WARN|500||---
2021-07-26T23:39:41.298Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-26T23:39:43.956Z||main|||||INFO|500||Started Application in 22.522 seconds (JVM running for 23.463)
2021-07-26T23:39:43.956Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:39:43.957Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:39:43.999Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:39:44.032Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:39:44.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de1f5ca3-8663-4aae-bf79-75c05043e383 url= /sdc/v1/artifactTypes
2021-07-26T23:39:44.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:39:45.202Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:39:45.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fe78b60
2021-07-26T23:39:45.208Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:39:45.219Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:39:45.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:39:45.224Z||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 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)
... 12 common frames omitted
2021-07-26T23:40:33.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:40:33.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:40:33.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:40:33.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:40:33.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a97a242-2a9d-404a-a69d-9cf0ee1fdad1 url= /sdc/v1/artifactTypes
2021-07-26T23:40:33.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:40:34.992Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:40:34.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a12cc22
2021-07-26T23:40:34.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:40:34.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:40:34.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:40:34.994Z||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 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)
... 12 common frames omitted
2021-07-26T23:41:23.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:41:23.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:41:23.951Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:41:23.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:41:23.959Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03e731b6-27f4-4eed-a3e0-152c18c594fd url= /sdc/v1/artifactTypes
2021-07-26T23:41:23.959Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:41:24.984Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:41:24.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a3f0c7c
2021-07-26T23:41:24.985Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:41:24.985Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:41:24.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:41:24.986Z||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 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)
... 12 common frames omitted
2021-07-26T23:42:13.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:42:13.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:42:13.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:42:13.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:42:13.962Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87936a92-081b-43a2-95b0-9c05b4b1b56e url= /sdc/v1/artifactTypes
2021-07-26T23:42:13.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:42:14.992Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:42:14.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55595d23
2021-07-26T23:42:14.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:42:14.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:42:14.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:42:14.994Z||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 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)
... 12 common frames omitted
2021-07-26T23:43:03.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:43:03.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:43:03.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:43:03.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:43:03.965Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6ed1b67-7899-40e0-a132-689064af18cd url= /sdc/v1/artifactTypes
2021-07-26T23:43:03.965Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:43:05.009Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:43:05.010Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60c151a8
2021-07-26T23:43:05.010Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:43:05.011Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:43:05.011Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:43:05.012Z||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 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)
... 12 common frames omitted
2021-07-26T23:43:53.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:43:53.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:43:53.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:43:53.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:43:53.965Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0b5a067-7b82-4cd9-b130-6546b6474059 url= /sdc/v1/artifactTypes
2021-07-26T23:43:53.965Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:43:54.996Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.15.31] 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 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)
... 29 common frames omitted
2021-07-26T23:43:54.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c5d2682
2021-07-26T23:43:54.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-26T23:43:54.998Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-26T23:43:54.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-26T23:43:54.999Z||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 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)
... 12 common frames omitted
2021-07-26T23:44:43.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T23:44:43.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T23:44:43.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T23:44:43.957Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T23:44:43.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3eb8f0eb-d56b-48b3-bc24-518dda21373c url= /sdc/v1/artifactTypes
2021-07-26T23:44:43.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T23:44:44.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-26T23:44:44.130Z||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
2021-07-26T23:44:44.147Z||scheduling-1|||||DEBUG|500||create keys
2021-07-26T23:44:44.152Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-26T23:44:44.178Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:44:44.189Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2fcde76e-4275-4937-8ab4-9e322f6c813e url= /sdc/v1/registerForDistribution
2021-07-26T23:44:44.285Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2fcde76e-4275-4937-8ab4-9e322f6c813e url= /sdc/v1/registerForDistribution
2021-07-26T23:44:44.286Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-26T23:44:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:44:44.297Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:44:44.302Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-26T23:44:44.304Z||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.
2021-07-26T23:44:44.305Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:44:44.304Z||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.
2021-07-26T23:44:44.305Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:44:54.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:44:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:45:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:45:44.294Z||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.
2021-07-26T23:45:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:45:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:45:44.297Z||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.
2021-07-26T23:45:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:45:53.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:45:53.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:46:44.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:46:44.295Z||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.
2021-07-26T23:46:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:46:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:46:44.298Z||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.
2021-07-26T23:46:44.299Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:46:53.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:46:53.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:47:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:47:44.295Z||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.
2021-07-26T23:47:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:47:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:47:44.297Z||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.
2021-07-26T23:47:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:47:53.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:47:53.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:48:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:48:44.295Z||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.
2021-07-26T23:48:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:48:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:48:44.298Z||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.
2021-07-26T23:48:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:48:53.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:48:53.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:49:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:49:44.295Z||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.
2021-07-26T23:49:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:49:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:49:44.297Z||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.
2021-07-26T23:49:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:49:53.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:49:53.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:49:56.854Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-26T23:50:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:50:44.295Z||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.
2021-07-26T23:50:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:50:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:50:44.297Z||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.
2021-07-26T23:50:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:50:53.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:50:53.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:51:44.295Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:51:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:51:44.296Z||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.
2021-07-26T23:51:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:51:44.299Z||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.
2021-07-26T23:51:44.300Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:51:53.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:51:53.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:52:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:52:44.295Z||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.
2021-07-26T23:52:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:52:44.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:52:44.298Z||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.
2021-07-26T23:52:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:52:53.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:52:53.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:53:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:53:44.295Z||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.
2021-07-26T23:53:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:53:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:53:44.296Z||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.
2021-07-26T23:53:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:53:53.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:53:53.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:54:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:54:44.295Z||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.
2021-07-26T23:54:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:54:44.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:54:44.297Z||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.
2021-07-26T23:54:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:54:53.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:54:53.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:55:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:55:44.295Z||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.
2021-07-26T23:55:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:55:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:55:44.297Z||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.
2021-07-26T23:55:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:55:53.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:55:53.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:56:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:56:44.295Z||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.
2021-07-26T23:56:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:56:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:56:44.298Z||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.
2021-07-26T23:56:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:56:53.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:56:53.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:57:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:57:44.295Z||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.
2021-07-26T23:57:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:57:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:57:44.297Z||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.
2021-07-26T23:57:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:57:53.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:57:53.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:58:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:58:44.295Z||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.
2021-07-26T23:58:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:58:44.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:58:44.297Z||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.
2021-07-26T23:58:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:58:53.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:58:53.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:59:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:59:44.295Z||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.
2021-07-26T23:59:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:59:44.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T23:59:44.297Z||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.
2021-07-26T23:59:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-26T23:59:53.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T23:59:53.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:00:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:00:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:00:44.296Z||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.
2021-07-27T00:00:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:00:44.296Z||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.
2021-07-27T00:00:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:00:53.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:00:53.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:01:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:01:44.295Z||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.
2021-07-27T00:01:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:01:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:01:44.297Z||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.
2021-07-27T00:01:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:01:53.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:01:53.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:02:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:02:44.295Z||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.
2021-07-27T00:02:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:02:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:02:44.297Z||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.
2021-07-27T00:02:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:02:53.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:02:53.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:03:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:03:44.295Z||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.
2021-07-27T00:03:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:03:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:03:44.298Z||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.
2021-07-27T00:03:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:03:53.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:03:53.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:04:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:04:44.295Z||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.
2021-07-27T00:04:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:04:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:04:44.297Z||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.
2021-07-27T00:04:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:04:53.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:04:53.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:05:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:05:44.295Z||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.
2021-07-27T00:05:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:05:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:05:44.297Z||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.
2021-07-27T00:05:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:05:53.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:05:53.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:06:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:06:44.295Z||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.
2021-07-27T00:06:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:06:44.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:06:44.297Z||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.
2021-07-27T00:06:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:06:53.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:06:53.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:07:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:07:44.295Z||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.
2021-07-27T00:07:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:07:44.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:07:44.296Z||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.
2021-07-27T00:07:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:07:53.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:07:53.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:08:44.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:08:44.296Z||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.
2021-07-27T00:08:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:08:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:08:44.297Z||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.
2021-07-27T00:08:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:08:53.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:08:53.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:09:44.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:09:44.295Z||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.
2021-07-27T00:09:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:09:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:09:44.298Z||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.
2021-07-27T00:09:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:09:53.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:09:53.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:10:44.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:10:44.295Z||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.
2021-07-27T00:10:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:10:44.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:10:44.297Z||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.
2021-07-27T00:10:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:10:53.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:10:53.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:11:44.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:11:44.295Z||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.
2021-07-27T00:11:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:11:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:11:44.297Z||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.
2021-07-27T00:11:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:11:53.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:11:53.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:12:44.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:12:44.295Z||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.
2021-07-27T00:12:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:12:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:12:44.297Z||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.
2021-07-27T00:12:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:12:53.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:12:53.852Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:13:44.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:13:44.295Z||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.
2021-07-27T00:13:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:13:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:13:44.297Z||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.
2021-07-27T00:13:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:13:53.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:13:53.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:14:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:14:44.295Z||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.
2021-07-27T00:14:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:14:44.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:14:44.298Z||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.
2021-07-27T00:14:44.299Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:14:53.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:14:53.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:15:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:15:44.295Z||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.
2021-07-27T00:15:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:15:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:15:44.297Z||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.
2021-07-27T00:15:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:15:53.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:15:53.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:16:44.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:16:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:16:44.296Z||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.
2021-07-27T00:16:44.297Z||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.
2021-07-27T00:16:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:16:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:16:53.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:16:53.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:17:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:17:44.296Z||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.
2021-07-27T00:17:44.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:17:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:17:44.297Z||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.
2021-07-27T00:17:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:17:53.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:17:53.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:18:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:18:44.295Z||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.
2021-07-27T00:18:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:18:44.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:18:44.297Z||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.
2021-07-27T00:18:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:18:53.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:18:53.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:19:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:19:44.296Z||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.
2021-07-27T00:19:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:19:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:19:44.297Z||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.
2021-07-27T00:19:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:19:53.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:19:53.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:20:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:20:44.295Z||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.
2021-07-27T00:20:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:20:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:20:44.297Z||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.
2021-07-27T00:20:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:20:53.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:20:53.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:21:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:21:44.295Z||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.
2021-07-27T00:21:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:21:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:21:44.297Z||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.
2021-07-27T00:21:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:21:53.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:21:53.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:22:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:22:44.295Z||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.
2021-07-27T00:22:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:22:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:22:44.297Z||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.
2021-07-27T00:22:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:22:53.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:22:53.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:23:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:23:44.295Z||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.
2021-07-27T00:23:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:23:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:23:44.297Z||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.
2021-07-27T00:23:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:23:53.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:23:53.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:24:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:24:44.295Z||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.
2021-07-27T00:24:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:24:44.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:24:44.297Z||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.
2021-07-27T00:24:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:24:53.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:24:53.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:25:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:25:44.295Z||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.
2021-07-27T00:25:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:25:44.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:25:44.297Z||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.
2021-07-27T00:25:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:25:53.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:25:53.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:26:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:26:44.295Z||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.
2021-07-27T00:26:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:26:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:26:44.297Z||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.
2021-07-27T00:26:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:26:53.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:26:53.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:27:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:27:44.295Z||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.
2021-07-27T00:27:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:27:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:27:44.297Z||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.
2021-07-27T00:27:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:27:53.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:27:53.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:28:44.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:28:44.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-27T00:28:44.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:28:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:28:44.298Z||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.
2021-07-27T00:28:44.298Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:28:53.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:28:53.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:29:44.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:29:44.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-27T00:29:44.294Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:29:44.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:29:44.297Z||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.
2021-07-27T00:29:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:29:53.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:29:53.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:30:44.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:30:44.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-27T00:30:44.296Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:30:44.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:30:44.297Z||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.
2021-07-27T00:30:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:30:53.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:30:53.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:31:44.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:31:44.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-27T00:31:44.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:31:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:31:44.297Z||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.
2021-07-27T00:31:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:31:53.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:31:53.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:32:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:32:44.295Z||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.
2021-07-27T00:32:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:32:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:32:44.297Z||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.
2021-07-27T00:32:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:32:53.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:32:53.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:33:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:33:44.295Z||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.
2021-07-27T00:33:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:33:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:33:44.297Z||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.
2021-07-27T00:33:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:33:53.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:33:53.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:34:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:34:44.295Z||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.
2021-07-27T00:34:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:34:44.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:34:44.297Z||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.
2021-07-27T00:34:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:34:53.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:34:53.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:35:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:35:44.295Z||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.
2021-07-27T00:35:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:35:44.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:35:44.297Z||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.
2021-07-27T00:35:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:35:53.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:35:53.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:36:44.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:36:44.295Z||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.
2021-07-27T00:36:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:36:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:36:44.297Z||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.
2021-07-27T00:36:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:36:53.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:36:53.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:37:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:37:44.295Z||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.
2021-07-27T00:37:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:37:44.297Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:37:44.297Z||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.
2021-07-27T00:37:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:37:53.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:37:53.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:38:44.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:38:44.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:38:44.300Z||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.
2021-07-27T00:38:44.300Z||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.
2021-07-27T00:38:44.300Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:38:44.300Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:38:53.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:38:53.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:39:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:39:44.295Z||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.
2021-07-27T00:39:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:39:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:39:44.297Z||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.
2021-07-27T00:39:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:39:53.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:39:53.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:40:44.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:40:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:40:44.297Z||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.
2021-07-27T00:40:44.297Z||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.
2021-07-27T00:40:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:40:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:40:53.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:40:53.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:41:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:41:44.295Z||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.
2021-07-27T00:41:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:41:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:41:44.296Z||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.
2021-07-27T00:41:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:41:53.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:41:53.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:42:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:42:44.295Z||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.
2021-07-27T00:42:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:42:44.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:42:44.297Z||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.
2021-07-27T00:42:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:42:53.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:42:53.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:43:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:43:44.295Z||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.
2021-07-27T00:43:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:43:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:43:44.297Z||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.
2021-07-27T00:43:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:43:53.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:43:53.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:44:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:44:44.295Z||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.
2021-07-27T00:44:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:44:44.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:44:44.297Z||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.
2021-07-27T00:44:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:44:53.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:44:53.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:45:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:45:44.295Z||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.
2021-07-27T00:45:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:45:44.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:45:44.296Z||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.
2021-07-27T00:45:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:45:53.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:45:53.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:46:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:46:44.295Z||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.
2021-07-27T00:46:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:46:44.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:46:44.296Z||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.
2021-07-27T00:46:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:46:53.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:46:53.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:47:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:47:44.295Z||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.
2021-07-27T00:47:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:47:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:47:44.297Z||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.
2021-07-27T00:47:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:47:53.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:47:53.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:48:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:48:44.295Z||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.
2021-07-27T00:48:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:48:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:48:44.297Z||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.
2021-07-27T00:48:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:48:53.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:48:53.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:49:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:49:44.295Z||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.
2021-07-27T00:49:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:49:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:49:44.297Z||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.
2021-07-27T00:49:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:49:53.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:49:53.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:50:44.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:50:44.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:50:44.296Z||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.
2021-07-27T00:50:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:50:44.297Z||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.
2021-07-27T00:50:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:50:53.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:50:53.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:51:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:51:44.296Z||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.
2021-07-27T00:51:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:51:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:51:44.297Z||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.
2021-07-27T00:51:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:51:53.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:51:53.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:52:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:52:44.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:52:44.297Z||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.
2021-07-27T00:52:44.296Z||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.
2021-07-27T00:52:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:52:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:52:53.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:52:53.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:53:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:53:44.295Z||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.
2021-07-27T00:53:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:53:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:53:44.297Z||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.
2021-07-27T00:53:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:53:53.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:53:53.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:54:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:54:44.295Z||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.
2021-07-27T00:54:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:54:44.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:54:44.297Z||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.
2021-07-27T00:54:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:54:53.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:54:53.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:44.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:55:44.295Z||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.
2021-07-27T00:55:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:55:44.296Z||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.
2021-07-27T00:55:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:45.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:45.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-27T00:55:45.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"58423429-df13-4cd2-8381-588bbf2ab8d5","serviceName":"vFW 2021-07-27 00-52-37","serviceVersion":"1.0","serviceUUID":"de979973-6ed6-4b33-958f-3d659aaa90c4","serviceDescription":"catalog service description","serviceInvariantUUID":"03008ba2-7e2e-46a4-899d-7330d338da03","resources":[{"resourceInstanceName":"vFW e3b61ace-5568 0","resourceName":"vFW e3b61ace-5568","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4","resourceInvariantUUID":"a32e9714-a316-4b90-8256-b2467dc525bf","resourceCustomizationUUID":"9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml","artifactChecksum":"ZTY4MjhhOTJhZWFjN2U2ZDk4OGQ0ZGNhNzZhZDU3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e488b373-e5b8-470b-9563-0ebc4cf157b3","artifactVersion":"1"},{"artifactName":"vfwe3b61ace55680_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json","artifactChecksum":"NjgwYmZmM2RlNzM1YTE2YmM1MTcxZGM2MTA5MjM1NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed1d15fa-882d-47ab-8a58-9277980cfdc1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8566db59-3f78-477e-923d-b18fbed92b28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml","artifactChecksum":"ODVmY2UxYmY3MWYzNzYzNTg1ZTk2Y2MyZTUyMTc0ZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04cbea43-4bed-4c3e-94be-c6e9cf51f8dc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bde9327e-57b0-4e5b-8549-b281b55c9d4a","artifactVersion":"2","generatedFromUUID":"8566db59-3f78-477e-923d-b18fbed92b28"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210727005237-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml","artifactChecksum":"NTIzYzY3OTQ3MGY2MjFmYjRjZjE5MzNhNjdiZDBhMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89f01ef5-be18-4173-ab67-6f3e42dbf72b","artifactVersion":"1"},{"artifactName":"service-Vfw20210727005237-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar","artifactChecksum":"ZmQ1MWE4MTEyYzJkOWIyNTcxMjU5YTI1Y2NjYzExMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89409edb-d8c7-49ac-98f8-360b50b8e7ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-27T00:55:45.828Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:45.833Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:45.841Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:45.842Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:55:45.943Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-27T00:55:45.946Z||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.
2021-07-27T00:55:45.947Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:45.959Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:45.960Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1}
2021-07-27T00:55:46.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:46.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:55:46.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:55:46.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:55:46.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:55:46.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:55:46.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:55:46.847Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:46.848Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:46.850Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:46.850Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:55:46.950Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:46.951Z||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.
2021-07-27T00:55:46.951Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:46.962Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:46.963Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:47.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:47.851Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:47.853Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:47.853Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:55:47.953Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:47.954Z||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.
2021-07-27T00:55:47.954Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:47.964Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:47.964Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:48.854Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:48.855Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:48.858Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:48.858Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:55:48.958Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-27T00:55:48.959Z||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.
2021-07-27T00:55:48.959Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:48.972Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:48.972Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:49.859Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:49.861Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:49.866Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:49.867Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-27T00:55:49.967Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:49.968Z||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.
2021-07-27T00:55:49.968Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:49.979Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:49.980Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:50.867Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:50.869Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:50.871Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:50.871Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:55:50.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:50.972Z||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.
2021-07-27T00:55:50.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:50.982Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:50.983Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:51.871Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:55:51.873Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:51.875Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:51.876Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:55:51.976Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:51.977Z||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.
2021-07-27T00:55:51.977Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:51.988Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:51.988Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:52.878Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"serviceName": "vFW 2021-07-27 00-52-37",
"serviceVersion": "1.0",
"serviceUUID": "de979973-6ed6-4b33-958f-3d659aaa90c4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "03008ba2-7e2e-46a4-899d-7330d338da03",
"resources": [
{
"resourceInstanceName": "vFW e3b61ace-5568 0",
"resourceCustomizationUUID": "9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc",
"resourceName": "vFW e3b61ace-5568",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4",
"resourceInvariantUUID": "a32e9714-a316-4b90-8256-b2467dc525bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe3b61ace55680_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"artifactChecksum": "NjgwYmZmM2RlNzM1YTE2YmM1MTcxZGM2MTA5MjM1NzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed1d15fa-882d-47ab-8a58-9277980cfdc1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8566db59-3f78-477e-923d-b18fbed92b28",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bde9327e-57b0-4e5b-8549-b281b55c9d4a",
"generatedFromUUID": "8566db59-3f78-477e-923d-b18fbed92b28"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bde9327e-57b0-4e5b-8549-b281b55c9d4a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210727005237-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"artifactChecksum": "ZmQ1MWE4MTEyYzJkOWIyNTcxMjU5YTI1Y2NjYzExMDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89409edb-d8c7-49ac-98f8-360b50b8e7ba"
}
],
"workloadContext": "Production"
}
2021-07-27T00:55:52.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-27T00:55:52.880Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de979973-6ed6-4b33-958f-3d659aaa90c4 ASDC
2021-07-27T00:55:52.953Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:58423429-df13-4cd2-8381-588bbf2ab8d5
ServiceName:vFW 2021-07-27 00-52-37
ServiceVersion:1.0
ServiceUUID:de979973-6ed6-4b33-958f-3d659aaa90c4
ServiceInvariantUUID:03008ba2-7e2e-46a4-899d-7330d338da03
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210727005237-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar
ArtifactUUID:89409edb-d8c7-49ac-98f8-360b50b8e7ba
ArtifactChecksum:ZmQ1MWE4MTEyYzJkOWIyNTcxMjU5YTI1Y2NjYzExMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e3b61ace-5568 0
ResourceCustomizationUUID:9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc
ResourceInvariantUUID:a32e9714-a316-4b90-8256-b2467dc525bf
ResourceName:vFW e3b61ace-5568
ResourceType:VF
ResourceUUID:8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe3b61ace55680_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json
ArtifactUUID:ed1d15fa-882d-47ab-8a58-9277980cfdc1
ArtifactChecksum:NjgwYmZmM2RlNzM1YTE2YmM1MTcxZGM2MTA5MjM1NzY=
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/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml
ArtifactUUID:8566db59-3f78-477e-923d-b18fbed92b28
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/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
ArtifactUUID:bde9327e-57b0-4e5b-8549-b281b55c9d4a
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/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
ArtifactUUID:bde9327e-57b0-4e5b-8549-b281b55c9d4a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-27T00:55:52.954Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de979973-6ed6-4b33-958f-3d659aaa90c4 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 (?, ?, ?, ?, ?)
2021-07-27T00:55:53.155Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T00:55:53.156Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T00:55:53.157Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T00:55:53.157Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 89409edb-d8c7-49ac-98f8-360b50b8e7ba from URL: /sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:53.157Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T00:55:53.158Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:54.482Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T00:55:54.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar 89409edb-d8c7-49ac-98f8-360b50b8e7ba 110170
2021-07-27T00:55:54.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar ASDC sendASDCNotification
2021-07-27T00:55:54.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:54.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T00:55:54.499Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:54.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:54.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347354497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:55:54.601Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:54.602Z||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.
2021-07-27T00:55:54.602Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:54.612Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:54.612Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:55:55.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T00:55:55.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T00:55:55.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 89409edb-d8c7-49ac-98f8-360b50b8e7ba, URL: /sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar to file: /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:55.504Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210727005237-csar.csar
2021-07-27T00:55:55.609Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:55.609Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:56.170Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9828120699096461643/Definitions/service-Vfw20210727005237-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-07-27T00:55:58.458Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-27T00:55:58.461Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-27T00:55:58.461Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e3b61ace-5568 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e3b61ace-5568 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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.462Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||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-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.463Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.463Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210727005237-csar.csar
2021-07-27T00:55:58.463Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-27T00:55:58.467Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.469Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:55:58.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-27T00:55:58.472Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T00:55:58.473Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.473Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.473Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:55:58.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-27T00:55:58.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T00:55:58.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.476Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-27T00:55:58.477Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.478Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-27T00:55:58.479Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.479Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:55:58.479Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:55:58.479Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.479Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:55:58.480Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c730f7e-daa0-4801-92f5-fb5c29f020d6
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:55:58.496Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:55:58.496Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:55:58.497Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-27T00:55:58.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-27T00:55:58.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-27T00:55:58.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67b00e0e-8c57-431b-8287-d0d6279eee5e
2021-07-27T00:55:58.499Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.499Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:55:58.499Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:55:58.499Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-27T00:55:58.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-27T00:55:58.500Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-27T00:55:58.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f77c35f9-7aa6-4b4c-b6cb-8882b4a5e899
2021-07-27T00:55:58.502Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.502Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.502Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.502Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.502Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:55:58.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:55:58.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-27 00-52-37
Description:catalog service description
Model UUID:de979973-6ed6-4b33-958f-3d659aaa90c4
Model Version:NULL
Model InvariantUuid:03008ba2-7e2e-46a4-899d-7330d338da03
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e3b61ace-5568
Model UUID:1e12129d-1a31-477d-bf59-32eb39caf7e8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a32e9714-a316-4b90-8256-b2467dc525bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6ebdf878-e06e-42fd-bbc4-d167b94495de
ModelName:VfwE3b61ace5568..base_vfw..module-0
ModelUuid:00517a94-0816-49d3-804c-89c775a1e9d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3c730f7e-daa0-4801-92f5-fb5c29f020d6
ModelInvariantUuid:65e3010d-de52-4a91-b274-5cdfc3776bab
ModelName:vFW e3b61ace-5568-nodes.vfwCvfc
ModelUuid:4dcc899a-c083-4f63-92e7-41fb41482590
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:41e4c41c-9a1f-484e-9701-630de52ec8d3
ModelInvariantUuid:2d1621e5-4abb-4e87-ad40-a3ef18272c05
ModelName:VfwE3b61ace5568.compute.nodes.heat.vfw
ModelUuid:cb59563b-e9a9-4a51-843b-0516612928d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:67b00e0e-8c57-431b-8287-d0d6279eee5e
ModelInvariantUuid:76f1099e-f799-4903-aefe-eed8f5d38175
ModelName:vFW e3b61ace-5568-nodes.vsnCvfc
ModelUuid:e64d1135-f021-4427-b7dc-1c077992a17e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a3938054-a367-40d2-84cf-7964b69cb8b6
ModelInvariantUuid:e52970d8-8ca5-4a6d-99fc-4fe39ce61f30
ModelName:VfwE3b61ace5568.compute.nodes.heat.vsn
ModelUuid:942b3ba2-ed70-4174-8db4-a4a928f09e4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f77c35f9-7aa6-4b4c-b6cb-8882b4a5e899
ModelInvariantUuid:c22a7266-b8bd-4a99-aea9-d5fab41b7b79
ModelName:vFW e3b61ace-5568-nodes.vpgCvfc
ModelUuid:321d916a-e429-476e-bd1f-126b91a2ba02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d7b81947-becd-43ba-ad38-fc8eacb3747d
ModelInvariantUuid:f859b382-3093-47c7-9c45-1964ab198229
ModelName:VfwE3b61ace5568.compute.nodes.heat.vpg
ModelUuid:e0704b84-5133-49ed-acf0-3527f6d9906c
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-27T00:55:58.525Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T00:55:58.597Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||vFW e3b61ace-5568 0
2021-07-27T00:55:58.604Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4
2021-07-27T00:55:58.604Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed1d15fa-882d-47ab-8a58-9277980cfdc1 from URL: /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json
2021-07-27T00:55:58.604Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T00:55:58.604Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json
2021-07-27T00:55:59.470Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T00:55:59.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json ed1d15fa-882d-47ab-8a58-9277980cfdc1 785
2021-07-27T00:55:59.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json ASDC sendASDCNotification
2021-07-27T00:55:59.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json
2021-07-27T00:55:59.471Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T00:55:59.472Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:55:59.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:55:59.474Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347359471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:55:59.574Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:55:59.575Z||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.
2021-07-27T00:55:59.575Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:55:59.586Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:55:59.586Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-27T00:56:00.476Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE3b61ace5568..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ebdf878-e06e-42fd-bbc4-d167b94495de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "00517a94-0816-49d3-804c-89c775a1e9d8",
"vfModuleModelCustomizationUUID": "49f66c74-eaf1-4f3b-afb8-5551648724ef",
"isBase": true,
"artifacts": [
"8566db59-3f78-477e-923d-b18fbed92b28",
"bde9327e-57b0-4e5b-8549-b281b55c9d4a"
],
"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": ""
}
}
]
2021-07-27T00:56:00.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3b61ace5568..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00517a94-0816-49d3-804c-89c775a1e9d8
VfModuleModelInvariantUUID:6ebdf878-e06e-42fd-bbc4-d167b94495de
VfModuleModelDescription:NULL
Artifacts UUID List:{
8566db59-3f78-477e-923d-b18fbed92b28
,
bde9327e-57b0-4e5b-8549-b281b55c9d4a
}
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
}
2021-07-27T00:56:00.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE3b61ace5568..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ebdf878-e06e-42fd-bbc4-d167b94495de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "00517a94-0816-49d3-804c-89c775a1e9d8",
"vfModuleModelCustomizationUUID": "49f66c74-eaf1-4f3b-afb8-5551648724ef",
"isBase": true,
"artifacts": [
"8566db59-3f78-477e-923d-b18fbed92b28",
"bde9327e-57b0-4e5b-8549-b281b55c9d4a"
],
"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": ""
}
}
]
2021-07-27T00:56:00.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3b61ace5568..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00517a94-0816-49d3-804c-89c775a1e9d8
VfModuleModelInvariantUUID:6ebdf878-e06e-42fd-bbc4-d167b94495de
VfModuleModelDescription:NULL
Artifacts UUID List:{
8566db59-3f78-477e-923d-b18fbed92b28
,
bde9327e-57b0-4e5b-8549-b281b55c9d4a
}
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
}
2021-07-27T00:56:00.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8566db59-3f78-477e-923d-b18fbed92b28 from URL: /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml
2021-07-27T00:56:00.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T00:56:00.503Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml
2021-07-27T00:56:00.930Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T00:56:00.932Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml 8566db59-3f78-477e-923d-b18fbed92b28 20368
2021-07-27T00:56:00.932Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-27T00:56:00.932Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml
2021-07-27T00:56:00.932Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T00:56:00.933Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:00.935Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:00.935Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347360932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:56:01.035Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:01.037Z||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.
2021-07-27T00:56:01.037Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:01.046Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:01.047Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:56:01.936Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bde9327e-57b0-4e5b-8549-b281b55c9d4a from URL: /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
2021-07-27T00:56:01.937Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T00:56:01.937Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
2021-07-27T00:56:02.963Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T00:56:02.964Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env bde9327e-57b0-4e5b-8549-b281b55c9d4a 2098
2021-07-27T00:56:02.964Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-27T00:56:02.964Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
2021-07-27T00:56:02.965Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T00:56:02.965Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:02.968Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:02.968Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347362964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:56:03.068Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:03.069Z||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.
2021-07-27T00:56:03.069Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:03.078Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:03.079Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:56:03.969Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: de979973-6ed6-4b33-958f-3d659aaa90c4
2021-07-27T00:56:03.970Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e3b61ace-5568 0 8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T00:56:04.007Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.008Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.008Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-07-27T00:56:04.008Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc
2021-07-27T00:56:04.008Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc matches Tosca VF Customization UUID: 9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc
2021-07-27T00:56:04.008Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-27T00:56:04.014Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.014Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.016Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc: {\"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\"}
2021-07-27T00:56:04.016Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@417ec9e9
2021-07-27T00:56:04.016Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.016Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-27T00:56:04.017Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49f66c74-eaf1-4f3b-afb8-5551648724ef
2021-07-27T00:56:04.017Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49f66c74-eaf1-4f3b-afb8-5551648724ef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-27T00:56:04.023Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.023Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.023Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-27T00:56:04.024Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.025Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c730f7e-daa0-4801-92f5-fb5c29f020d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-27T00:56:04.037Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.038Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.038Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:56:04.038Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.038Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:56:04.038Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-27T00:56:04.039Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.040Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-27T00:56:04.040Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.040Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67b00e0e-8c57-431b-8287-d0d6279eee5e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-27T00:56:04.043Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.043Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.043Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:56:04.046Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.046Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is not matching search criteria
2021-07-27T00:56:04.046Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-27T00:56:04.046Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-27T00:56:04.047Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-27T00:56:04.048Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-27T00:56:04.048Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-27T00:56:04.048Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-27T00:56:04.048Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f77c35f9-7aa6-4b4c-b6cb-8882b4a5e899
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-27T00:56:04.050Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.051Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.051Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T00:56:04.051Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.051Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Node template vFW e3b61ace-5568 0 is matching search criteria
2021-07-27T00:56:04.051Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e3b61ace-5568 0] matching following query criteria: sdcType=VF, customizationUUID=9a4f18c7-8aaa-4f63-84f5-f208a8cf42cc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T00:56:04.053Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.053Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid de979973-6ed6-4b33-958f-3d659aaa90c4: vFW e3b61ace-5568
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T00:56:04.054Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-07-27 00-52-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T00:56:04.055Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-07-27 00-52-37
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-07-27T00:56:04.386Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e3b61ace-5568 8ec1cfeb-8c51-48a0-93ce-5b9e7486e0a4 1 ASDC deployResourceStructure
2021-07-27T00:56:04.387Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json ASDC sendASDCNotification
2021-07-27T00:56:04.387Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json
2021-07-27T00:56:04.387Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T00:56:04.387Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:04.389Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:04.389Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347364387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:56:04.489Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:04.490Z||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.
2021-07-27T00:56:04.491Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:04.501Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:04.501Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:56:05.390Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-27T00:56:05.391Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml
2021-07-27T00:56:05.391Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T00:56:05.391Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:05.393Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:05.393Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347365390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-27T00:56:05.493Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:05.494Z||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.
2021-07-27T00:56:05.495Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:05.505Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:05.505Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:56:06.394Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-27T00:56:06.395Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env
2021-07-27T00:56:06.395Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T00:56:06.396Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:06.398Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:06.398Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347366394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-27T00:56:06.499Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:06.500Z||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.
2021-07-27T00:56:06.500Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:06.509Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:06.510Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-27T00:56:07.400Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar ASDC sendASDCNotification
2021-07-27T00:56:07.401Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar
2021-07-27T00:56:07.401Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T00:56:07.402Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:56:07.405Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:56:07.405Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347367400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:56:07.505Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:56:07.506Z||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.
2021-07-27T00:56:07.506Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:07.515Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:07.516Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-27T00:56:08.406Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:56:08.433Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:56:08.435Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:56:08.436Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:56:08.436Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:56:38.436Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:56:38.447Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:56:38.451Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:56:38.451Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:56:38.452Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:56:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:56:44.297Z||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.
2021-07-27T00:56:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:56:44.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:56:44.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:56:44.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:56:44.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:57:08.452Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:57:08.466Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:57:08.469Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:57:08.469Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:57:08.469Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:57:38.469Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:57:38.481Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:57:38.484Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:57:38.484Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:57:38.484Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:57:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:57:44.297Z||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.
2021-07-27T00:57:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:57:44.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:57:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:57:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:57:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:57:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:57:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:57:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:08.485Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:58:08.498Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:58:08.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:58:08.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:58:08.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:58:38.501Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:58:38.512Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:58:38.515Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:58:38.515Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T00:58:38.516Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T00:58:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:58:44.297Z||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.
2021-07-27T00:58:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:58:44.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:58:44.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347336735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347344294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347343784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347338174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347343460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347346067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347346273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347347764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347354473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347354469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347354497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347354478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347354644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347354872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347355040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347355486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "cds",
"timestamp": 1627347356056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-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=?
2021-07-27T00:58:44.356Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.356Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "policy-id",
"timestamp": 1627347356491,
"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=?
2021-07-27T00:58:44.374Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.374Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347356667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347356676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347356877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347358360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347358469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347358541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347359369,
"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=?
2021-07-27T00:58:44.391Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.391Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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=?
2021-07-27T00:58:44.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347359471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347359474,
"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=?
2021-07-27T00:58:44.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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=?
2021-07-27T00:58:44.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347360112,
"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=?
2021-07-27T00:58:44.414Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.414Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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=?
2021-07-27T00:58:44.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347353702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347360374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347360479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "dcae-sch",
"timestamp": 1627347354209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347360932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347361116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347362964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347364387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347365390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vfwe3b61ace55680_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347366394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347367400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/resourceInstances/vfwe3b61ace55680/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347364360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347372473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347373072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347373188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "aai-ml",
"timestamp": 1627347373477,
"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=?
2021-07-27T00:58:44.427Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.427Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347375104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "clamp",
"timestamp": 1627347376108,
"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=?
2021-07-27T00:58:44.439Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.439Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347377959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210727005237/1.0/artifacts/service-Vfw20210727005237-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347378963,
"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=?
2021-07-27T00:58:44.454Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58423429-df13-4cd2-8381-588bbf2ab8d5
2021-07-27T00:58:44.455Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58423429-df13-4cd2-8381-588bbf2ab8d5 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347376735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347383460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347383702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347383784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347386067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347387764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347394479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347394477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347394488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347394583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347395493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347396079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347396072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347396202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "policy-id",
"timestamp": 1627347396496,
"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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.491Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:58:44.491Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347397588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347397601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347391273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347397966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347398591,
"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=?
2021-07-27T00:58:44.509Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:58:44.509Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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=?
2021-07-27T00:58:44.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347398607,
"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=?
2021-07-27T00:58:44.522Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:58:44.522Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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=?
2021-07-27T00:58:44.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347398992,
"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=?
2021-07-27T00:58:44.534Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:58:44.534Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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=?
2021-07-27T00:58:44.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347399110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347399594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347399610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347399995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "cds",
"timestamp": 1627347400116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-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=?
2021-07-27T00:58:44.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:58:44.547Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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 (?, ?, ?, ?, ?)
2021-07-27T00:58:44.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "dcae-sch",
"timestamp": 1627347394209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347394360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347402575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:58:44.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347403507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:58:44.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:58:44.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:58:44.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:58:44.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:59:08.516Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:59:08.530Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5
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=?
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T00:59:08.534Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-27T00:59:08.540Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-27T00:59:38.540Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58423429-df13-4cd2-8381-588bbf2ab8d5 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=?
2021-07-27T00:59:38.549Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58423429-df13-4cd2-8381-588bbf2ab8d5 and serviceModelVersionId: de979973-6ed6-4b33-958f-3d659aaa90c4
2021-07-27T00:59:38.549Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03008ba2-7e2e-46a4-899d-7330d338da03
2021-07-27T00:59:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:59:44.297Z||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.
2021-07-27T00:59:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:44.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:44.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347404736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:59:44.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:59:44.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347398174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T00:59:44.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T00:59:44.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347405077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:59:44.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:59:44.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347405739,
"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=?
2021-07-27T00:59:44.828Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:59:44.828Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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 (?, ?, ?, ?, ?)
2021-07-27T00:59:44.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "clamp",
"timestamp": 1627347406081,
"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=?
2021-07-27T00:59:44.843Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:59:44.844Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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 (?, ?, ?, ?, ?)
2021-07-27T00:59:44.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347406106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T00:59:44.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:59:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347413251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T00:59:44.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T00:59:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T00:59:44.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "aai-ml",
"timestamp": 1627347414255,
"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=?
2021-07-27T00:59:44.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
2021-07-27T00:59:44.860Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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 (?, ?, ?, ?, ?)
2021-07-27T00:59:48.714Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?depth=0
2021-07-27T00:59:48.800Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-27T00:59:49.510Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?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]}
2021-07-27T00:59:49.514Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?depth=0|INFO|500||Invoke
2021-07-27T00:59:49.618Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-27T00:59:50.075Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?depth=0|INFO|500||InvokeReturn
2021-07-27T00:59:50.075Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03008ba2-7e2e-46a4-899d-7330d338da03/model-vers/model-ver/de979973-6ed6-4b33-958f-3d659aaa90c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210727-00:59:49:626-41154], vertex-id=[159896], Content-Length=[0], Date=[Tue, 27 Jul 2021 00:59:49 GMT], Content-Type=[application/json]}
2021-07-27T00:59:50.076Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-07-27T00:59:50.079Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-27T00:59:50.080Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T00:59:50.083Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-27T00:59:50.090Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58423429-df13-4cd2-8381-588bbf2ab8d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-27T00:59:50.091Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-27T00:59:50.092Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:50.093Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:50.093Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347590090,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T00:59:50.193Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:59:50.195Z||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.
2021-07-27T00:59:50.195Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:50.204Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:50.205Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-07-27T00:59:51.105Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T00:59:51.105Z|58423429-df13-4cd2-8381-588bbf2ab8d5|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.
2021-07-27T00:59:51.105Z|58423429-df13-4cd2-8381-588bbf2ab8d5|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 UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:55.393Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:55.394Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-27T00:59:55.394Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e","serviceName":"basic_onboard_HQzaBz","serviceVersion":"1.0","serviceUUID":"f266ce0f-fa45-4a13-a2b8-9bbee0e4f473","serviceDescription":"service","serviceInvariantUUID":"55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e","resources":[{"resourceInstanceName":"basic_onboard_HQzaBz 0","resourceName":"basic_onboard_HQzaBz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a09738ff-9084-4869-bb34-c3fd6e8ca120","resourceInvariantUUID":"f62a1b54-6b36-4fdf-bbcc-b4bfbe70b7a4","resourceCustomizationUUID":"3231f4e0-1786-4ae1-9304-ed179eb9a555","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml","artifactChecksum":"Zjg0ZDEwNjI3ZDYzYjdkYTY3OTcxMTMwOGQzZWRkZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de8e921d-a768-480e-8d66-68d40e64d133","artifactVersion":"1"},{"artifactName":"basic_onboard_hqzabz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json","artifactChecksum":"YzQzMmYxMTg4N2ZhMzJjMDM5NzllZjZjNmUwMDNlYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e55e89f-1701-48e1-bdc0-2655a6be39aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9a43e73-02d5-4aa7-8f27-693a577aa15c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0661bca7-f1d7-4e47-bc90-1cf979b2c925","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dea7bee2-a077-4279-b90c-8118194590a6","artifactVersion":"2","generatedFromUUID":"d9a43e73-02d5-4aa7-8f27-693a577aa15c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHqzabz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml","artifactChecksum":"YWNjZWIyYTI1Yjc2Yjk5YjUxYWE4NDEyZWVhMjc5YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b47634d7-6e28-48f8-8302-2c4975bed1c0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHqzabz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar","artifactChecksum":"OWEwYWY2ODU3MDdhNjA3YmE2MjdjNWZjMmI1YzBlYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e07f11d5-38e8-4f7d-a377-29a71d538d66","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-27T00:59:55.395Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:59:55.396Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:55.397Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:55.397Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:59:55.498Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-27T00:59:55.499Z||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.
2021-07-27T00:59:55.499Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:55.510Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:55.511Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:59:56.398Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:59:56.399Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:56.401Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:56.401Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T00:59:56.501Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:59:56.502Z||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.
2021-07-27T00:59:56.502Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:56.513Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:56.513Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:59:57.401Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:59:57.402Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:57.403Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:57.403Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T00:59:57.504Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-27T00:59:57.505Z||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.
2021-07-27T00:59:57.505Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:57.515Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:57.515Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:59:58.404Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:59:58.405Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:58.407Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:58.407Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T00:59:58.509Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-07-27T00:59:58.510Z||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.
2021-07-27T00:59:58.510Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:58.520Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:58.520Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T00:59:59.408Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T00:59:59.409Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T00:59:59.411Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T00:59:59.411Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-27T00:59:59.512Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T00:59:59.512Z||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.
2021-07-27T00:59:59.513Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T00:59:59.522Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T00:59:59.523Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:00.412Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:00:00.413Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:00.414Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:00.414Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:00:00.514Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:00.515Z||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.
2021-07-27T01:00:00.515Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:00.526Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:00.526Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:01.414Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:00:01.415Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:01.417Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:01.417Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:00:01.517Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:01.518Z||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.
2021-07-27T01:00:01.518Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:01.528Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:01.529Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:02.418Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"serviceName": "basic_onboard_HQzaBz",
"serviceVersion": "1.0",
"serviceUUID": "f266ce0f-fa45-4a13-a2b8-9bbee0e4f473",
"serviceDescription": "service",
"serviceInvariantUUID": "55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e",
"resources": [
{
"resourceInstanceName": "basic_onboard_HQzaBz 0",
"resourceCustomizationUUID": "3231f4e0-1786-4ae1-9304-ed179eb9a555",
"resourceName": "basic_onboard_HQzaBz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a09738ff-9084-4869-bb34-c3fd6e8ca120",
"resourceInvariantUUID": "f62a1b54-6b36-4fdf-bbcc-b4bfbe70b7a4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hqzabz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"artifactChecksum": "YzQzMmYxMTg4N2ZhMzJjMDM5NzllZjZjNmUwMDNlYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e55e89f-1701-48e1-bdc0-2655a6be39aa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d9a43e73-02d5-4aa7-8f27-693a577aa15c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dea7bee2-a077-4279-b90c-8118194590a6",
"generatedFromUUID": "d9a43e73-02d5-4aa7-8f27-693a577aa15c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dea7bee2-a077-4279-b90c-8118194590a6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHqzabz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"artifactChecksum": "OWEwYWY2ODU3MDdhNjA3YmE2MjdjNWZjMmI1YzBlYzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e07f11d5-38e8-4f7d-a377-29a71d538d66"
}
],
"workloadContext": "Production"
}
2021-07-27T01:00:02.419Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-27T01:00:02.419Z|58423429-df13-4cd2-8381-588bbf2ab8d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f266ce0f-fa45-4a13-a2b8-9bbee0e4f473 ASDC
2021-07-27T01:00:02.419Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
ServiceName:basic_onboard_HQzaBz
ServiceVersion:1.0
ServiceUUID:f266ce0f-fa45-4a13-a2b8-9bbee0e4f473
ServiceInvariantUUID:55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHqzabz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar
ArtifactUUID:e07f11d5-38e8-4f7d-a377-29a71d538d66
ArtifactChecksum:OWEwYWY2ODU3MDdhNjA3YmE2MjdjNWZjMmI1YzBlYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HQzaBz 0
ResourceCustomizationUUID:3231f4e0-1786-4ae1-9304-ed179eb9a555
ResourceInvariantUUID:f62a1b54-6b36-4fdf-bbcc-b4bfbe70b7a4
ResourceName:basic_onboard_HQzaBz
ResourceType:VF
ResourceUUID:a09738ff-9084-4869-bb34-c3fd6e8ca120
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hqzabz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json
ArtifactUUID:0e55e89f-1701-48e1-bdc0-2655a6be39aa
ArtifactChecksum:YzQzMmYxMTg4N2ZhMzJjMDM5NzllZjZjNmUwMDNlYjM=
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/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d9a43e73-02d5-4aa7-8f27-693a577aa15c
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/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
ArtifactUUID:dea7bee2-a077-4279-b90c-8118194590a6
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/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
ArtifactUUID:dea7bee2-a077-4279-b90c-8118194590a6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-27T01:00:02.419Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f266ce0f-fa45-4a13-a2b8-9bbee0e4f473 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=?
2021-07-27T01:00:02.450Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:00:02.451Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T01:00:02.451Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T01:00:02.451Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e07f11d5-38e8-4f7d-a377-29a71d538d66 from URL: /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:02.451Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T01:00:02.451Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:02.998Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T01:00:03.010Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar e07f11d5-38e8-4f7d-a377-29a71d538d66 74841
2021-07-27T01:00:03.011Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar ASDC sendASDCNotification
2021-07-27T01:00:03.011Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:03.012Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:00:03.012Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:03.014Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:03.014Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347603011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:03.114Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:03.115Z||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.
2021-07-27T01:00:03.116Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:03.125Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:03.126Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:04.015Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:00:04.016Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-27T01:00:04.016Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e07f11d5-38e8-4f7d-a377-29a71d538d66, URL: /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar to file: /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:04.016Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:04.016Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:04.016Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:04.455Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14620679725628806781/Definitions/service-BasicOnboardHqzabz-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
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HQzaBz 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-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||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-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||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-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.686Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HQzaBz 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||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-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:05.687Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.688Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is not matching search criteria
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-27T01:00:05.689Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:05.690Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is not matching search criteria
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b481661-491a-42a1-9859-0e9e1e04ceb6
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.691Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.692Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.692Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:05.692Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:05.692Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HQzaBz
Description:service
Model UUID:f266ce0f-fa45-4a13-a2b8-9bbee0e4f473
Model Version:NULL
Model InvariantUuid:55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HQzaBz
Model UUID:dd096b24-3d6b-4826-b75f-80841aa5a079
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f62a1b54-6b36-4fdf-bbcc-b4bfbe70b7a4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3231f4e0-1786-4ae1-9304-ed179eb9a555
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e1f08fd1-b063-4895-83a0-66c87f8254a5
ModelName:BasicOnboardHqzabz..base_ubuntu18..module-0
ModelUuid:c06691f4-7224-4e18-b606-2b6ef2d013a2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2b481661-491a-42a1-9859-0e9e1e04ceb6
ModelInvariantUuid:a06295db-f2a0-4616-aa41-d28d9551b936
ModelName:basic_onboard_HQzaBz-nodes.ubuntu18Cvfc
ModelUuid:372a88d2-b388-4a9d-96aa-f8a543d83805
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c504a1cb-892d-4f33-bd02-497eea5b4412
ModelInvariantUuid:46baa80a-0ae2-474d-b376-340ae132b9d1
ModelName:BasicOnboardHqzabz.compute.nodes.heat.ubuntu18
ModelUuid:8056eb6f-54fe-483f-9c54-28ff10599164
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-27T01:00:05.698Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a09738ff-9084-4869-bb34-c3fd6e8ca120
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:00:05.700Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||basic_onboard_HQzaBz 0
2021-07-27T01:00:05.701Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a09738ff-9084-4869-bb34-c3fd6e8ca120
2021-07-27T01:00:05.701Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0e55e89f-1701-48e1-bdc0-2655a6be39aa from URL: /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json
2021-07-27T01:00:05.701Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T01:00:05.701Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json
2021-07-27T01:00:06.171Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T01:00:06.171Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json 0e55e89f-1701-48e1-bdc0-2655a6be39aa 798
2021-07-27T01:00:06.171Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json ASDC sendASDCNotification
2021-07-27T01:00:06.172Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json
2021-07-27T01:00:06.172Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:00:06.172Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:06.174Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:06.174Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347606171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:06.275Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:06.276Z||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.
2021-07-27T01:00:06.276Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:06.285Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:06.286Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:07.175Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHqzabz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e1f08fd1-b063-4895-83a0-66c87f8254a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c06691f4-7224-4e18-b606-2b6ef2d013a2",
"vfModuleModelCustomizationUUID": "c7c483b6-29ea-4c8e-a465-abd8a8fd05d7",
"isBase": true,
"artifacts": [
"d9a43e73-02d5-4aa7-8f27-693a577aa15c",
"dea7bee2-a077-4279-b90c-8118194590a6"
],
"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": ""
}
}
]
2021-07-27T01:00:07.182Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHqzabz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c06691f4-7224-4e18-b606-2b6ef2d013a2
VfModuleModelInvariantUUID:e1f08fd1-b063-4895-83a0-66c87f8254a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9a43e73-02d5-4aa7-8f27-693a577aa15c
,
dea7bee2-a077-4279-b90c-8118194590a6
}
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
}
2021-07-27T01:00:07.184Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHqzabz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e1f08fd1-b063-4895-83a0-66c87f8254a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c06691f4-7224-4e18-b606-2b6ef2d013a2",
"vfModuleModelCustomizationUUID": "c7c483b6-29ea-4c8e-a465-abd8a8fd05d7",
"isBase": true,
"artifacts": [
"d9a43e73-02d5-4aa7-8f27-693a577aa15c",
"dea7bee2-a077-4279-b90c-8118194590a6"
],
"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": ""
}
}
]
2021-07-27T01:00:07.185Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHqzabz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c06691f4-7224-4e18-b606-2b6ef2d013a2
VfModuleModelInvariantUUID:e1f08fd1-b063-4895-83a0-66c87f8254a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
d9a43e73-02d5-4aa7-8f27-693a577aa15c
,
dea7bee2-a077-4279-b90c-8118194590a6
}
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
}
2021-07-27T01:00:07.185Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9a43e73-02d5-4aa7-8f27-693a577aa15c from URL: /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml
2021-07-27T01:00:07.185Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T01:00:07.185Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml
2021-07-27T01:00:07.494Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T01:00:07.495Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml d9a43e73-02d5-4aa7-8f27-693a577aa15c 5033
2021-07-27T01:00:07.495Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-27T01:00:07.495Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml
2021-07-27T01:00:07.495Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:00:07.496Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:07.498Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:07.498Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347607495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:07.598Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:07.599Z||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.
2021-07-27T01:00:07.600Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:07.609Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:07.610Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:08.499Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dea7bee2-a077-4279-b90c-8118194590a6 from URL: /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
2021-07-27T01:00:08.500Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-27T01:00:08.500Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
2021-07-27T01:00:09.093Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-27T01:00:09.094Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env dea7bee2-a077-4279-b90c-8118194590a6 909
2021-07-27T01:00:09.094Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-27T01:00:09.094Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
2021-07-27T01:00:09.094Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:00:09.095Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:09.098Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:09.098Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347609094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:09.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:09.199Z||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.
2021-07-27T01:00:09.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:09.209Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:09.209Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:10.099Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f266ce0f-fa45-4a13-a2b8-9bbee0e4f473
2021-07-27T01:00:10.099Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HQzaBz 0 a09738ff-9084-4869-bb34-c3fd6e8ca120 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:00:10.115Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.115Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.115Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-07-27T01:00:10.116Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3231f4e0-1786-4ae1-9304-ed179eb9a555
2021-07-27T01:00:10.116Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3231f4e0-1786-4ae1-9304-ed179eb9a555 matches Tosca VF Customization UUID: 3231f4e0-1786-4ae1-9304-ed179eb9a555
2021-07-27T01:00:10.116Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3231f4e0-1786-4ae1-9304-ed179eb9a555 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-27T01:00:10.118Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.119Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.119Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3231f4e0-1786-4ae1-9304-ed179eb9a555: {\"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\"}
2021-07-27T01:00:10.119Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63e6556e
2021-07-27T01:00:10.119Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.119Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-27T01:00:10.120Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7c483b6-29ea-4c8e-a465-abd8a8fd05d7
2021-07-27T01:00:10.120Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7c483b6-29ea-4c8e-a465-abd8a8fd05d7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-27T01:00:10.122Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.122Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:10.122Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is not matching search criteria
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-27T01:00:10.123Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b481661-491a-42a1-9859-0e9e1e04ceb6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_HQzaBz 0 is matching search criteria
2021-07-27T01:00:10.125Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_HQzaBz 0] matching following query criteria: sdcType=VF, customizationUUID=3231f4e0-1786-4ae1-9304-ed179eb9a555
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f266ce0f-fa45-4a13-a2b8-9bbee0e4f473: basic_onboard_HQzaBz
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.127Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.128Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.128Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:00:10.128Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_HQzaBz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:00:10.128Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_HQzaBz
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-07-27T01:00:10.219Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HQzaBz a09738ff-9084-4869-bb34-c3fd6e8ca120 1 ASDC deployResourceStructure
2021-07-27T01:00:10.220Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json ASDC sendASDCNotification
2021-07-27T01:00:10.220Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json
2021-07-27T01:00:10.220Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T01:00:10.220Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:10.222Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:10.222Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347610220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:10.323Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-27T01:00:10.323Z||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.
2021-07-27T01:00:10.323Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:10.332Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:10.332Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:11.223Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-27T01:00:11.224Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml
2021-07-27T01:00:11.224Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T01:00:11.224Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:11.226Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:11.226Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347611223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:11.326Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:11.330Z||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.
2021-07-27T01:00:11.330Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:11.339Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:11.340Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:12.227Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-27T01:00:12.228Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env
2021-07-27T01:00:12.228Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T01:00:12.228Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:12.230Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:12.231Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347612227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:12.331Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:12.332Z||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.
2021-07-27T01:00:12.332Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:12.342Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:12.342Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:13.231Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar ASDC sendASDCNotification
2021-07-27T01:00:13.232Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar
2021-07-27T01:00:13.232Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T01:00:13.232Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:13.235Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:13.235Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347613231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:13.335Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:13.336Z||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.
2021-07-27T01:00:13.336Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:13.346Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:13.346Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:14.236Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
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=?
2021-07-27T01:00:14.249Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e
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=?
2021-07-27T01:00:14.253Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:00:14.253Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:00:14.254Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-27T01:00:14.261Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-27T01:00:44.261Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e 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=?
2021-07-27T01:00:44.265Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e and serviceModelVersionId: f266ce0f-fa45-4a13-a2b8-9bbee0e4f473
2021-07-27T01:00:44.266Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e
2021-07-27T01:00:44.266Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?depth=0
2021-07-27T01:00:44.272Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-27T01:00:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:00:44.297Z||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.
2021-07-27T01:00:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:44.300Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?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]}
2021-07-27T01:00:44.301Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?depth=0|INFO|500||Invoke
2021-07-27T01:00:44.319Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-27T01:00:44.556Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?depth=0|INFO|500||InvokeReturn
2021-07-27T01:00:44.556Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55f2df05-a9cc-4d68-945d-f1f3ee7f4c4e/model-vers/model-ver/f266ce0f-fa45-4a13-a2b8-9bbee0e4f473?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210727-01:00:44:327-54839], vertex-id=[159808], Content-Length=[0], Date=[Tue, 27 Jul 2021 01:00:44 GMT], Content-Type=[application/json]}
2021-07-27T01:00:44.557Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-07-27T01:00:44.558Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-27T01:00:44.558Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:00:44.563Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-27T01:00:44.563Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-27T01:00:44.563Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-27T01:00:44.564Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:00:44.566Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:00:44.566Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347644563,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T01:00:44.666Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:00:44.667Z||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.
2021-07-27T01:00:44.668Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:44.679Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:44.679Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:00:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:44.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58423429-df13-4cd2-8381-588bbf2ab8d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347590090,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T01:00:44.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:00:44.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "NOTIFIED"
}
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347591105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347603011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347606171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347607495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347609094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347610220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/basic_onboard_hqzabz0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347611223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347612227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/resourceInstances/basic_onboard_hqzabz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:44.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:00:44.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-27T01:00:44.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347613231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqzabz/1.0/artifacts/service-BasicOnboardHqzabz-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:00:44.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-27T01:00:45.580Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:00:45.581Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|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.
2021-07-27T01:00:45.581Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:00:55.113Z|ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:00:55.114Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:00:55.114Z||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.
2021-07-27T01:00:55.114Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:01:04.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:01:04.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:01:04.646Z||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.
2021-07-27T01:01:04.646Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:01:14.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:01:14.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:01:14.177Z||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.
2021-07-27T01:01:14.178Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:01:23.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:01:44.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:01:44.295Z||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.
2021-07-27T01:01:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:01:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:01:44.296Z||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.
2021-07-27T01:01:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:01:44.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:01:44.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-27T01:01:44.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec3bc82f-778b-4f55-b43d-e9aa94cc3c1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347644563,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T01:01:44.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:01:53.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:02:44.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:02:44.295Z||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.
2021-07-27T01:02:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:02:44.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:02:44.297Z||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.
2021-07-27T01:02:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:02:53.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:02:53.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:03:44.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:03:44.295Z||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.
2021-07-27T01:03:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:03:44.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:03:44.296Z||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.
2021-07-27T01:03:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:03:53.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:03:53.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:44.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:04:44.295Z||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.
2021-07-27T01:04:44.295Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:04:44.297Z||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.
2021-07-27T01:04:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:44.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:44.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f435bcf5-83ba-4665-8a1f-38a7a510fb4f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bdd666d4-75d1-4272-99f5-00d2725e446c","serviceDescription":"service","serviceInvariantUUID":"481205c7-c7a8-444f-9fe9-1c9bca48ee24","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6089bab8-a39a-41e6-a056-6c566c94a203","resourceInvariantUUID":"ab88ec1d-67bf-486b-b780-c9dbe90dc654","resourceCustomizationUUID":"b0247733-02ef-4cca-bd25-a34e410f9f7d","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":"YzNjNWFjMWQ5YzlmYWUyMmVlMjIzOTJmNmE0ZjBhZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02a84c79-c340-45f4-aa60-958eaa48e9b5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2M4MzJkMTRkZTNiNjkwYTZmMGQ1MDlkNGE3MDIzMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e434df8c-cdf5-489d-87b7-a591486e3247","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-27T01:04:44.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:44.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:04:44.921Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:04:44.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347866067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347867764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "clamp",
"timestamp": 1627347863702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347863460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "policy-id",
"timestamp": 1627347863784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.923Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347884294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627347866067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "clamp",
"timestamp": 1627347863702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1627347867764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627347863460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "policy-id",
"timestamp": 1627347863784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "cds",
"timestamp": 1627347871273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "policy-id",
"timestamp": 1627347872478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "cds",
"timestamp": 1627347871273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "policy-id",
"timestamp": 1627347873482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:04:44.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "cds",
"timestamp": 1627347874406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:44.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "policy-id",
"timestamp": 1627347874484,
"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 (?, ?, ?, ?, ?)
2021-07-27T01:04:44.942Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f435bcf5-83ba-4665-8a1f-38a7a510fb4f
2021-07-27T01:04:44.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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 (?, ?, ?, ?, ?)
2021-07-27T01:04:44.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "dcae-sch",
"timestamp": 1627347874209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347874360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "cds",
"timestamp": 1627347875411,
"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=?
2021-07-27T01:04:44.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f435bcf5-83ba-4665-8a1f-38a7a510fb4f
2021-07-27T01:04:44.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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 (?, ?, ?, ?, ?)
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "dcae-sch",
"timestamp": 1627347874209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347874360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "clamp",
"timestamp": 1627347876228,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347876735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347877492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "clamp",
"timestamp": 1627347878152,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627347876735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "aai-ml",
"timestamp": 1627347878174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347878942,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "clamp",
"timestamp": 1627347879155,
"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=?
2021-07-27T01:04:44.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f435bcf5-83ba-4665-8a1f-38a7a510fb4f
2021-07-27T01:04:44.973Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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 (?, ?, ?, ?, ?)
2021-07-27T01:04:44.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "aai-ml",
"timestamp": 1627347878174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:44.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:04:44.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:44.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627347879945,
"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=?
2021-07-27T01:04:44.991Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f435bcf5-83ba-4665-8a1f-38a7a510fb4f
2021-07-27T01:04:44.991Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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 (?, ?, ?, ?, ?)
2021-07-27T01:04:45.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:04:45.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "aai-ml",
"timestamp": 1627347881570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:45.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:04:45.023Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-27T01:04:45.024Z||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.
2021-07-27T01:04:45.024Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:45.033Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:45.033Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:04:45.924Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:04:45.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:04:45.927Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:04:45.927Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347884294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:04:46.028Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-27T01:04:46.028Z||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.
2021-07-27T01:04:46.029Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:46.038Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:46.038Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:04:46.928Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bdd666d4-75d1-4272-99f5-00d2725e446c",
"serviceDescription": "service",
"serviceInvariantUUID": "481205c7-c7a8-444f-9fe9-1c9bca48ee24",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b0247733-02ef-4cca-bd25-a34e410f9f7d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6089bab8-a39a-41e6-a056-6c566c94a203",
"resourceInvariantUUID": "ab88ec1d-67bf-486b-b780-c9dbe90dc654",
"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": "M2M4MzJkMTRkZTNiNjkwYTZmMGQ1MDlkNGE3MDIzMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e434df8c-cdf5-489d-87b7-a591486e3247"
}
],
"workloadContext": "Production"
}
2021-07-27T01:04:46.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-27T01:04:46.929Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdd666d4-75d1-4272-99f5-00d2725e446c ASDC
2021-07-27T01:04:46.929Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f435bcf5-83ba-4665-8a1f-38a7a510fb4f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bdd666d4-75d1-4272-99f5-00d2725e446c
ServiceInvariantUUID:481205c7-c7a8-444f-9fe9-1c9bca48ee24
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:e434df8c-cdf5-489d-87b7-a591486e3247
ArtifactChecksum:M2M4MzJkMTRkZTNiNjkwYTZmMGQ1MDlkNGE3MDIzMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b0247733-02ef-4cca-bd25-a34e410f9f7d
ResourceInvariantUUID:ab88ec1d-67bf-486b-b780-c9dbe90dc654
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6089bab8-a39a-41e6-a056-6c566c94a203
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-27T01:04:46.929Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdd666d4-75d1-4272-99f5-00d2725e446c 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=?
2021-07-27T01:04:46.954Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:04:46.955Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:04:46.955Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:04:46.955Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e434df8c-cdf5-489d-87b7-a591486e3247 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-27T01:04:46.955Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-27T01:04:46.955Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-27T01:04:47.484Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-27T01:04:47.486Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e434df8c-cdf5-489d-87b7-a591486e3247 52221
2021-07-27T01:04:47.486Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-27T01:04:47.486Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-27T01:04:47.486Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:04:47.486Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:04:47.488Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:04:47.488Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347887486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:04:47.588Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:04:47.589Z||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.
2021-07-27T01:04:47.589Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:47.598Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:47.599Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:04:48.488Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:04:48.490Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:04:48.490Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e434df8c-cdf5-489d-87b7-a591486e3247, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-27T01:04:48.490Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-27T01:04:48.491Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-27T01:04:48.491Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-27T01:04:48.562Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP467413169907967457/Definitions/service-BasicNetwork-template.yml
2021-07-27T01:04:48.874Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.875Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-27T01:04:48.876Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.877Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.878Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.878Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bdd666d4-75d1-4272-99f5-00d2725e446c
Model Version:NULL
Model InvariantUuid:481205c7-c7a8-444f-9fe9-1c9bca48ee24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ab88ec1d-67bf-486b-b780-c9dbe90dc654
Model UUID:ad985ea6-56a5-4c38-96b8-3b10379a4d44
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b0247733-02ef-4cca-bd25-a34e410f9f7d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-27T01:04:48.886Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 6089bab8-a39a-41e6-a056-6c566c94a203
2021-07-27T01:04:48.886Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||No resources found for Service: bdd666d4-75d1-4272-99f5-00d2725e446c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:04:48.892Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||
2021-07-27T01:04:48.892Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-27T01:04:48.893Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bdd666d4-75d1-4272-99f5-00d2725e446c
2021-07-27T01:04:48.893Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bdd666d4-75d1-4272-99f5-00d2725e446c
2021-07-27T01:04:48.893Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-27T01:04:48.893Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:04:48.900Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.900Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.900Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.900Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.900Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bdd666d4-75d1-4272-99f5-00d2725e446c: Generic NeutronNet
2021-07-27T01:04:48.901Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.901Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.901Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.901Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:04:48.937Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:04:48.938Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-07-27T01:04:49.010Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-27T01:04:49.010Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-27T01:04:49.010Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-27T01:04:49.010Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-27T01:04:49.011Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:04:49.012Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:04:49.012Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347889010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:04:49.112Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:04:49.113Z||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.
2021-07-27T01:04:49.113Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:04:49.123Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:04:49.123Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-27T01:04:50.013Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:04:50.025Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:04:50.029Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:04:50.029Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T01:04:50.029Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T01:05:20.029Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:05:20.042Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:05:20.046Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:05:20.046Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T01:05:20.046Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T01:05:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:05:44.297Z||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.
2021-07-27T01:05:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:05:44.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:05:44.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:05:44.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347884294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:05:44.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:05:50.046Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:05:50.059Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:05:50.066Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:05:50.066Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T01:05:50.067Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T01:06:20.067Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:06:20.079Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:06:20.082Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:06:20.082Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-27T01:06:20.082Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-27T01:06:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:06:44.297Z||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.
2021-07-27T01:06:44.297Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:06:44.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:06:44.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:06:44.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "aai-ml",
"timestamp": 1627347884964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:06:44.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:06:44.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:06:44.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347884294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:06:44.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:06:44.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:06:44.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "aai-ml",
"timestamp": 1627347885969,
"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=?
2021-07-27T01:06:44.827Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f435bcf5-83ba-4665-8a1f-38a7a510fb4f
2021-07-27T01:06:44.828Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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 (?, ?, ?, ?, ?)
2021-07-27T01:06:44.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:06:44.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347887486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:06:44.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:06:44.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:06:44.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627347889010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-27T01:06:44.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:06:50.082Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:06:50.093Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f
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=?
2021-07-27T01:06:50.096Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.097Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.098Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.098Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-27T01:06:50.098Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-27T01:06:50.104Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-27T01:07:20.104Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f 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=?
2021-07-27T01:07:20.109Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f435bcf5-83ba-4665-8a1f-38a7a510fb4f and serviceModelVersionId: bdd666d4-75d1-4272-99f5-00d2725e446c
2021-07-27T01:07:20.110Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 481205c7-c7a8-444f-9fe9-1c9bca48ee24
2021-07-27T01:07:20.111Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0
2021-07-27T01:07:20.117Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-27T01:07:20.145Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|INFO|500||Invoke
2021-07-27T01:07:20.145Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f435bcf5-83ba-4665-8a1f-38a7a510fb4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2195818d-ad08-4030-a226-39903e521153], X-ECOMP-RequestID=[f435bcf5-83ba-4665-8a1f-38a7a510fb4f], X-TransactionId=[], X-ONAP-RequestID=[f435bcf5-83ba-4665-8a1f-38a7a510fb4f], Content-Type=[application/merge-patch+json]}
2021-07-27T01:07:20.162Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-27T01:07:20.307Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210727-01:07:20:169-7189], vertex-id=[319560], Content-Length=[0], Date=[Tue, 27 Jul 2021 01:07:20 GMT], Content-Type=[application/json]}
2021-07-27T01:07:20.308Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-27T01:07:20.308Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/481205c7-c7a8-444f-9fe9-1c9bca48ee24/model-vers/model-ver/bdd666d4-75d1-4272-99f5-00d2725e446c?depth=0|INFO|500||InvokeReturn
2021-07-27T01:07:20.309Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-27T01:07:20.309Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:07:20.315Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-27T01:07:20.316Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f435bcf5-83ba-4665-8a1f-38a7a510fb4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-27T01:07:20.316Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-27T01:07:20.316Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:20.318Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:20.318Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348040316,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T01:07:20.418Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:20.419Z||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.
2021-07-27T01:07:20.419Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:20.432Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:20.433Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-27T01:07:21.330Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:07:21.331Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|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.
2021-07-27T01:07:21.331Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:31.610Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:31.611Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:07:31.611Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|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.
2021-07-27T01:07:31.611Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:40.803Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:40.804Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-27T01:07:40.804Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e4c9f2a-9c63-4dd5-9c26-ad4124641549","serviceName":"Demo_pNF_UjHMT7i6kH1RmJf141I0","serviceVersion":"1.0","serviceUUID":"4a860052-1fae-491b-9d88-75969676e5b6","serviceDescription":"catalog service description","serviceInvariantUUID":"8e8cea2f-3baf-4b9f-9507-e68c373a4c23","resources":[{"resourceInstanceName":"pNF 3ea525a7-1c9b 0","resourceName":"pNF 3ea525a7-1c9b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8e9a16b8-fc4a-448d-98fb-580fed245305","resourceInvariantUUID":"714951ae-b2a8-4de9-a658-9ce71977ed8f","resourceCustomizationUUID":"ea38e82d-0406-4fbc-b325-4004ffbb7a4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml","artifactChecksum":"NmI5OTE4ZWY0YmE3Yzk0MWJiNzQ2YjhjYzI1ZjhhYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae5509bd-ae07-4e3a-acaf-8dbd1ffcbf5f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar","artifactChecksum":"Yzg5YWY4ZTE5MmMyYjk3NzMyMTU1MWQxZmRiYzIyOWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b6e954d-bf69-43cc-a4e3-694fa01b9022","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53056e1b-e21c-4dd2-ace2-9e3dfde6839f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmUzNGYwZjBjOWYxYTg1Zjc0YzUxMjAxYjZjN2M1ZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78fa291c-eda0-489c-9aff-ad733a8bd935","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14c19f5e-c11d-4ff4-8c83-516bdaa93ce3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f2e7663-5e85-4af5-b7dc-11487cca1101","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUjhmt7i6kh1rmjf141i0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-template.yml","artifactChecksum":"MzAzMjg3OWVhMGQzOTM2ZDlhOTUyMWI1MjgxMTRjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8eaf816c-088c-4420-a7ca-1f5a7797159e","artifactVersion":"1"},{"artifactName":"service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar","artifactChecksum":"N2E2NGE5MTI1NDRmNjRiM2M2YWJjZTdiM2Y3ZWJhMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ead24afe-593f-4255-9fae-78f718d45ee9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-27T01:07:40.807Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:40.808Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:40.810Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:40.810Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:40.910Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:40.911Z||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.
2021-07-27T01:07:40.911Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:40.921Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:40.922Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:41.811Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:41.812Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:41.815Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:41.815Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:41.915Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:41.916Z||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.
2021-07-27T01:07:41.916Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:41.924Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:41.925Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:42.816Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:42.816Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:42.818Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:42.818Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:42.918Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:42.919Z||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.
2021-07-27T01:07:42.919Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:42.929Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:42.929Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:43.818Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:43.819Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:43.821Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:43.821Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:43.921Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:43.922Z||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.
2021-07-27T01:07:43.923Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:43.932Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:43.932Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:44.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-27T01:07:44.296Z||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.
2021-07-27T01:07:44.296Z||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 UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:44.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:44.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f435bcf5-83ba-4665-8a1f-38a7a510fb4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348040316,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-27T01:07:44.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627348056735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627348054360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "aai-ml",
"timestamp": 1627348058174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "dcae-sch",
"timestamp": 1627348054209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "cds",
"timestamp": 1627348051273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627348056735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "aai-ml",
"timestamp": 1627348058174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627348054360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "dcae-sch",
"timestamp": 1627348054209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "cds",
"timestamp": 1627348051273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627348056735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "aai-ml",
"timestamp": 1627348058174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627348054360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "dcae-sch",
"timestamp": 1627348054209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "cds",
"timestamp": 1627348051273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1627348056735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "aai-ml",
"timestamp": 1627348058174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627348054360,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "dcae-sch",
"timestamp": 1627348054209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "cds",
"timestamp": 1627348051273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "multicloud-windriver-id",
"timestamp": 1627348063460,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-07-27T01:07:44.821Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:44.822Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:44.825Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:44.825Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:44.925Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:44.925Z||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.
2021-07-27T01:07:44.926Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:44.935Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:44.936Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:45.826Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:45.827Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:45.829Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:45.829Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/resourceInstances/pnf3ea525a71c9b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:45.929Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:45.930Z||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.
2021-07-27T01:07:45.930Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:45.938Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:45.938Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:46.830Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:46.831Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:46.833Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:46.834Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-27T01:07:46.934Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:46.935Z||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.
2021-07-27T01:07:46.935Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:46.944Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:46.946Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-27T01:07:47.834Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-27T01:07:47.835Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:47.836Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:47.836Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348051611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar",
"status": "NOTIFIED"
}
2021-07-27T01:07:47.937Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-27T01:07:47.937Z||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.
2021-07-27T01:07:47.938Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:47.947Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:47.948Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:48.837Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"serviceName": "Demo_pNF_UjHMT7i6kH1RmJf141I0",
"serviceVersion": "1.0",
"serviceUUID": "4a860052-1fae-491b-9d88-75969676e5b6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8e8cea2f-3baf-4b9f-9507-e68c373a4c23",
"resources": [
{
"resourceInstanceName": "pNF 3ea525a7-1c9b 0",
"resourceCustomizationUUID": "ea38e82d-0406-4fbc-b325-4004ffbb7a4e",
"resourceName": "pNF 3ea525a7-1c9b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8e9a16b8-fc4a-448d-98fb-580fed245305",
"resourceInvariantUUID": "714951ae-b2a8-4de9-a658-9ce71977ed8f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar",
"artifactChecksum": "N2E2NGE5MTI1NDRmNjRiM2M2YWJjZTdiM2Y3ZWJhMzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ead24afe-593f-4255-9fae-78f718d45ee9"
}
],
"workloadContext": "Production"
}
2021-07-27T01:07:48.838Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-27T01:07:48.838Z|f435bcf5-83ba-4665-8a1f-38a7a510fb4f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a860052-1fae-491b-9d88-75969676e5b6 ASDC
2021-07-27T01:07:48.838Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5e4c9f2a-9c63-4dd5-9c26-ad4124641549
ServiceName:Demo_pNF_UjHMT7i6kH1RmJf141I0
ServiceVersion:1.0
ServiceUUID:4a860052-1fae-491b-9d88-75969676e5b6
ServiceInvariantUUID:8e8cea2f-3baf-4b9f-9507-e68c373a4c23
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
ArtifactUUID:ead24afe-593f-4255-9fae-78f718d45ee9
ArtifactChecksum:N2E2NGE5MTI1NDRmNjRiM2M2YWJjZTdiM2Y3ZWJhMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3ea525a7-1c9b 0
ResourceCustomizationUUID:ea38e82d-0406-4fbc-b325-4004ffbb7a4e
ResourceInvariantUUID:714951ae-b2a8-4de9-a658-9ce71977ed8f
ResourceName:pNF 3ea525a7-1c9b
ResourceType:PNF
ResourceUUID:8e9a16b8-fc4a-448d-98fb-580fed245305
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-27T01:07:48.838Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a860052-1fae-491b-9d88-75969676e5b6 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 (?, ?, ?, ?, ?)
2021-07-27T01:07:48.867Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:07:48.868Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:07:48.868Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:07:48.868Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ead24afe-593f-4255-9fae-78f718d45ee9 from URL: /sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:48.868Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-27T01:07:48.868Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:49.767Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-27T01:07:49.770Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar ead24afe-593f-4255-9fae-78f718d45ee9 83318
2021-07-27T01:07:49.771Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar ASDC sendASDCNotification
2021-07-27T01:07:49.771Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:49.771Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-27T01:07:49.771Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-27T01:07:49.772Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-27T01:07:49.772Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e4c9f2a-9c63-4dd5-9c26-ad4124641549",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627348069771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-27T01:07:49.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-27T01:07:49.873Z||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.
2021-07-27T01:07:49.874Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UEBETIJzkUJtkNTI) ...
2021-07-27T01:07:49.882Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-27T01:07:49.882Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-27T01:07:50.773Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-27T01:07:50.774Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-27T01:07:50.775Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ead24afe-593f-4255-9fae-78f718d45ee9, URL: /sdc/v1/catalog/services/DemoPnfUjhmt7i6kh1rmjf141i0/1.0/artifacts/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar to file: /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:50.775Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:50.775Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:50.775Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:50.854Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11594384294266015356/Definitions/service-DemoPnfUjhmt7i6kh1rmjf141i0-template.yml
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||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-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3ea525a7-1c9b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.376Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||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-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3ea525a7-1c9b 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-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUjhmt7i6kh1rmjf141i0-csar.csar
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Node template pNF 3ea525a7-1c9b 0 is matching search criteria
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3ea525a7-1c9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Node template pNF 3ea525a7-1c9b 0 is matching search criteria
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3ea525a7-1c9b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.377Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.378Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_UjHMT7i6kH1RmJf141I0
Description:catalog service description
Model UUID:4a860052-1fae-491b-9d88-75969676e5b6
Model Version:NULL
Model InvariantUuid:8e8cea2f-3baf-4b9f-9507-e68c373a4c23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-27T01:07:51.385Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8e9a16b8-fc4a-448d-98fb-580fed245305
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:07:51.388Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||pNF 3ea525a7-1c9b 0
2021-07-27T01:07:51.388Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8e9a16b8-fc4a-448d-98fb-580fed245305
2021-07-27T01:07:51.388Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4a860052-1fae-491b-9d88-75969676e5b6
2021-07-27T01:07:51.388Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4a860052-1fae-491b-9d88-75969676e5b6
2021-07-27T01:07:51.388Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3ea525a7-1c9b 0 8e9a16b8-fc4a-448d-98fb-580fed245305 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-27T01:07:51.394Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-27T01:07:51.394Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_UjHMT7i6kH1RmJf141I0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-27T01:07:51.394Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4a860052-1fae-491b-9d88-75969676e5b6: pNF 3ea525a7-1c9b
2021-07-27T01:07:51.395Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||INFO|500||Processing PNF resource: 8e9a16b8-fc4a-448d-98fb-580fed245305
2021-07-27T01:07:51.395Z|5e4c9f2a-9c63-4dd5-9c26-ad4124641549|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery