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-05-02T00:21:50.826Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-g282s with PID 14 (/app/app.jar started by so in /app)
2021-05-02T00:21:50.832Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-02T00:21:50.833Z||main|||||INFO|500||The following profiles are active: basic
2021-05-02T00:21:56.471Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-02T00:21:56.471Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-02T00:21:56.545Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-02T00:21:57.831Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-02T00:21:57.969Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-02T00:21:58.270Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-02T00:21:58.275Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-02T00:21:58.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-02T00:21:58.475Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-02T00:21:58.798Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-02T00:21:59.410Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-02T00:22:01.370Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-02T00:22:01.408Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-02T00:22:01.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-02T00:22:01.930Z||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-05-02T00:22:02.955Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-02T00:22:03.753Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-02T00:22:03.766Z||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$$1236a2fe.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-05-02T00:22:03.767Z||main|||||WARN|500||The sdc end point is not alive
2021-05-02T00:22:05.572Z||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-05-02T00:22:07.398Z||main|||||WARN|500||---
2021-05-02T00:22:07.399Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-02T00:22:07.399Z||main|||||WARN|500||---
2021-05-02T00:22:07.738Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-02T00:22:10.372Z||main|||||INFO|500||Started Application in 21.391 seconds (JVM running for 22.353)
2021-05-02T00:22:10.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:22:10.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:22:10.409Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:22:10.440Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:22:10.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c768e94-16e2-45c3-9768-b3061c04ee86 url= /sdc/v1/artifactTypes
2021-05-02T00:22:10.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:22:11.595Z||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.57.231] 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-05-02T00:22:11.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@403f95ba
2021-05-02T00:22:11.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:22:11.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:22:11.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:22:11.610Z||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-05-02T00:23:00.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:23:00.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:23:00.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:23:00.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:23:00.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f423a886-037f-4e6e-b4c5-def0c6066da3 url= /sdc/v1/artifactTypes
2021-05-02T00:23:00.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:23:01.426Z||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.57.231] 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-05-02T00:23:01.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2df2db01
2021-05-02T00:23:01.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:23:01.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:23:01.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:23:01.428Z||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-05-02T00:23:50.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:23:50.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:23:50.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:23:50.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:23:50.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76dfbdb5-c903-4f65-8300-187e99ff82dd url= /sdc/v1/artifactTypes
2021-05-02T00:23:50.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:23:51.402Z||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.57.231] 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-05-02T00:23:51.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18667fe2
2021-05-02T00:23:51.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:23:51.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:23:51.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:23:51.403Z||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-05-02T00:24:40.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:24:40.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:24:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:24:40.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:24:40.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34d6ef8f-2ddc-47c7-a42d-82b4a249cf3f url= /sdc/v1/artifactTypes
2021-05-02T00:24:40.379Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:24:41.418Z||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.57.231] 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-05-02T00:24:41.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a5779a9
2021-05-02T00:24:41.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:24:41.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:24:41.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:24:41.420Z||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-05-02T00:25:30.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:25:30.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:25:30.369Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:25:30.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:25:30.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb1dd3e0-aa6d-402b-9599-31421ff69ede url= /sdc/v1/artifactTypes
2021-05-02T00:25:30.375Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:25:31.401Z||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.57.231] 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-05-02T00:25:31.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e0e6e75
2021-05-02T00:25:31.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:25:31.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:25:31.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:25:31.403Z||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-05-02T00:26:20.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:26:20.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:26:20.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:26:20.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:26:20.376Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23959574-5a3e-4df3-90a3-af6af1428996 url= /sdc/v1/artifactTypes
2021-05-02T00:26:20.376Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:26:21.422Z||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.57.231] 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-05-02T00:26:21.422Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b2e9ffb
2021-05-02T00:26:21.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:26:21.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:26:21.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:26:21.423Z||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-05-02T00:27:10.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:27:10.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:27:10.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:27:10.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:27:10.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 198a3b65-0adc-4464-b4a3-edee967184b4 url= /sdc/v1/artifactTypes
2021-05-02T00:27:10.377Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:27:11.402Z||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.57.231] 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-05-02T00:27:11.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@700bf1ec
2021-05-02T00:27:11.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:27:11.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:27:11.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:27:11.403Z||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-05-02T00:28:00.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:28:00.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:28:00.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:28:00.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:28:00.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d5ec93e-ae48-4db6-837e-35d4601b87d2 url= /sdc/v1/artifactTypes
2021-05-02T00:28:00.377Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:28:01.386Z||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.57.231] 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-05-02T00:28:01.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b150061
2021-05-02T00:28:01.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:28:01.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:28:01.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:28:01.387Z||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-05-02T00:28:50.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:28:50.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:28:50.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:28:50.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:28:50.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45477e1b-272d-44a5-ba03-528bee981adf url= /sdc/v1/artifactTypes
2021-05-02T00:28:50.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:28:51.402Z||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.57.231] 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-05-02T00:28:51.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@329720bf
2021-05-02T00:28:51.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-02T00:28:51.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-02T00:28:51.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-02T00:28:51.403Z||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-05-02T00:29:40.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T00:29:40.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T00:29:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T00:29:40.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T00:29:40.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4351aec3-b318-46b9-9ef1-242cbc57e172 url= /sdc/v1/artifactTypes
2021-05-02T00:29:40.375Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T00:29:40.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-02T00:29:40.554Z||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-05-02T00:29:40.576Z||scheduling-1|||||DEBUG|500||create keys
2021-05-02T00:29:40.582Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-02T00:29:40.600Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:29:40.613Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b48d0c65-bf2c-43fb-9340-af66967f2313 url= /sdc/v1/registerForDistribution
2021-05-02T00:29:40.864Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b48d0c65-bf2c-43fb-9340-af66967f2313 url= /sdc/v1/registerForDistribution
2021-05-02T00:29:40.864Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-02T00:29:40.871Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:29:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:29:40.876Z||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-05-02T00:29:40.876Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:29:40.876Z||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-05-02T00:29:40.877Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:29:40.877Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-02T00:29:51.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:29:51.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:30:40.870Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:30:40.871Z||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-05-02T00:30:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:30:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:30:40.873Z||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-05-02T00:30:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:30:50.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:30:50.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:31:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:31:40.871Z||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-05-02T00:31:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:31:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:31:40.872Z||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-05-02T00:31:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:31:50.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:31:50.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:32:20.582Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-02T00:32:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:32:40.871Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:32:40.873Z||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-05-02T00:32:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:32:40.874Z||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-05-02T00:32:40.874Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:32:50.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:32:50.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:33:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:33:40.871Z||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-05-02T00:33:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:33:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:33:40.872Z||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-05-02T00:33:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:33:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:33:50.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:34:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:34:40.871Z||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-05-02T00:34:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:34:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:34:40.872Z||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-05-02T00:34:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:34:50.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:34:50.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:35:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:35:40.871Z||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-05-02T00:35:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:35:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:35:40.872Z||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-05-02T00:35:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:35:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:35:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:36:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:36:40.871Z||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-05-02T00:36:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:36:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:36:40.873Z||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-05-02T00:36:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:36:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:36:50.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:37:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:37:40.871Z||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-05-02T00:37:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:37:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:37:40.872Z||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-05-02T00:37:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:37:50.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:37:50.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:38:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:38:40.871Z||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-05-02T00:38:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:38:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:38:40.872Z||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-05-02T00:38:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:38:50.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:38:50.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:39:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:39:40.871Z||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-05-02T00:39:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:39:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:39:40.872Z||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-05-02T00:39:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:39:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:39:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:40:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:40:40.871Z||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-05-02T00:40:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:40:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:40:40.872Z||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-05-02T00:40:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:40:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:40:50.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:41:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:41:40.871Z||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-05-02T00:41:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:41:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:41:40.872Z||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-05-02T00:41:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:41:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:41:50.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:42:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:42:40.871Z||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-05-02T00:42:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:42:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:42:40.872Z||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-05-02T00:42:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:42:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:42:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:43:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:43:40.871Z||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-05-02T00:43:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:43:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:43:40.873Z||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-05-02T00:43:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:43:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:43:50.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:44:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:44:40.871Z||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-05-02T00:44:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:44:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:44:40.872Z||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-05-02T00:44:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:44:50.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:44:50.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:45:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:45:40.871Z||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-05-02T00:45:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:45:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:45:40.872Z||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-05-02T00:45:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:45:50.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:45:50.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:46:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:46:40.871Z||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-05-02T00:46:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:46:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:46:40.872Z||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-05-02T00:46:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:46:50.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:46:50.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:47:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:47:40.871Z||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-05-02T00:47:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:47:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:47:40.872Z||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-05-02T00:47:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:47:50.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:47:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:48:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:48:40.871Z||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-05-02T00:48:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:48:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:48:40.872Z||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-05-02T00:48:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:48:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:48:50.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:49:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:49:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T00:49:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:49:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:49:40.873Z||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-05-02T00:49:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:49:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:49:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:50:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:50:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T00:50:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:50:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:50:40.872Z||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-05-02T00:50:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:50:50.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:50:50.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:51:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:51:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T00:51:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:51:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:51:40.872Z||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-05-02T00:51:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:51:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:51:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:52:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:52:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T00:52:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:52:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:52:40.872Z||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-05-02T00:52:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:52:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:52:50.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:53:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:53:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T00:53:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:53:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:53:40.872Z||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-05-02T00:53:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:53:50.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:53:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:54:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:54:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:54:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:54:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:54:40.872Z||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-05-02T00:54:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:54:50.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:54:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:55:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:55:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:55:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:55:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:55:40.872Z||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-05-02T00:55:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:55:50.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:55:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:56:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:56:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:56:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:56:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:56:40.872Z||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-05-02T00:56:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:56:50.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:56:50.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:57:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:57:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:57:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:57:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:57:40.872Z||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-05-02T00:57:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:57:50.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:57:50.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:58:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:58:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:58:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:58:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:58:40.872Z||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-05-02T00:58:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:58:50.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:58:50.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:59:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:59:40.871Z||pool-2-thread-7|||||WARN|500||GET 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-05-02T00:59:40.871Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T00:59:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T00:59:40.872Z||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-05-02T00:59:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T00:59:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T00:59:50.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:00:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:00:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:00:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:00:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:00:40.872Z||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-05-02T01:00:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:00:50.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:00:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:01:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:01:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:01:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:01:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:01:40.872Z||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-05-02T01:01:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:01:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:01:50.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:02:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:02:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:02:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:02:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:02:40.872Z||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-05-02T01:02:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:02:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:02:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:03:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:03:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:03:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:03:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:03:40.872Z||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-05-02T01:03:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:03:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:03:50.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:04:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:04:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:04:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:04:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:04:40.872Z||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-05-02T01:04:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:04:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:04:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:05:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:05:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:05:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:05:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:05:40.872Z||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-05-02T01:05:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:05:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:05:50.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:06:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:06:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:06:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:06:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:06:40.872Z||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-05-02T01:06:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:06:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:06:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:07:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:07:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:07:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:07:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:07:40.872Z||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-05-02T01:07:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:07:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:07:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:08:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:08:40.871Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:08:40.872Z||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-05-02T01:08:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:48.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:48.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T01:08:48.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"93128823-cb93-474d-b9bc-b58b3efa6afb","serviceName":"vFW 2021-05-02 01-06-04","serviceVersion":"1.0","serviceUUID":"dc1dc9c0-0c3a-483b-8484-e5fe20a08a45","serviceDescription":"catalog service description","serviceInvariantUUID":"700f5ebc-271e-4913-9e46-e06d5551f8dd","resources":[{"resourceInstanceName":"vFW dfc22144-c02e 0","resourceName":"vFW dfc22144-c02e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13bdbd6a-727a-4f2e-a142-5928c483d79b","resourceInvariantUUID":"5b074872-bbd4-4453-b817-bc7800c8b8a9","resourceCustomizationUUID":"d1c024d8-69ab-4b6a-a3ac-c913c3223195","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU0MjgyNWJkN2JmODVjMTUzM2UzYjQxNmEyYzlhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19d7b167-de81-4d63-b2d4-2a7a5482344d","artifactVersion":"1"},{"artifactName":"vfwdfc22144c02e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json","artifactChecksum":"OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e21ba86-7821-435b-ae91-9021e8e35585","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDkwNWYwM2JmYmM2ODkzNWJhYTAzMTFlNzgyZDEyY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7a629d4-f313-4c38-a2e7-0cc458c39012","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50e435f9-5ba3-4448-923c-12b5923f3f06","artifactVersion":"2","generatedFromUUID":"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210502010604-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml","artifactChecksum":"ZjU4YmM5MzRlOTM2ZWRlNGM1MzUxNTIyZTBjNGEzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c41a183-7d9a-4095-a1f7-96f3c70d9f74","artifactVersion":"1"},{"artifactName":"service-Vfw20210502010604-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar","artifactChecksum":"YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e04ead2b-cdb5-4a39-8b1b-4d6428043fde","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T01:08:48.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:48.461Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:48.471Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:48.471Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:08:48.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-05-02T01:08:48.575Z||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-05-02T01:08:48.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:48.587Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:48.587Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":5,"count":1}
2021-05-02T01:08:48.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:48.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:08:48.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:08:48.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:08:48.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:08:48.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:08:48.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:08:49.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:49.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:49.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:49.480Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:08:49.580Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:49.581Z||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-05-02T01:08:49.581Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:49.589Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:49.589Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:50.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:50.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:50.483Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:50.483Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:08:50.583Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:50.584Z||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-05-02T01:08:50.584Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:50.592Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:50.592Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:51.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:51.484Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:51.486Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:51.486Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:08:51.586Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:51.587Z||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-05-02T01:08:51.587Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:51.598Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:51.598Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:52.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:52.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:52.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:52.488Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T01:08:52.589Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:52.589Z||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-05-02T01:08:52.590Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:52.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:52.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:53.489Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:53.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:53.492Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:53.492Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:08:53.592Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:53.593Z||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-05-02T01:08:53.593Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:53.602Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:53.603Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:54.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:08:54.493Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:54.496Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:54.496Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:08:54.596Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:54.597Z||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-05-02T01:08:54.597Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:54.605Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:54.605Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:08:55.497Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"serviceName": "vFW 2021-05-02 01-06-04",
"serviceVersion": "1.0",
"serviceUUID": "dc1dc9c0-0c3a-483b-8484-e5fe20a08a45",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "700f5ebc-271e-4913-9e46-e06d5551f8dd",
"resources": [
{
"resourceInstanceName": "vFW dfc22144-c02e 0",
"resourceCustomizationUUID": "d1c024d8-69ab-4b6a-a3ac-c913c3223195",
"resourceName": "vFW dfc22144-c02e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "13bdbd6a-727a-4f2e-a142-5928c483d79b",
"resourceInvariantUUID": "5b074872-bbd4-4453-b817-bc7800c8b8a9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdfc22144c02e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"artifactChecksum": "OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e21ba86-7821-435b-ae91-9021e8e35585",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50e435f9-5ba3-4448-923c-12b5923f3f06",
"generatedFromUUID": "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50e435f9-5ba3-4448-923c-12b5923f3f06",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210502010604-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"artifactChecksum": "YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e04ead2b-cdb5-4a39-8b1b-4d6428043fde"
}
],
"workloadContext": "Production"
}
2021-05-02T01:08:55.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T01:08:55.499Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 ASDC
2021-05-02T01:08:55.579Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:93128823-cb93-474d-b9bc-b58b3efa6afb
ServiceName:vFW 2021-05-02 01-06-04
ServiceVersion:1.0
ServiceUUID:dc1dc9c0-0c3a-483b-8484-e5fe20a08a45
ServiceInvariantUUID:700f5ebc-271e-4913-9e46-e06d5551f8dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210502010604-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar
ArtifactUUID:e04ead2b-cdb5-4a39-8b1b-4d6428043fde
ArtifactChecksum:YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dfc22144-c02e 0
ResourceCustomizationUUID:d1c024d8-69ab-4b6a-a3ac-c913c3223195
ResourceInvariantUUID:5b074872-bbd4-4453-b817-bc7800c8b8a9
ResourceName:vFW dfc22144-c02e
ResourceType:VF
ResourceUUID:13bdbd6a-727a-4f2e-a142-5928c483d79b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdfc22144c02e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json
ArtifactUUID:7e21ba86-7821-435b-ae91-9021e8e35585
ArtifactChecksum:OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI=
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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml
ArtifactUUID:e0c5da63-4a45-4bbf-b47b-10eebb8ab11c
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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
ArtifactUUID:50e435f9-5ba3-4448-923c-12b5923f3f06
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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
ArtifactUUID:50e435f9-5ba3-4448-923c-12b5923f3f06
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-02T01:08:55.579Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 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-05-02T01:08:55.777Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e04ead2b-cdb5-4a39-8b1b-4d6428043fde from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:55.779Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:08:55.779Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:57.469Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:08:57.488Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar e04ead2b-cdb5-4a39-8b1b-4d6428043fde 110353
2021-05-02T01:08:57.488Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar ASDC sendASDCNotification
2021-05-02T01:08:57.489Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:57.489Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:08:57.490Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:08:57.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:08:57.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917737488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:08:57.592Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:08:57.593Z||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-05-02T01:08:57.593Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:08:57.601Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:08:57.602Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:08:58.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:08:58.493Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:08:58.494Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e04ead2b-cdb5-4a39-8b1b-4d6428043fde, URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar to file: /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:58.494Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210502010604-csar.csar
2021-05-02T01:08:58.598Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:58.599Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:08:59.026Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4680056688736602624/Definitions/service-Vfw20210502010604-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-02T01:09:01.529Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfc22144-c02e 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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfc22144-c02e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-Vfw20210502010604-csar.csar
2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T01:09:01.540Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.541Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.544Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:01.544Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T01:09:01.545Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.548Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.550Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-02T01:09:01.553Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.553Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6739f304-fd33-4dfe-95a1-7d2906f50562
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919
2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=372b3371-e30a-494b-bb2e-a2218942ae82
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-02 01-06-04
Description:catalog service description
Model UUID:dc1dc9c0-0c3a-483b-8484-e5fe20a08a45
Model Version:NULL
Model InvariantUuid:700f5ebc-271e-4913-9e46-e06d5551f8dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dfc22144-c02e
Model UUID:c28e86fd-eb40-411e-afb1-5d7eb7632546
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b074872-bbd4-4453-b817-bc7800c8b8a9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d1c024d8-69ab-4b6a-a3ac-c913c3223195
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5d988c4f-0d70-432f-b551-40497d1c9574
ModelName:VfwDfc22144C02e..base_vfw..module-0
ModelUuid:20b41da1-5586-4e2a-811e-2d97e0400b52
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6739f304-fd33-4dfe-95a1-7d2906f50562
ModelInvariantUuid:e710a2a7-210d-4827-be2d-43e37147ed2f
ModelName:vFW dfc22144-c02e-nodes.vfwCvfc
ModelUuid:8b5c0fb5-a9f7-412d-933d-39c890c8dd86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:391b708f-566e-4a21-b9b7-43b1a1313f30
ModelInvariantUuid:352bac01-ec05-4a5d-9a09-27909f7e7570
ModelName:VfwDfc22144C02e.compute.nodes.heat.vfw
ModelUuid:ebf232a1-a826-4351-b703-14cd02888932
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919
ModelInvariantUuid:ce7611a0-d23e-4126-a23d-2a5263ce7ff8
ModelName:vFW dfc22144-c02e-nodes.vsnCvfc
ModelUuid:6cf96b1d-0045-49bc-a8f2-6745330a1dae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f5518142-f22c-4983-b977-e68fe42e5057
ModelInvariantUuid:70a6e423-a3c4-42d3-80ab-fcfef200cdaf
ModelName:VfwDfc22144C02e.compute.nodes.heat.vsn
ModelUuid:e9e7f7b5-8dd9-4afc-9263-c847e643c5a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:372b3371-e30a-494b-bb2e-a2218942ae82
ModelInvariantUuid:4ee39239-1ae6-4ed1-ad99-02814d66d3e6
ModelName:vFW dfc22144-c02e-nodes.vpgCvfc
ModelUuid:e4105c22-83e1-4740-af60-8cd6e42a6477
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:edfcee82-cb07-4dd7-abe7-d8c0c921f84f
ModelInvariantUuid:5892ed90-7b1c-4c5d-850e-9476e2bd8a83
ModelName:VfwDfc22144C02e.compute.nodes.heat.vpg
ModelUuid:e63ed6e6-b453-4618-9f75-91bb88bc1c01
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-05-02T01:09:01.580Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 13bdbd6a-727a-4f2e-a142-5928c483d79b
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-05-02T01:09:01.667Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||vFW dfc22144-c02e 0
2021-05-02T01:09:01.672Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13bdbd6a-727a-4f2e-a142-5928c483d79b
2021-05-02T01:09:01.672Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e21ba86-7821-435b-ae91-9021e8e35585 from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json
2021-05-02T01:09:01.673Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:09:01.673Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json
2021-05-02T01:09:03.708Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:09:03.708Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 7e21ba86-7821-435b-ae91-9021e8e35585 785
2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json ASDC sendASDCNotification
2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json
2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:03.710Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:03.711Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917743709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:09:03.811Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:09:03.811Z||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-05-02T01:09:03.811Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:03.818Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:03.819Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:09:04.712Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDfc22144C02e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5d988c4f-0d70-432f-b551-40497d1c9574",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20b41da1-5586-4e2a-811e-2d97e0400b52",
"vfModuleModelCustomizationUUID": "5cab37dd-da65-4049-8604-9877f83560a0",
"isBase": true,
"artifacts": [
"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c",
"50e435f9-5ba3-4448-923c-12b5923f3f06"
],
"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-05-02T01:09:04.733Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfc22144C02e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20b41da1-5586-4e2a-811e-2d97e0400b52
VfModuleModelInvariantUUID:5d988c4f-0d70-432f-b551-40497d1c9574
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0c5da63-4a45-4bbf-b47b-10eebb8ab11c
,
50e435f9-5ba3-4448-923c-12b5923f3f06
}
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-05-02T01:09:04.735Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDfc22144C02e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5d988c4f-0d70-432f-b551-40497d1c9574",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20b41da1-5586-4e2a-811e-2d97e0400b52",
"vfModuleModelCustomizationUUID": "5cab37dd-da65-4049-8604-9877f83560a0",
"isBase": true,
"artifacts": [
"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c",
"50e435f9-5ba3-4448-923c-12b5923f3f06"
],
"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-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfc22144C02e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20b41da1-5586-4e2a-811e-2d97e0400b52
VfModuleModelInvariantUUID:5d988c4f-0d70-432f-b551-40497d1c9574
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0c5da63-4a45-4bbf-b47b-10eebb8ab11c
,
50e435f9-5ba3-4448-923c-12b5923f3f06
}
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-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0c5da63-4a45-4bbf-b47b-10eebb8ab11c from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml
2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml
2021-05-02T01:09:04.962Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml e0c5da63-4a45-4bbf-b47b-10eebb8ab11c 20368
2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml
2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:04.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:04.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917744963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:09:05.065Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:09:05.066Z||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-05-02T01:09:05.066Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:05.074Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:05.075Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:05.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50e435f9-5ba3-4448-923c-12b5923f3f06 from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
2021-05-02T01:09:05.966Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:09:05.966Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
2021-05-02T01:09:06.369Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 50e435f9-5ba3-4448-923c-12b5923f3f06 2098
2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:06.373Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:06.373Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917746370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:09:06.473Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:09:06.474Z||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-05-02T01:09:06.474Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:06.482Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:06.482Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:07.374Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dc1dc9c0-0c3a-483b-8484-e5fe20a08a45
2021-05-02T01:09:07.374Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfc22144-c02e 0 13bdbd6a-727a-4f2e-a142-5928c483d79b ASDC
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 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 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-05-02T01:09:07.409Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.409Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d1c024d8-69ab-4b6a-a3ac-c913c3223195
2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195 matches Tosca VF Customization UUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195
2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195 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-05-02T01:09:07.415Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.415Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d1c024d8-69ab-4b6a-a3ac-c913c3223195: {\"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-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a13e157
2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T01:09:07.417Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5cab37dd-da65-4049-8604-9877f83560a0
2021-05-02T01:09:07.418Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5cab37dd-da65-4049-8604-9877f83560a0
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-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:07.423Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.423Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T01:09:07.427Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.427Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6739f304-fd33-4dfe-95a1-7d2906f50562
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-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919
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-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:07.441Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.441Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria
2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=372b3371-e30a-494b-bb2e-a2218942ae82
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-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria
2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=d1c024d8-69ab-4b6a-a3ac-c913c3223195
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-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dc1dc9c0-0c3a-483b-8484-e5fe20a08a45: vFW dfc22144-c02e
2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:09:07.452Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:09:07.452Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-05-02 01-06-04
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-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfc22144-c02e 13bdbd6a-727a-4f2e-a142-5928c483d79b 1 ASDC deployResourceStructure
2021-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json ASDC sendASDCNotification
2021-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json
2021-05-02T01:09:07.648Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:09:07.648Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:07.649Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:07.649Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917747647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:09:07.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-02T01:09:07.750Z||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-05-02T01:09:07.750Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:07.758Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:07.758Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml
2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:09:08.652Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:08.653Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:08.653Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917748651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T01:09:08.754Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-02T01:09:08.755Z||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-05-02T01:09:08.755Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:08.762Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:08.763Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env
2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:09.657Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:09.657Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917749654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-02T01:09:09.757Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:09:09.758Z||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-05-02T01:09:09.758Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:09.767Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:09.767Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar ASDC sendASDCNotification
2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar
2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:09:10.660Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:09:10.660Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917750657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:09:10.760Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:09:10.761Z||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-05-02T01:09:10.761Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:10.770Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:10.770Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:09:11.661Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:09:11.679Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:09:11.680Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:09:11.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T01:09:11.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T01:09:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:09:40.872Z||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-05-02T01:09:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:09:40.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:09:40.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:09:40.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:09:40.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:09:41.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:09:41.688Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T01:10:11.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:10:11.697Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T01:10:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:10:40.873Z||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-05-02T01:10:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:10:40.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:10:40.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:10:40.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:10:40.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:10:41.699Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:10:41.705Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:10:41.706Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:10:41.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T01:10:41.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T01:11:11.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:11:11.714Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T01:11:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:11:40.872Z||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-05-02T01:11:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:11:40.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:11:40.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917721585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917720870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917727710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917721998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917721272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917727904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917737407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917737468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917737473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917737488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917737611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917738413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "dcae-sch",
"timestamp": 1619917731848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "cds",
"timestamp": 1619917738628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-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-05-02T01:11:40.921Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.922Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917732163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "policy-id",
"timestamp": 1619917739423,
"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-05-02T01:11:40.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.931Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917734774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917741664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917741965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917735873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917736266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917743709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917743878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917743877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917743962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917744075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917744314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917744963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917744971,
"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-05-02T01:11:40.945Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.946Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917745140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917745484,
"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-05-02T01:11:40.953Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.953Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917745975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917746370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917746487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917746489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917747498,
"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-05-02T01:11:40.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917747647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917748502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917748651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917749251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917749534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917749654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917750255,
"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-05-02T01:11:40.971Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "clamp",
"timestamp": 1619917750538,
"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-05-02T01:11:40.980Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:40.980Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917750657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917741998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917739632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917754176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917747710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917754378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917747903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "cds",
"timestamp": 1619917755180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T01:11:40.997Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:40.997Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917755382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "policy-id",
"timestamp": 1619917756384,
"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-05-02T01:11:41.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.013Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917756757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917757060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917751585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "dcae-sch",
"timestamp": 1619917751848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1619917752163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917760549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917754774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "aai-ml",
"timestamp": 1619917761553,
"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-05-02T01:11:41.027Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb
2021-05-02T01:11:41.027Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917762085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917762958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917763417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917763786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917764309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917764602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917764792,
"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-05-02T01:11:41.038Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.038Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917765126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917765324,
"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-05-02T01:11:41.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.048Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917765768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619917765795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917766142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619917766327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917766772,
"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-05-02T01:11:41.056Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.056Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "clamp",
"timestamp": 1619917767144,
"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-05-02T01:11:41.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619917767779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917765873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917766266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917774875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917775094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917777039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:11:41.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:11:41.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:11:41.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619917778043,
"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-05-02T01:11:41.074Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:11:41.075Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:11:41.717Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:11:41.728Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb
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-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-05-02T01:11:41.735Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T01:12:11.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb 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-05-02T01:12:11.743Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93128823-cb93-474d-b9bc-b58b3efa6afb and serviceModelVersionId: dc1dc9c0-0c3a-483b-8484-e5fe20a08a45
2021-05-02T01:12:11.743Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 700f5ebc-271e-4913-9e46-e06d5551f8dd
2021-05-02T01:12:18.758Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0
2021-05-02T01:12:18.863Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T01:12:19.259Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|INFO|500||Invoke
2021-05-02T01:12:19.265Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5523a08f-fb58-4f5a-b9e6-43356aae6b32], X-ECOMP-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], X-TransactionId=[], X-ONAP-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], Content-Type=[application/merge-patch+json]}
2021-05-02T01:12:19.407Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T01:12:20.495Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?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/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:12:19:414-58540], vertex-id=[344152], Content-Length=[0], Date=[Sun, 02 May 2021 01:12:19 GMT], Content-Type=[application/json]}
2021-05-02T01:12:20.496Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-02T01:12:20.497Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|INFO|500||InvokeReturn
2021-05-02T01:12:20.500Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T01:12:20.500Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-05-02T01:12:20.502Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||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-05-02T01:12:20.509Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93128823-cb93-474d-b9bc-b58b3efa6afb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T01:12:20.510Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T01:12:20.511Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:20.512Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:20.513Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917940510,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T01:12:20.613Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:20.613Z||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-05-02T01:12:20.613Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:20.625Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:20.626Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T01:12:21.520Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:12:21.521Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T01:12:21.521Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:25.815Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:25.816Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T01:12:25.816Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8383b47c-f45d-4590-b290-6cd61e6215ef","serviceName":"basic_onboard_MstYgH","serviceVersion":"1.0","serviceUUID":"6456a0ae-10a3-4366-b035-3ea4d38f22b6","serviceDescription":"service","serviceInvariantUUID":"3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b","resources":[{"resourceInstanceName":"basic_onboard_MstYgH 0","resourceName":"basic_onboard_MstYgH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63f1e131-f701-4e84-b09d-828e29712606","resourceInvariantUUID":"13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d","resourceCustomizationUUID":"f69beeba-1c3e-432e-81fa-019d2756b6a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml","artifactChecksum":"YTRhZGJlMzk1YzE1MWE3ODg5ZWI3MmYyNjhlYmQ3Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f614e58c-3351-464f-8119-ad02a13d59fa","artifactVersion":"1"},{"artifactName":"basic_onboard_mstygh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json","artifactChecksum":"NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d2e522d-8aab-427d-beb0-83329f58bdb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58c3be70-07e6-4a30-9e86-dc9c495d356c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c179b770-fdb3-4574-a38b-1913581ebafc","artifactVersion":"2","generatedFromUUID":"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMstygh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml","artifactChecksum":"NjQ4Yjg1N2M0ZmUwZjJmYTNhZTQxYjJkYzNhYjVkNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1844cea-57f4-4262-a3f7-79e5e91d68ba","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMstygh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar","artifactChecksum":"ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"882038e7-cf2d-4166-b45a-20e54b41965e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T01:12:25.818Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:25.819Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:25.820Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:25.820Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:12:25.920Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:25.921Z||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-05-02T01:12:25.921Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:25.929Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:25.929Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:26.821Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:26.821Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:26.823Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:26.823Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:12:26.924Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:26.924Z||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-05-02T01:12:26.924Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:26.934Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:26.934Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:12:27.824Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:27.825Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:27.826Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:27.826Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:12:27.926Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:27.927Z||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-05-02T01:12:27.927Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:27.935Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:27.935Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:28.827Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:28.828Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:28.830Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:28.830Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:12:28.931Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T01:12:28.932Z||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-05-02T01:12:28.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:28.940Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:28.941Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:12:29.831Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:29.831Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:29.833Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:29.833Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T01:12:29.933Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:29.934Z||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-05-02T01:12:29.934Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:29.942Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:29.942Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:30.834Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:30.834Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:30.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:30.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:12:30.936Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:30.937Z||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-05-02T01:12:30.937Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:30.945Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:30.945Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:31.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:12:31.837Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:31.838Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:31.838Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:12:31.938Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:31.939Z||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-05-02T01:12:31.939Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:31.947Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:31.947Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:32.840Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"serviceName": "basic_onboard_MstYgH",
"serviceVersion": "1.0",
"serviceUUID": "6456a0ae-10a3-4366-b035-3ea4d38f22b6",
"serviceDescription": "service",
"serviceInvariantUUID": "3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b",
"resources": [
{
"resourceInstanceName": "basic_onboard_MstYgH 0",
"resourceCustomizationUUID": "f69beeba-1c3e-432e-81fa-019d2756b6a2",
"resourceName": "basic_onboard_MstYgH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "63f1e131-f701-4e84-b09d-828e29712606",
"resourceInvariantUUID": "13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mstygh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"artifactChecksum": "NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d2e522d-8aab-427d-beb0-83329f58bdb1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c179b770-fdb3-4574-a38b-1913581ebafc",
"generatedFromUUID": "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c179b770-fdb3-4574-a38b-1913581ebafc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMstygh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"artifactChecksum": "ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "882038e7-cf2d-4166-b45a-20e54b41965e"
}
],
"workloadContext": "Production"
}
2021-05-02T01:12:32.840Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T01:12:32.841Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6456a0ae-10a3-4366-b035-3ea4d38f22b6 ASDC
2021-05-02T01:12:32.841Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8383b47c-f45d-4590-b290-6cd61e6215ef
ServiceName:basic_onboard_MstYgH
ServiceVersion:1.0
ServiceUUID:6456a0ae-10a3-4366-b035-3ea4d38f22b6
ServiceInvariantUUID:3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMstygh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar
ArtifactUUID:882038e7-cf2d-4166-b45a-20e54b41965e
ArtifactChecksum:ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MstYgH 0
ResourceCustomizationUUID:f69beeba-1c3e-432e-81fa-019d2756b6a2
ResourceInvariantUUID:13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d
ResourceName:basic_onboard_MstYgH
ResourceType:VF
ResourceUUID:63f1e131-f701-4e84-b09d-828e29712606
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mstygh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json
ArtifactUUID:4d2e522d-8aab-427d-beb0-83329f58bdb1
ArtifactChecksum:NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg=
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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4974c6bb-c02c-4e3a-865f-0fcfecf38c1a
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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
ArtifactUUID:c179b770-fdb3-4574-a38b-1913581ebafc
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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
ArtifactUUID:c179b770-fdb3-4574-a38b-1913581ebafc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-02T01:12:32.841Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6456a0ae-10a3-4366-b035-3ea4d38f22b6 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-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 882038e7-cf2d-4166-b45a-20e54b41965e from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:34.270Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 882038e7-cf2d-4166-b45a-20e54b41965e 74817
2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar ASDC sendASDCNotification
2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:34.277Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:12:34.277Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:34.279Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:34.280Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917954276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:12:34.380Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:34.380Z||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-05-02T01:12:34.380Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:34.388Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:34.388Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:35.280Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:12:35.281Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 882038e7-cf2d-4166-b45a-20e54b41965e, URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar to file: /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:35.283Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:35.581Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18314971791069912763/Definitions/service-BasicOnboardMstygh-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-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MstYgH 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MstYgH 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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria
2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria
2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=125bae65-071d-47f6-82e2-7dac81b0f6a2
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MstYgH
Description:service
Model UUID:6456a0ae-10a3-4366-b035-3ea4d38f22b6
Model Version:NULL
Model InvariantUuid:3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MstYgH
Model UUID:cb0accf6-307c-416c-bc38-8dd4b13f6f13
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f69beeba-1c3e-432e-81fa-019d2756b6a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0
ModelName:BasicOnboardMstygh..base_ubuntu18..module-0
ModelUuid:b3de31da-0ce4-481c-8df9-839713b31b76
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:125bae65-071d-47f6-82e2-7dac81b0f6a2
ModelInvariantUuid:659180cb-1525-4aa7-a3e5-f3eb9637009d
ModelName:basic_onboard_MstYgH-nodes.ubuntu18Cvfc
ModelUuid:13c6c514-f009-47a4-855e-d4719b1eb696
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ab25530d-992b-46df-b6a4-98482f1b8623
ModelInvariantUuid:d2734188-847f-4269-921e-4c9feb603b0f
ModelName:BasicOnboardMstygh.compute.nodes.heat.ubuntu18
ModelUuid:2f6f04b9-fe9d-43db-b636-69e025a96435
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-05-02T01:12:36.732Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 63f1e131-f701-4e84-b09d-828e29712606
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-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||basic_onboard_MstYgH 0
2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63f1e131-f701-4e84-b09d-828e29712606
2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d2e522d-8aab-427d-beb0-83329f58bdb1 from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json
2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json
2021-05-02T01:12:38.866Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 4d2e522d-8aab-427d-beb0-83329f58bdb1 798
2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json ASDC sendASDCNotification
2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json
2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:38.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:38.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917958867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:12:38.969Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:38.970Z||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-05-02T01:12:38.970Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:38.978Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:38.979Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:39.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMstygh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a4ac59e6-54b7-4444-9d74-64b69ea1b3b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3de31da-0ce4-481c-8df9-839713b31b76",
"vfModuleModelCustomizationUUID": "e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc",
"isBase": true,
"artifacts": [
"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a",
"c179b770-fdb3-4574-a38b-1913581ebafc"
],
"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-05-02T01:12:39.874Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMstygh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3de31da-0ce4-481c-8df9-839713b31b76
VfModuleModelInvariantUUID:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
4974c6bb-c02c-4e3a-865f-0fcfecf38c1a
,
c179b770-fdb3-4574-a38b-1913581ebafc
}
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-05-02T01:12:39.876Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMstygh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a4ac59e6-54b7-4444-9d74-64b69ea1b3b0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3de31da-0ce4-481c-8df9-839713b31b76",
"vfModuleModelCustomizationUUID": "e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc",
"isBase": true,
"artifacts": [
"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a",
"c179b770-fdb3-4574-a38b-1913581ebafc"
],
"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-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMstygh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3de31da-0ce4-481c-8df9-839713b31b76
VfModuleModelInvariantUUID:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
4974c6bb-c02c-4e3a-865f-0fcfecf38c1a
,
c179b770-fdb3-4574-a38b-1913581ebafc
}
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-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml
2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml
2021-05-02T01:12:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:12:40.872Z||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-05-02T01:12:40.873Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:40.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:40.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:12:40.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917782794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:12:40.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:12:40.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T01:12:40.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "aai-ml",
"timestamp": 1619917783797,
"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-05-02T01:12:40.897Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef
2021-05-02T01:12:40.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:12:41.603Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a 5033
2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml
2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:12:41.605Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:41.606Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:41.606Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917961604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:12:41.706Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:41.707Z||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-05-02T01:12:41.707Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:41.718Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:41.719Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:12:42.607Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c179b770-fdb3-4574-a38b-1913581ebafc from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
2021-05-02T01:12:42.608Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T01:12:42.608Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
2021-05-02T01:12:42.981Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T01:12:42.981Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env c179b770-fdb3-4574-a38b-1913581ebafc 909
2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:42.983Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:42.984Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917962981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:12:43.084Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:43.084Z||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-05-02T01:12:43.085Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:43.093Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:43.093Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:43.984Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6456a0ae-10a3-4366-b035-3ea4d38f22b6
2021-05-02T01:12:43.985Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MstYgH 0 63f1e131-f701-4e84-b09d-828e29712606 ASDC
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 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 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-05-02T01:12:43.997Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f69beeba-1c3e-432e-81fa-019d2756b6a2
2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f69beeba-1c3e-432e-81fa-019d2756b6a2 matches Tosca VF Customization UUID: f69beeba-1c3e-432e-81fa-019d2756b6a2
2021-05-02T01:12:43.999Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f69beeba-1c3e-432e-81fa-019d2756b6a2 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-05-02T01:12:44.001Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.001Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f69beeba-1c3e-432e-81fa-019d2756b6a2: {\"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-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@106285a1
2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T01:12:44.003Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc
2021-05-02T01:12:44.003Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc
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-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria
2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T01:12:44.008Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=125bae65-071d-47f6-82e2-7dac81b0f6a2
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-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.011Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria
2021-05-02T01:12:44.011Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=f69beeba-1c3e-432e-81fa-019d2756b6a2
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-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6456a0ae-10a3-4366-b035-3ea4d38f22b6: basic_onboard_MstYgH
2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_MstYgH
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-05-02T01:12:44.072Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MstYgH 63f1e131-f701-4e84-b09d-828e29712606 1 ASDC deployResourceStructure
2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json ASDC sendASDCNotification
2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json
2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:44.075Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:44.075Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917964073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:12:44.175Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:44.176Z||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-05-02T01:12:44.176Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:44.184Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:44.184Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml
2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:12:45.077Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:45.078Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:45.079Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917965076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T01:12:45.179Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:45.179Z||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-05-02T01:12:45.179Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:45.188Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:45.188Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:46.079Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env
2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:46.082Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:46.082Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917966079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-02T01:12:46.182Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:46.182Z||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-05-02T01:12:46.183Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:46.194Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:46.194Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar ASDC sendASDCNotification
2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar
2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:12:47.085Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:12:47.085Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917967082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:12:47.185Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:12:47.186Z||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-05-02T01:12:47.186Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:12:47.194Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:12:47.194Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:12:48.086Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef
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-05-02T01:12:48.093Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef
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-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-05-02T01:12:48.099Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T01:13:18.099Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef 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-05-02T01:13:18.103Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8383b47c-f45d-4590-b290-6cd61e6215ef and serviceModelVersionId: 6456a0ae-10a3-4366-b035-3ea4d38f22b6
2021-05-02T01:13:18.103Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b
2021-05-02T01:13:18.104Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0
2021-05-02T01:13:18.107Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T01:13:18.144Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?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-05-02T01:13:18.144Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|INFO|500||Invoke
2021-05-02T01:13:18.169Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T01:13:19.062Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|INFO|500||InvokeReturn
2021-05-02T01:13:19.062Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-01:13:18:173-46682], vertex-id=[188560], Content-Length=[0], Date=[Sun, 02 May 2021 01:13:18 GMT], Content-Type=[application/json]}
2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||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-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8383b47c-f45d-4590-b290-6cd61e6215ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:13:19.069Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:13:19.069Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917999067,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T01:13:19.169Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:13:19.170Z||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-05-02T01:13:19.170Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:19.180Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:13:19.181Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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-05-02T01:13:20.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:13:20.077Z||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-05-02T01:13:20.077Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:29.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:13:29.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:13:29.612Z||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-05-02T01:13:29.612Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:39.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:13:39.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:13:39.147Z||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-05-02T01:13:39.148Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:13:40.872Z||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-05-02T01:13:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:40.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917940510,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917941520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917954276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917958867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:13:48.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:13:48.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:13:48.680Z||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-05-02T01:13:48.681Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:13:58.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:14:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:14:40.871Z||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-05-02T01:14:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:14:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:14:40.872Z||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-05-02T01:14:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:14:41.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:14:41.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917961604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917962981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917964073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917965076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917966079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917967082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619917999067,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:14:50.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:15:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:15:40.871Z||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-05-02T01:15:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:15:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:15:40.872Z||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-05-02T01:15:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:15:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:15:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:16:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:16:40.871Z||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-05-02T01:16:40.871Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:16:50.401Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:16:50.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:17:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:17:40.874Z||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-05-02T01:17:40.874Z||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-05-02T01:17:40.874Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:40.874Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:41.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:41.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9a19144-7e50-4d9e-b7e5-aff9369a2853","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2ad7fd5a-a89f-434e-8934-ebed5e42d388","serviceDescription":"service","serviceInvariantUUID":"b25acec6-0e7d-41ba-b745-412541a528c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70d874f2-0322-4cf8-bac1-0e5b6d3f79e8","resourceInvariantUUID":"40d3190e-694f-4d92-b5fb-ea4a17c24e71","resourceCustomizationUUID":"cb36f986-2b7e-4a72-96c2-60584a95250c","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":"YWI4YmJhZWYxYWVjMWIxZDIxOTc0ODQ4ZmQ2MzUwZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"286ef6db-8146-4cd4-a98d-00bad806abb7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97c8b9ab-76fe-4f51-a7f7-52ba9fa05531","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T01:17:41.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "cds",
"timestamp": 1619918216272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "aai-ml",
"timestamp": 1619918216266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "ves-openapi-manager",
"timestamp": 1619918212163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619918215873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619918214774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "dcae-sch",
"timestamp": 1619918211848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "cds",
"timestamp": 1619918216272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "ves-openapi-manager",
"timestamp": 1619918212163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "aai-ml",
"timestamp": 1619918216266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619918214774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.501Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918260870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619918215873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "dcae-sch",
"timestamp": 1619918211848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "aai-ml",
"timestamp": 1619918222508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:41.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "cds",
"timestamp": 1619918222547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:41.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619918222601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:41.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "policy-id",
"timestamp": 1619918221998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "cds",
"timestamp": 1619918223554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T01:17:41.538Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853
2021-05-02T01:17:41.538Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:17:41.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "policy-id",
"timestamp": 1619918221998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619918224056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "policy-id",
"timestamp": 1619918224780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619918225060,
"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-05-02T01:17:41.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853
2021-05-02T01:17:41.547Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:17:41.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "aai-ml",
"timestamp": 1619918225408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "policy-id",
"timestamp": 1619918225784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "aai-ml",
"timestamp": 1619918226411,
"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-05-02T01:17:41.556Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853
2021-05-02T01:17:41.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:17:41.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "policy-id",
"timestamp": 1619918226788,
"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-05-02T01:17:41.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853
2021-05-02T01:17:41.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619918227710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619918227903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619918227710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619918227903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "clamp",
"timestamp": 1619918231585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "clamp",
"timestamp": 1619918231585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "clamp",
"timestamp": 1619918243233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "clamp",
"timestamp": 1619918244246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "clamp",
"timestamp": 1619918245248,
"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-05-02T01:17:41.576Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853
2021-05-02T01:17:41.576Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:17:41.601Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:17:41.601Z||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-05-02T01:17:41.601Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:41.608Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:41.609Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:17:42.501Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:17:42.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:17:42.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:17:42.505Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918260870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:17:42.605Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:17:42.605Z||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-05-02T01:17:42.606Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:42.614Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:42.614Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:17:43.506Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2ad7fd5a-a89f-434e-8934-ebed5e42d388",
"serviceDescription": "service",
"serviceInvariantUUID": "b25acec6-0e7d-41ba-b745-412541a528c8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cb36f986-2b7e-4a72-96c2-60584a95250c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "70d874f2-0322-4cf8-bac1-0e5b6d3f79e8",
"resourceInvariantUUID": "40d3190e-694f-4d92-b5fb-ea4a17c24e71",
"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": "MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97c8b9ab-76fe-4f51-a7f7-52ba9fa05531"
}
],
"workloadContext": "Production"
}
2021-05-02T01:17:43.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T01:17:43.506Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ad7fd5a-a89f-434e-8934-ebed5e42d388 ASDC
2021-05-02T01:17:43.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e9a19144-7e50-4d9e-b7e5-aff9369a2853
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2ad7fd5a-a89f-434e-8934-ebed5e42d388
ServiceInvariantUUID:b25acec6-0e7d-41ba-b745-412541a528c8
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:97c8b9ab-76fe-4f51-a7f7-52ba9fa05531
ArtifactChecksum:MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cb36f986-2b7e-4a72-96c2-60584a95250c
ResourceInvariantUUID:40d3190e-694f-4d92-b5fb-ea4a17c24e71
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:70d874f2-0322-4cf8-bac1-0e5b6d3f79e8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-02T01:17:43.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ad7fd5a-a89f-434e-8934-ebed5e42d388 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-05-02T01:17:43.525Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-02T01:17:43.697Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531 52217
2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-02T01:17:43.700Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:17:43.700Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:17:43.701Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:17:43.701Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918263699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:17:43.801Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:17:43.802Z||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-05-02T01:17:43.802Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:43.809Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:43.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:17:44.702Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:17:44.703Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:17:44.703Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:44.783Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10391992070414363846/Definitions/service-BasicNetwork-template.yml
2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2ad7fd5a-a89f-434e-8934-ebed5e42d388
Model Version:NULL
Model InvariantUuid:b25acec6-0e7d-41ba-b745-412541a528c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:40d3190e-694f-4d92-b5fb-ea4a17c24e71
Model UUID:0b7b5b78-8e00-4d08-8d16-6bcfcc5ce429
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cb36f986-2b7e-4a72-96c2-60584a95250c
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-05-02T01:17:45.123Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 70d874f2-0322-4cf8-bac1-0e5b6d3f79e8
2021-05-02T01:17:45.123Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||No resources found for Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388
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-05-02T01:17:45.126Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||
2021-05-02T01:17:45.126Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388
2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388
2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-05-02T01:17:45.130Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2ad7fd5a-a89f-434e-8934-ebed5e42d388: Generic NeutronNet
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-05-02T01:17:45.149Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||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-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:17:45.187Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:17:45.187Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918265185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T01:17:45.287Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:17:45.287Z||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-05-02T01:17:45.288Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:17:45.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:17:45.295Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:17:46.188Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853
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-05-02T01:17:46.195Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853
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-05-02T01:17:46.197Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T01:17:46.197Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T01:17:46.201Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T01:18:16.202Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 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-05-02T01:18:16.208Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 and serviceModelVersionId: 2ad7fd5a-a89f-434e-8934-ebed5e42d388
2021-05-02T01:18:16.208Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b25acec6-0e7d-41ba-b745-412541a528c8
2021-05-02T01:18:16.209Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0
2021-05-02T01:18:16.215Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T01:18:16.254Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|INFO|500||Invoke
2021-05-02T01:18:16.255Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71c7ba5d-ace0-4cab-8b30-0b1219dcc2bc], X-ECOMP-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], X-TransactionId=[], X-ONAP-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], Content-Type=[application/merge-patch+json]}
2021-05-02T01:18:16.274Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T01:18:16.861Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?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/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:18:16:278-7440], vertex-id=[376864], Content-Length=[0], Date=[Sun, 02 May 2021 01:18:16 GMT], Content-Type=[application/json]}
2021-05-02T01:18:16.862Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-02T01:18:16.862Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|INFO|500||InvokeReturn
2021-05-02T01:18:16.863Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T01:18:16.863Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||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-05-02T01:18:16.866Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-02T01:18:16.866Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9a19144-7e50-4d9e-b7e5-aff9369a2853 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T01:18:16.867Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T01:18:16.867Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:16.868Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:16.869Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918296866,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T01:18:16.969Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:16.969Z||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-05-02T01:18:16.969Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:16.980Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:16.981Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 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-05-02T01:18:40.870Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:18:40.871Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|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-05-02T01:18:40.871Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T01:18:40.872Z||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-05-02T01:18:40.872Z||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 UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:40.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:40.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-02T01:18:40.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918260870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:40.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-02T01:18:41.487Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:41.488Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T01:18:41.488Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"df4b06fa-666f-42a8-be21-a95ef98088bb","serviceName":"Demo_pNF_MaCdfRXAJYmvZpK2QvUD","serviceVersion":"1.0","serviceUUID":"63848853-31b6-49cd-ae71-71a44819dfc2","serviceDescription":"catalog service description","serviceInvariantUUID":"148140fd-0c36-4e72-b157-85712647ced0","resources":[{"resourceInstanceName":"pNF 27ad2859-2069 0","resourceName":"pNF 27ad2859-2069","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"286ee129-e48b-4060-a7d1-1c9de9851c9b","resourceInvariantUUID":"a1bd2a5e-e776-411c-8558-2a39182921da","resourceCustomizationUUID":"8ce51df8-0b60-49b1-9e5c-9c313a04e46c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml","artifactChecksum":"ODE1OWZlYWUzMjFjNDRiNmU0NzM3OGI4ZDFhYjQ1OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84ea5c14-b367-4279-952c-3f9244877c69","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5479566c-b417-4f4a-bc03-6f4f93e06373","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89c11495-1ae8-44c8-80a7-2f34fee41f2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml","artifactChecksum":"NGY1Y2QyNDAxNzQ3YTkxOGVjMDQ3NDExNDRlY2FiMzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f635af4-2741-488b-a090-2c88a85be687","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da1daca1-a3f7-445e-82b6-9377e82f82cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c109027b-6e0d-4eff-a1b4-0c6eae61419f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMacdfrxajymvzpk2qvud-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml","artifactChecksum":"ZDM5NTk5OTZmMjQzN2EyOTMzM2ZlMWM2NzljZGNlOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87be4ddc-7fa9-491a-a624-3edd46679fa7","artifactVersion":"1"},{"artifactName":"service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar","artifactChecksum":"NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55019465-c005-47ac-b602-3005bbc01b16","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T01:18:41.490Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:41.490Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:41.491Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:41.492Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:41.592Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:41.592Z||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-05-02T01:18:41.593Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:41.601Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:41.601Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:42.492Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:42.493Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:42.494Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:42.494Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:42.595Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:42.595Z||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-05-02T01:18:42.595Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:42.603Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:42.603Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:43.495Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:43.496Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:43.497Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:43.497Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:43.598Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:43.598Z||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-05-02T01:18:43.599Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:43.606Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:43.606Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:44.498Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:44.498Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:44.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:44.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:44.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:44.601Z||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-05-02T01:18:44.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:44.609Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:44.610Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:45.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:45.501Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:45.502Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:45.502Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:45.603Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-02T01:18:45.603Z||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-05-02T01:18:45.604Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:45.613Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:45.613Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:46.503Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:46.503Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:46.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:46.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:46.605Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:46.606Z||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-05-02T01:18:46.606Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:46.613Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:46.614Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:47.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:47.506Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:47.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:47.508Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T01:18:47.608Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:47.609Z||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-05-02T01:18:47.609Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:47.620Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:47.621Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:48.508Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T01:18:48.509Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:48.510Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:48.510Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918320870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T01:18:48.610Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:48.611Z||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-05-02T01:18:48.611Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:48.620Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:48.620Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"serviceName": "Demo_pNF_MaCdfRXAJYmvZpK2QvUD",
"serviceVersion": "1.0",
"serviceUUID": "63848853-31b6-49cd-ae71-71a44819dfc2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "148140fd-0c36-4e72-b157-85712647ced0",
"resources": [
{
"resourceInstanceName": "pNF 27ad2859-2069 0",
"resourceCustomizationUUID": "8ce51df8-0b60-49b1-9e5c-9c313a04e46c",
"resourceName": "pNF 27ad2859-2069",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "286ee129-e48b-4060-a7d1-1c9de9851c9b",
"resourceInvariantUUID": "a1bd2a5e-e776-411c-8558-2a39182921da",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar",
"artifactChecksum": "NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55019465-c005-47ac-b602-3005bbc01b16"
}
],
"workloadContext": "Production"
}
2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63848853-31b6-49cd-ae71-71a44819dfc2 ASDC
2021-05-02T01:18:49.512Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df4b06fa-666f-42a8-be21-a95ef98088bb
ServiceName:Demo_pNF_MaCdfRXAJYmvZpK2QvUD
ServiceVersion:1.0
ServiceUUID:63848853-31b6-49cd-ae71-71a44819dfc2
ServiceInvariantUUID:148140fd-0c36-4e72-b157-85712647ced0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
ArtifactUUID:55019465-c005-47ac-b602-3005bbc01b16
ArtifactChecksum:NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 27ad2859-2069 0
ResourceCustomizationUUID:8ce51df8-0b60-49b1-9e5c-9c313a04e46c
ResourceInvariantUUID:a1bd2a5e-e776-411c-8558-2a39182921da
ResourceName:pNF 27ad2859-2069
ResourceType:PNF
ResourceUUID:286ee129-e48b-4060-a7d1-1c9de9851c9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-02T01:18:49.512Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63848853-31b6-49cd-ae71-71a44819dfc2 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-05-02T01:18:49.529Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:18:49.529Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55019465-c005-47ac-b602-3005bbc01b16 from URL: /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:49.870Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 55019465-c005-47ac-b602-3005bbc01b16 83321
2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar ASDC sendASDCNotification
2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:49.874Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T01:18:49.874Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-02T01:18:49.875Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T01:18:49.876Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619918329873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T01:18:49.976Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T01:18:49.976Z||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-05-02T01:18:49.977Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ...
2021-05-02T01:18:49.983Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T01:18:49.984Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-02T01:18:50.876Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55019465-c005-47ac-b602-3005bbc01b16, URL: /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar to file: /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:50.878Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:50.957Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3762128731823543077/Definitions/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27ad2859-2069 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27ad2859-2069 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-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Node template pNF 27ad2859-2069 0 is matching search criteria
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 27ad2859-2069 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Node template pNF 27ad2859-2069 0 is matching search criteria
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 27ad2859-2069 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_MaCdfRXAJYmvZpK2QvUD
Description:catalog service description
Model UUID:63848853-31b6-49cd-ae71-71a44819dfc2
Model Version:NULL
Model InvariantUuid:148140fd-0c36-4e72-b157-85712647ced0
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-05-02T01:18:51.511Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 286ee129-e48b-4060-a7d1-1c9de9851c9b
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-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||pNF 27ad2859-2069 0
2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 286ee129-e48b-4060-a7d1-1c9de9851c9b
2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 63848853-31b6-49cd-ae71-71a44819dfc2
2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 63848853-31b6-49cd-ae71-71a44819dfc2
2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 27ad2859-2069 0 286ee129-e48b-4060-a7d1-1c9de9851c9b 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-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 63848853-31b6-49cd-ae71-71a44819dfc2: pNF 27ad2859-2069
2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Processing PNF resource: 286ee129-e48b-4060-a7d1-1c9de9851c9b
2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery