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-05T00:25:58.099Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-mtvlj with PID 14 (/app/app.jar started by so in /app)
2021-05-05T00:25:58.104Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-05T00:25:58.104Z||main|||||INFO|500||The following profiles are active: basic
2021-05-05T00:26:04.580Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-05T00:26:04.580Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-05T00:26:04.699Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-05T00:26:06.022Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-05T00:26:06.241Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-05T00:26:06.571Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-05T00:26:06.578Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-05T00:26:06.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-05T00:26:06.767Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-05T00:26:07.148Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-05T00:26:07.808Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-05T00:26:09.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-05T00:26:09.876Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-05T00:26:10.153Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-05T00:26:10.303Z||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-05T00:26:11.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-05T00:26:12.203Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-05T00:26:12.221Z||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$$4d2c999b.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-05T00:26:12.221Z||main|||||WARN|500||The sdc end point is not alive
2021-05-05T00:26:14.433Z||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-05T00:26:16.621Z||main|||||WARN|500||---
2021-05-05T00:26:16.621Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-05T00:26:16.621Z||main|||||WARN|500||---
2021-05-05T00:26:16.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-05T00:26:19.808Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-05T00:26:19.810Z||main|||||INFO|500||Started Application in 23.555 seconds (JVM running for 24.665)
2021-05-05T00:26:19.811Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-05T00:26:19.824Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-05T00:26:19.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-05T00:26:19.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbc251b-45a3-4f16-802e-259b9885bc55 url= /sdc/v1/artifactTypes
2021-05-05T00:26:19.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-05T00:26:21.070Z||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.5.197] 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-05T00:26:21.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30255bdf
2021-05-05T00:26:21.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-05T00:26:21.086Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-05T00:26:21.088Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-05T00:26:21.090Z||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-05T00:27:09.802Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-05T00:27:09.802Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-05T00:27:09.803Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-05T00:27:09.806Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-05T00:27:09.813Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f60ac3b4-8b20-4ee6-bfa1-e4f130ed9b0c url= /sdc/v1/artifactTypes
2021-05-05T00:27:09.814Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-05T00:27:10.258Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-05T00:27:10.264Z||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-05T00:27:10.284Z||scheduling-1|||||DEBUG|500||create keys
2021-05-05T00:27:10.291Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-05T00:27:10.336Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:27:10.398Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7f716020-7834-4fdf-ab73-c4638b1ce3fd url= /sdc/v1/registerForDistribution
2021-05-05T00:27:10.714Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7f716020-7834-4fdf-ab73-c4638b1ce3fd url= /sdc/v1/registerForDistribution
2021-05-05T00:27:10.715Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-05T00:27:10.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:27:10.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:27:10.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-05T00:27:10.734Z||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-05T00:27:10.734Z||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-05T00:27:10.734Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:27:10.734Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:27:20.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:27:20.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:28:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:28:10.725Z||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-05T00:28:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:28:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:28:10.727Z||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-05T00:28:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:28:20.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:28:20.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:29:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:29:10.725Z||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-05T00:29:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:29:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:29:10.727Z||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-05T00:29:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:29:20.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:29:20.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:30:10.724Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:30:10.725Z||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-05T00:30:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:30:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:30:10.726Z||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-05T00:30:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:30:20.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:30:20.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:31:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:31:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:31:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:31:10.726Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:31:10.727Z||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-05T00:31:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:31:20.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:31:20.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:32:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:32:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:32:10.725Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:32:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:32:10.726Z||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-05T00:32:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:32:20.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:32:20.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:33:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:33:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:33:10.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:33:10.725Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:33:10.726Z||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-05T00:33:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:33:20.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:33:20.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:34:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:34:10.724Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:34:10.725Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:34:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:34:10.727Z||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-05T00:34:10.728Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:34:20.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:34:20.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:35:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:35:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:35:10.725Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:35:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:35:10.726Z||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-05T00:35:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:35:20.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:35:20.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:36:10.724Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:36:10.725Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T00:36:10.725Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T00:36:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:36:10.726Z||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-05T00:36:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:36:20.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:36:20.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:36:45.366Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-05T00:37:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:37:10.725Z||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-05T00:37:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:37:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:37:10.727Z||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-05T00:37:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:37:20.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:37:20.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:38:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:38:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:38:10.725Z||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-05T00:38:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:38:10.726Z||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-05T00:38:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:38:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:38:20.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:39:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:39:10.725Z||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-05T00:39:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:39:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:39:10.727Z||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-05T00:39:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:39:20.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:39:20.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:40:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:40:10.725Z||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-05T00:40:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:40:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:40:10.726Z||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-05T00:40:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:40:20.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:40:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:41:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:41:10.725Z||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-05T00:41:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:41:10.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:41:10.726Z||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-05T00:41:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:41:20.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:41:20.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:42:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:42:10.725Z||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-05T00:42:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:42:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:42:10.727Z||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-05T00:42:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:42:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:42:20.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:43:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:43:10.725Z||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-05T00:43:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:43:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:43:10.726Z||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-05T00:43:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:43:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:43:20.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:44:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:44:10.725Z||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-05T00:44:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:44:10.725Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:44:10.726Z||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-05T00:44:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:44:20.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:44:20.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:45:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:45:10.725Z||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-05T00:45:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:45:10.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:45:10.726Z||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-05T00:45:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:45:20.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:45:20.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:46:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:46:10.725Z||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-05T00:46:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:46:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:46:10.726Z||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-05T00:46:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:46:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:46:20.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:47:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:47:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:47:10.726Z||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-05T00:47:10.726Z||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-05T00:47:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:47:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:47:20.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:47:20.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:48:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:48:10.725Z||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-05T00:48:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:48:10.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:48:10.726Z||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-05T00:48:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:48:20.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:48:20.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:49:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:49:10.725Z||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-05T00:49:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:49:10.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:49:10.726Z||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-05T00:49:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:49:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:49:20.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:50:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:50:10.725Z||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-05T00:50:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:50:10.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:50:10.726Z||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-05T00:50:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:50:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:50:20.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:51:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:51:10.725Z||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-05T00:51:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:51:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:51:10.726Z||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-05T00:51:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:51:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:51:20.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:52:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:52:10.725Z||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-05T00:52:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:52:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:52:10.726Z||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-05T00:52:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:52:20.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:52:20.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:53:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:53:10.724Z||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-05T00:53:10.724Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:53:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:53:10.726Z||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-05T00:53:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:53:20.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:53:20.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:54:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:54:10.725Z||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-05T00:54:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:54:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:54:10.726Z||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-05T00:54:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:54:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:54:20.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:55:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:55:10.725Z||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-05T00:55:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:55:10.725Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:55:10.726Z||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-05T00:55:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:55:20.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:55:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:55:45.274Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@e1fcb05 ((conn=724) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-05-05T00:55:45.276Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@66292313 ((conn=725) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-05-05T00:55:45.278Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3fdb25d9 ((conn=728) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-05-05T00:56:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:56:10.725Z||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-05T00:56:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:56:10.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:56:10.726Z||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-05T00:56:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:56:20.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:56:20.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:57:10.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:57:10.725Z||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-05T00:57:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:57:10.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:57:10.726Z||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-05T00:57:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:57:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:57:20.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:58:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:58:10.724Z||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-05T00:58:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:58:10.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:58:10.727Z||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-05T00:58:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:58:20.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:58:20.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:59:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:59:10.725Z||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-05T00:59:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:59:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T00:59:10.726Z||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-05T00:59:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T00:59:20.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T00:59:20.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:00:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:00:10.725Z||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-05T01:00:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:00:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:00:10.726Z||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-05T01:00:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:00:20.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:00:20.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:01:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:01:10.725Z||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-05T01:01:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:01:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:01:10.726Z||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-05T01:01:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:01:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:01:20.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:02:10.724Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:02:10.725Z||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-05T01:02:10.725Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:02:10.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:02:10.726Z||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-05T01:02:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:02:20.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:02:20.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:03:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:03:10.724Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:03:10.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:03:10.725Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:03:10.727Z||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-05T01:03:10.728Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:03:20.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:03:20.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:04:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:04:10.724Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:04:10.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:04:10.725Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:04:10.726Z||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-05T01:04:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:04:20.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:04:20.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:05:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:05:10.724Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:05:10.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:05:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:05:10.726Z||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-05T01:05:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:05:20.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:05:20.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:06:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:06:10.725Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:06:10.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:06:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:06:10.726Z||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-05T01:06:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:06:20.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:06:20.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:07:10.724Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:07:10.725Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:07:10.725Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:07:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:07:10.726Z||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-05T01:07:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:07:20.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:07:20.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:10.724Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:08:10.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:08:10.724Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:08:10.727Z||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-05T01:08:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:10.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:10.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176864364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176867262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176869987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "dcae-sch",
"timestamp": 1620176862864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176863560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176870580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176871985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176879251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176879305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176879324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176879475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176879998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176880332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:10.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "cds",
"timestamp": 1620176880488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-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-05T01:08:11.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:08:11.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176880632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "policy-id",
"timestamp": 1620176881336,
"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-05T01:08:11.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:08:11.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176874784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176881565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:08:11.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176882133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176883152,
"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-05T01:08:11.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:08:11.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:08:11.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176883157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176884159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176884251,
"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-05T01:08:11.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:08:11.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:08:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176885255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176880474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176880818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176888654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176889322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:11.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:08:11.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:11.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-05T01:08:11.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29f13870-bf62-4e46-b7c0-88fec898ca7e","serviceName":"vFW 2021-05-05 01-04-50","serviceVersion":"1.0","serviceUUID":"8a016b72-4627-487a-80f3-541e4b8cc7bf","serviceDescription":"catalog service description","serviceInvariantUUID":"30aa2469-c010-445a-ade9-67ad3996a390","resources":[{"resourceInstanceName":"vFW e430c76f-7fa6 0","resourceName":"vFW e430c76f-7fa6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cba27fa3-d873-4d54-8400-5910e45b907c","resourceInvariantUUID":"1b3d7f99-3c70-4576-8968-a8f38985d79d","resourceCustomizationUUID":"1ff1e882-e2e5-4f8a-b714-6d2e855437f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml","artifactChecksum":"YzljYjMwNTkwYWQ2YzFlMTM4Mjc4YWE4M2M3MTViN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"422d46bf-7e4c-4550-94cc-597f0256ec7b","artifactVersion":"1"},{"artifactName":"vfwe430c76f7fa60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json","artifactChecksum":"NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5e18aaa-6719-40e3-9b9a-af28d60b8174","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml","artifactChecksum":"MmVhOThkNzlmOTRiNTJkZTFiYzhiNDU1ZWI4YTRhNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d72f1ab-bc71-4a32-9f5f-7c7ad184dd77","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34a637fe-20f3-46c2-8d06-308f53348cdc","artifactVersion":"2","generatedFromUUID":"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210505010450-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml","artifactChecksum":"OTlhMjU3NGJmNzNiOWI0NTgyNGVkYWQxMjJhYjY0ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d13dd558-dcac-4549-b587-95db2c83fe6b","artifactVersion":"1"},{"artifactName":"service-Vfw20210505010450-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar","artifactChecksum":"YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58e6afe2-a948-4442-aedc-10645824b056","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-05T01:08:11.358Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:11.365Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:11.374Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:11.375Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:11.475Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-05T01:08:11.481Z||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-05T01:08:11.481Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:11.493Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:11.493Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:12.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:12.380Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:12.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:12.382Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:08:12.482Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:12.483Z||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-05T01:08:12.483Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:12.491Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:12.492Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:13.382Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:13.383Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:13.386Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:13.386Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:08:13.486Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:13.487Z||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-05T01:08:13.487Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:13.494Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:13.494Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:14.386Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:14.387Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:14.389Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:14.389Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:14.489Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:14.490Z||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-05T01:08:14.491Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:14.498Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:14.498Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:15.390Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:15.391Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:15.393Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:15.393Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-05T01:08:15.493Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:15.494Z||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-05T01:08:15.495Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:15.503Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:15.503Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:16.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:16.395Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:16.396Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:16.397Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:08:16.497Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:16.497Z||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-05T01:08:16.498Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:16.506Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:16.506Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:17.397Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:08:17.398Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:17.400Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:17.400Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:08:17.501Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:17.501Z||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-05T01:08:17.502Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:17.510Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:17.511Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:18.402Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"serviceName": "vFW 2021-05-05 01-04-50",
"serviceVersion": "1.0",
"serviceUUID": "8a016b72-4627-487a-80f3-541e4b8cc7bf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30aa2469-c010-445a-ade9-67ad3996a390",
"resources": [
{
"resourceInstanceName": "vFW e430c76f-7fa6 0",
"resourceCustomizationUUID": "1ff1e882-e2e5-4f8a-b714-6d2e855437f5",
"resourceName": "vFW e430c76f-7fa6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cba27fa3-d873-4d54-8400-5910e45b907c",
"resourceInvariantUUID": "1b3d7f99-3c70-4576-8968-a8f38985d79d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe430c76f7fa60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"artifactChecksum": "NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b5e18aaa-6719-40e3-9b9a-af28d60b8174",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34a637fe-20f3-46c2-8d06-308f53348cdc",
"generatedFromUUID": "743b5c37-f2b4-4742-9a1d-14dfecc4cfdb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34a637fe-20f3-46c2-8d06-308f53348cdc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210505010450-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"artifactChecksum": "YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58e6afe2-a948-4442-aedc-10645824b056"
}
],
"workloadContext": "Production"
}
2021-05-05T01:08:18.403Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-05T01:08:18.403Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a016b72-4627-487a-80f3-541e4b8cc7bf ASDC
2021-05-05T01:08:18.482Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:29f13870-bf62-4e46-b7c0-88fec898ca7e
ServiceName:vFW 2021-05-05 01-04-50
ServiceVersion:1.0
ServiceUUID:8a016b72-4627-487a-80f3-541e4b8cc7bf
ServiceInvariantUUID:30aa2469-c010-445a-ade9-67ad3996a390
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210505010450-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar
ArtifactUUID:58e6afe2-a948-4442-aedc-10645824b056
ArtifactChecksum:YjNlZGY5OTY2MGJkZjQ3NGFkZDYwOGI0YTdlMjNiNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e430c76f-7fa6 0
ResourceCustomizationUUID:1ff1e882-e2e5-4f8a-b714-6d2e855437f5
ResourceInvariantUUID:1b3d7f99-3c70-4576-8968-a8f38985d79d
ResourceName:vFW e430c76f-7fa6
ResourceType:VF
ResourceUUID:cba27fa3-d873-4d54-8400-5910e45b907c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe430c76f7fa60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json
ArtifactUUID:b5e18aaa-6719-40e3-9b9a-af28d60b8174
ArtifactChecksum:NDJmMTZhM2U3YTM4NjM0OGE0YjUwOGJhZTY0ZTE1Y2Q=
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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml
ArtifactUUID:743b5c37-f2b4-4742-9a1d-14dfecc4cfdb
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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
ArtifactUUID:34a637fe-20f3-46c2-8d06-308f53348cdc
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/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
ArtifactUUID:34a637fe-20f3-46c2-8d06-308f53348cdc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-05T01:08:18.483Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a016b72-4627-487a-80f3-541e4b8cc7bf 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-05T01:08:18.524Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:08:18.525Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58e6afe2-a948-4442-aedc-10645824b056 from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:18.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-05T01:08:18.528Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:19.206Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar 58e6afe2-a948-4442-aedc-10645824b056 110022
2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar ASDC sendASDCNotification
2021-05-05T01:08:19.223Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:19.224Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:08:19.225Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:19.226Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:19.226Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176899223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:19.327Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:19.328Z||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-05T01:08:19.328Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:19.335Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:19.335Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:20.227Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:08:20.228Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-05T01:08:20.229Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 58e6afe2-a948-4442-aedc-10645824b056, URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar to file: /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:20.230Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210505010450-csar.csar
2021-05-05T01:08:20.349Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:20.349Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:20.904Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5763910530932440079/Definitions/service-Vfw20210505010450-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-05T01:08:23.827Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-05T01:08:23.850Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.851Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e430c76f-7fa6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e430c76f-7fa6 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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.852Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-Vfw20210505010450-csar.csar
2021-05-05T01:08:23.853Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-05T01:08:23.859Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.860Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.863Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:23.864Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-05T01:08:23.865Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:08:23.866Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-05T01:08:23.867Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:08:23.868Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.868Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:23.871Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.872Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.873Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-05T01:08:23.874Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.875Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-05T01:08:23.875Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.876Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:23.877Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-05T01:08:23.878Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.879Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=303942ee-58c3-441d-932c-7781e85f69fa
2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.880Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.881Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-05T01:08:23.882Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad
2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:23.883Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-05T01:08:23.884Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-05T01:08:23.885Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=797fae1a-72bc-4cba-9555-e9c772a4971a
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.886Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:23.887Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-05 01-04-50
Description:catalog service description
Model UUID:8a016b72-4627-487a-80f3-541e4b8cc7bf
Model Version:NULL
Model InvariantUuid:30aa2469-c010-445a-ade9-67ad3996a390
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e430c76f-7fa6
Model UUID:bff2a0e4-e5ef-46a6-9dd1-2b32b94ea6af
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b3d7f99-3c70-4576-8968-a8f38985d79d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1ff1e882-e2e5-4f8a-b714-6d2e855437f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0075af08-190a-4c45-bc63-8ea44538e782
ModelName:VfwE430c76f7fa6..base_vfw..module-0
ModelUuid:b6dd6daf-deb0-4415-a43b-3d4a497e8cab
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:303942ee-58c3-441d-932c-7781e85f69fa
ModelInvariantUuid:e7013926-6af1-4aa3-bb93-9060aea2b712
ModelName:vFW e430c76f-7fa6-nodes.vfwCvfc
ModelUuid:ec862bb8-5405-4f82-b00d-5f9cc42ba150
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:aedd7b0d-0913-494e-aaad-7eb8844c10f3
ModelInvariantUuid:7a03ee5d-bb59-4f4c-bd18-757da4958c6d
ModelName:VfwE430c76f7fa6.compute.nodes.heat.vfw
ModelUuid:90fb6308-1516-484e-9060-f2fba557e829
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad
ModelInvariantUuid:0a48df86-8324-4aec-8b0c-e4f1f116377f
ModelName:vFW e430c76f-7fa6-nodes.vsnCvfc
ModelUuid:89e17178-8bc0-4035-a47c-a09ea094b4c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:949dc3b2-e90f-4a74-91f9-e0710c247bf3
ModelInvariantUuid:912693e4-7190-4be1-a0d9-20ad15c0c5a8
ModelName:VfwE430c76f7fa6.compute.nodes.heat.vsn
ModelUuid:ddb163c8-3ce8-480a-95e5-28d8bdcc599e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:797fae1a-72bc-4cba-9555-e9c772a4971a
ModelInvariantUuid:dda376b6-132b-4d78-979a-bbfbd2aa3cef
ModelName:vFW e430c76f-7fa6-nodes.vpgCvfc
ModelUuid:ed7137ac-f1b2-414e-9f00-624e2b23b77f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a6874ded-0dc8-4f54-b2d4-e5a46dba7914
ModelInvariantUuid:e8a188f1-a4db-438b-8cdd-34660d3877dd
ModelName:VfwE430c76f7fa6.compute.nodes.heat.vpg
ModelUuid:ed6296a7-dec1-44c9-9f22-630a3e6afdb3
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-05T01:08:23.982Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cba27fa3-d873-4d54-8400-5910e45b907c
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-05T01:08:24.074Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||vFW e430c76f-7fa6 0
2021-05-05T01:08:24.080Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cba27fa3-d873-4d54-8400-5910e45b907c
2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b5e18aaa-6719-40e3-9b9a-af28d60b8174 from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json
2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-05T01:08:24.081Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json
2021-05-05T01:08:25.001Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json b5e18aaa-6719-40e3-9b9a-af28d60b8174 785
2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json ASDC sendASDCNotification
2021-05-05T01:08:25.002Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json
2021-05-05T01:08:25.003Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:08:25.003Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:25.005Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:25.005Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176905002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:25.105Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:25.106Z||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-05T01:08:25.106Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:25.126Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:25.126Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:26.007Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE430c76f7fa6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0075af08-190a-4c45-bc63-8ea44538e782",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6dd6daf-deb0-4415-a43b-3d4a497e8cab",
"vfModuleModelCustomizationUUID": "bd5630f1-a616-45a5-b80c-316fb6d752da",
"isBase": true,
"artifacts": [
"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb",
"34a637fe-20f3-46c2-8d06-308f53348cdc"
],
"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-05T01:08:26.031Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE430c76f7fa6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6dd6daf-deb0-4415-a43b-3d4a497e8cab
VfModuleModelInvariantUUID:0075af08-190a-4c45-bc63-8ea44538e782
VfModuleModelDescription:NULL
Artifacts UUID List:{
743b5c37-f2b4-4742-9a1d-14dfecc4cfdb
,
34a637fe-20f3-46c2-8d06-308f53348cdc
}
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-05T01:08:26.034Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE430c76f7fa6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0075af08-190a-4c45-bc63-8ea44538e782",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6dd6daf-deb0-4415-a43b-3d4a497e8cab",
"vfModuleModelCustomizationUUID": "bd5630f1-a616-45a5-b80c-316fb6d752da",
"isBase": true,
"artifacts": [
"743b5c37-f2b4-4742-9a1d-14dfecc4cfdb",
"34a637fe-20f3-46c2-8d06-308f53348cdc"
],
"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-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE430c76f7fa6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6dd6daf-deb0-4415-a43b-3d4a497e8cab
VfModuleModelInvariantUUID:0075af08-190a-4c45-bc63-8ea44538e782
VfModuleModelDescription:NULL
Artifacts UUID List:{
743b5c37-f2b4-4742-9a1d-14dfecc4cfdb
,
34a637fe-20f3-46c2-8d06-308f53348cdc
}
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-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml
2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-05T01:08:26.035Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml
2021-05-05T01:08:26.525Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-05T01:08:26.526Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml 743b5c37-f2b4-4742-9a1d-14dfecc4cfdb 20368
2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml
2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:08:26.527Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:26.530Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:26.530Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176906527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:26.630Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:26.631Z||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-05T01:08:26.631Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:26.639Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:26.639Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34a637fe-20f3-46c2-8d06-308f53348cdc from URL: /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-05T01:08:27.531Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
2021-05-05T01:08:28.598Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env 34a637fe-20f3-46c2-8d06-308f53348cdc 2098
2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
2021-05-05T01:08:28.599Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:08:28.600Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:28.602Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:28.602Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176908599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:08:28.702Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:28.703Z||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-05T01:08:28.703Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:28.709Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:28.709Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:29.603Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8a016b72-4627-487a-80f3-541e4b8cc7bf
2021-05-05T01:08:29.604Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e430c76f-7fa6 0 cba27fa3-d873-4d54-8400-5910e45b907c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-05T01:08:29.685Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.685Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1ff1e882-e2e5-4f8a-b714-6d2e855437f5
2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 matches Tosca VF Customization UUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5
2021-05-05T01:08:29.686Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1ff1e882-e2e5-4f8a-b714-6d2e855437f5 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-05T01:08:29.697Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.697Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.698Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1ff1e882-e2e5-4f8a-b714-6d2e855437f5: {\"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-05T01:08:29.698Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69ea2b99
2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-05T01:08:29.699Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd5630f1-a616-45a5-b80c-316fb6d752da
2021-05-05T01:08:29.700Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd5630f1-a616-45a5-b80c-316fb6d752da
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-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:29.708Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:29.709Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-05T01:08:29.710Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.711Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=303942ee-58c3-441d-932c-7781e85f69fa
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-05T01:08:29.723Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.723Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:29.724Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.725Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-05T01:08:29.726Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.727Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04a1ce3c-f6c6-4ef5-9e9e-9800c9e5dbad
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-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.729Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is not matching search criteria
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-05T01:08:29.731Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-05T01:08:29.732Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=797fae1a-72bc-4cba-9555-e9c772a4971a
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-05T01:08:29.734Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:08:29.735Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.736Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Node template vFW e430c76f-7fa6 0 is matching search criteria
2021-05-05T01:08:29.736Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e430c76f-7fa6 0] matching following query criteria: sdcType=VF, customizationUUID=1ff1e882-e2e5-4f8a-b714-6d2e855437f5
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-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.739Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8a016b72-4627-487a-80f3-541e4b8cc7bf: vFW e430c76f-7fa6
2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.740Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.741Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-05-05 01-04-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:08:29.742Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-05-05 01-04-50
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-05T01:08:30.047Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e430c76f-7fa6 cba27fa3-d873-4d54-8400-5910e45b907c 1 ASDC deployResourceStructure
2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json ASDC sendASDCNotification
2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json
2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:08:30.048Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:30.050Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:30.050Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176910048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:30.150Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:30.151Z||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-05T01:08:30.151Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:30.158Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:30.159Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:08:31.051Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml
2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:08:31.052Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:31.054Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:31.055Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176911051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:31.155Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:31.156Z||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-05T01:08:31.156Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:31.163Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:31.164Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env
2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:08:32.056Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:32.059Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:32.059Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176912055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:32.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:32.160Z||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-05T01:08:32.161Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:32.167Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:32.168Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar ASDC sendASDCNotification
2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar
2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:08:33.061Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:08:33.063Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:08:33.063Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176913061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:08:33.163Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:08:33.164Z||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-05T01:08:33.164Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:08:33.171Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:08:33.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:08:34.064Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:08:34.079Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:08:34.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:09:04.082Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:09:04.094Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:09:04.097Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:09:04.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:09:04.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:09:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:09:10.726Z||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-05T01:09:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:09:10.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:09:10.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:09:10.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176890684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:09:10.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:09:34.098Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:09:34.107Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:09:34.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:10:04.110Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:10:04.120Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:10:04.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:10:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:10:10.727Z||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-05T01:10:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:10:10.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:10:10.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176892675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176893482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176893675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176893692,
"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-05T01:10:10.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:10:10.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176894483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176894533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176894679,
"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-05T01:10:10.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:10:10.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:10:10.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176894698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-05T01:10:10.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "aai-ml",
"timestamp": 1620176895488,
"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-05T01:10:10.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:10:10.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:10:10.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "clamp",
"timestamp": 1620176895536,
"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-05T01:10:10.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29f13870-bf62-4e46-b7c0-88fec898ca7e
2021-05-05T01:10:10.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:10:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176890724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176899223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176905002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176906527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176908599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:10:10.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176910048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/vfwe430c76f7fa60_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176911051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176912055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/resourceInstances/vfwe430c76f7fa60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620176913061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210505010450/1.0/artifacts/service-Vfw20210505010450-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:10:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:10.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:10:10.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:10:10.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:10:34.122Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:10:34.132Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e
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-05T01:10:34.136Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:10:34.136Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:10:34.137Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-05T01:10:34.142Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-05T01:11:04.142Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e 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-05T01:11:04.150Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29f13870-bf62-4e46-b7c0-88fec898ca7e and serviceModelVersionId: 8a016b72-4627-487a-80f3-541e4b8cc7bf
2021-05-05T01:11:04.150Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30aa2469-c010-445a-ade9-67ad3996a390
2021-05-05T01:11:10.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:11:10.726Z||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-05T01:11:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:10.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:10.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-05T01:11:10.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:11:10.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-05T01:11:11.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0
2021-05-05T01:11:11.961Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-05T01:11:12.362Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?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-05T01:11:12.366Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|INFO|500||Invoke
2021-05-05T01:11:12.493Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0|INFO|500||InvokeReturn
2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30aa2469-c010-445a-ade9-67ad3996a390/model-vers/model-ver/8a016b72-4627-487a-80f3-541e4b8cc7bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:11:12:499-75013], vertex-id=[192736], Content-Length=[0], Date=[Wed, 05 May 2021 01:11:12 GMT], Content-Type=[application/json]}
2021-05-05T01:11:12.800Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-05-05T01:11:12.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-05T01:11:12.803Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-05T01:11:12.807Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||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-05T01:11:12.813Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29f13870-bf62-4e46-b7c0-88fec898ca7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-05T01:11:12.814Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-05T01:11:12.814Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:12.815Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:12.815Z|29f13870-bf62-4e46-b7c0-88fec898ca7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177072813,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-05T01:11:12.916Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:12.917Z||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-05T01:11:12.917Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:12.924Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:12.925Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-05T01:11:13.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:11:13.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:11:13.834Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:18.153Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:18.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-05T01:11:18.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c89eb62f-d405-4fd9-b8df-015f3c0cc064","serviceName":"basic_onboard_pBuHvC","serviceVersion":"1.0","serviceUUID":"0669cdcb-22e4-4d3e-a105-ea783d51f8b5","serviceDescription":"service","serviceInvariantUUID":"061ca4ba-b879-4d37-bf72-8cbf6e81c7ab","resources":[{"resourceInstanceName":"basic_onboard_pBuHvC 0","resourceName":"basic_onboard_pBuHvC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80f45927-2a1c-4c1d-9bd2-91a473957b89","resourceInvariantUUID":"cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c","resourceCustomizationUUID":"b22ab7d6-360d-4c0e-bcf0-4b4819c5f247","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml","artifactChecksum":"MzAzNTVkYjdjZTg1YmY0MWQ2YzQxNTU0ZDcyMTRmY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb3f92dc-8e08-48dd-8627-a4e60402c1fb","artifactVersion":"1"},{"artifactName":"basic_onboard_pbuhvc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json","artifactChecksum":"NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbeb2e2c-b7d3-4102-8445-edf115af3725","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42e2f20b-45b3-4c03-8166-d7760308302f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"660d2e41-75ee-46fc-89a2-f123ac45be6d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"733a45d2-4803-42cd-835f-ff2f6dca017b","artifactVersion":"2","generatedFromUUID":"42e2f20b-45b3-4c03-8166-d7760308302f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPbuhvc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml","artifactChecksum":"Mzc2MWY0MzJmNTMzZDM3ODVhNzcyMDhiYTNlNTUwZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14bc72ce-4f66-4f16-91fb-839ad8ffa0a9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPbuhvc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar","artifactChecksum":"MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14367def-6bcc-4230-ad9a-90e203da9084","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-05T01:11:18.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:18.158Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:18.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:18.160Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:11:18.260Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:18.261Z||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-05T01:11:18.261Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:18.268Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:18.268Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:19.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:19.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:19.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:19.164Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:11:19.264Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:19.265Z||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-05T01:11:19.265Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:19.272Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:19.272Z||pool-20-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:20.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:20.166Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:20.168Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:20.168Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:11:20.269Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-05T01:11:20.270Z||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-05T01:11:20.270Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:20.276Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:20.277Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:21.169Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:21.171Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:21.173Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:21.173Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:11:21.274Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-05T01:11:21.275Z||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-05T01:11:21.275Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:21.282Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:21.283Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:22.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:22.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:22.176Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:22.177Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-05T01:11:22.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:22.278Z||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-05T01:11:22.278Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:22.284Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:22.284Z||pool-23-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:23.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:23.178Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:23.180Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:23.181Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:11:23.281Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:23.282Z||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-05T01:11:23.282Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:23.289Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:23.289Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:24.181Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:11:24.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:24.184Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:24.184Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:11:24.284Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:24.285Z||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-05T01:11:24.285Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:24.292Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:24.293Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:11:25.186Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"serviceName": "basic_onboard_pBuHvC",
"serviceVersion": "1.0",
"serviceUUID": "0669cdcb-22e4-4d3e-a105-ea783d51f8b5",
"serviceDescription": "service",
"serviceInvariantUUID": "061ca4ba-b879-4d37-bf72-8cbf6e81c7ab",
"resources": [
{
"resourceInstanceName": "basic_onboard_pBuHvC 0",
"resourceCustomizationUUID": "b22ab7d6-360d-4c0e-bcf0-4b4819c5f247",
"resourceName": "basic_onboard_pBuHvC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "80f45927-2a1c-4c1d-9bd2-91a473957b89",
"resourceInvariantUUID": "cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pbuhvc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"artifactChecksum": "NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fbeb2e2c-b7d3-4102-8445-edf115af3725",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42e2f20b-45b3-4c03-8166-d7760308302f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "733a45d2-4803-42cd-835f-ff2f6dca017b",
"generatedFromUUID": "42e2f20b-45b3-4c03-8166-d7760308302f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "733a45d2-4803-42cd-835f-ff2f6dca017b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPbuhvc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"artifactChecksum": "MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14367def-6bcc-4230-ad9a-90e203da9084"
}
],
"workloadContext": "Production"
}
2021-05-05T01:11:25.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-05T01:11:25.187Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 ASDC
2021-05-05T01:11:25.187Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c89eb62f-d405-4fd9-b8df-015f3c0cc064
ServiceName:basic_onboard_pBuHvC
ServiceVersion:1.0
ServiceUUID:0669cdcb-22e4-4d3e-a105-ea783d51f8b5
ServiceInvariantUUID:061ca4ba-b879-4d37-bf72-8cbf6e81c7ab
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPbuhvc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar
ArtifactUUID:14367def-6bcc-4230-ad9a-90e203da9084
ArtifactChecksum:MWE1MzZkZDc5NmUxYTJjM2EzOWZlYzFhYTQxMGJlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pBuHvC 0
ResourceCustomizationUUID:b22ab7d6-360d-4c0e-bcf0-4b4819c5f247
ResourceInvariantUUID:cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c
ResourceName:basic_onboard_pBuHvC
ResourceType:VF
ResourceUUID:80f45927-2a1c-4c1d-9bd2-91a473957b89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pbuhvc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json
ArtifactUUID:fbeb2e2c-b7d3-4102-8445-edf115af3725
ArtifactChecksum:NTE0YTM4ZDExMjY4Nzc2NTI4OTE5OTZkMjBlMzc5ZGQ=
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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:42e2f20b-45b3-4c03-8166-d7760308302f
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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
ArtifactUUID:733a45d2-4803-42cd-835f-ff2f6dca017b
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/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
ArtifactUUID:733a45d2-4803-42cd-835f-ff2f6dca017b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-05T01:11:25.187Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0669cdcb-22e4-4d3e-a105-ea783d51f8b5 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-05T01:11:25.226Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:11:25.226Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 14367def-6bcc-4230-ad9a-90e203da9084 from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:11:25.227Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:25.572Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:11:25.578Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar 14367def-6bcc-4230-ad9a-90e203da9084 74841
2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar ASDC sendASDCNotification
2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:25.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:11:25.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:25.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:25.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177085579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:11:25.682Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:25.683Z||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-05T01:11:25.683Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:25.689Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:25.690Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:11:26.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:11:26.584Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:11:26.584Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 14367def-6bcc-4230-ad9a-90e203da9084, URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:26.585Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:26.585Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:26.586Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:26.912Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5986201854834761831/Definitions/service-BasicOnboardPbuhvc-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-05T01:11:28.256Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.257Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pBuHvC 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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pBuHvC 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:11:28.258Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.260Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-05T01:11:28.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.262Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bde05a4d-91e8-433a-a47f-7571e9714693
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.264Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:28.265Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pBuHvC
Description:service
Model UUID:0669cdcb-22e4-4d3e-a105-ea783d51f8b5
Model Version:NULL
Model InvariantUuid:061ca4ba-b879-4d37-bf72-8cbf6e81c7ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pBuHvC
Model UUID:e5de3532-a99b-4904-b8dc-8c2cd9af751e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdb3f7f4-8b7c-4a3d-9dba-eb2af2ab9b3c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b22ab7d6-360d-4c0e-bcf0-4b4819c5f247
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:962e37fc-d7ad-4f9d-99bc-c9ed1942b404
ModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0
ModelUuid:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bde05a4d-91e8-433a-a47f-7571e9714693
ModelInvariantUuid:b90d6aea-2a8e-4a80-9cd4-3ab21e85bff9
ModelName:basic_onboard_pBuHvC-nodes.ubuntu18Cvfc
ModelUuid:7d4c26ba-f32d-4a75-bb06-6022fb32dad8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f2bfde9a-b243-45cb-bfe8-26f91da1dc36
ModelInvariantUuid:4b4ca385-30d6-45e4-8e35-bcd9faf7b54a
ModelName:BasicOnboardPbuhvc.compute.nodes.heat.ubuntu18
ModelUuid:cf20feba-31eb-448e-b863-ed368b11d856
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-05T01:11:28.271Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 80f45927-2a1c-4c1d-9bd2-91a473957b89
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-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||basic_onboard_pBuHvC 0
2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80f45927-2a1c-4c1d-9bd2-91a473957b89
2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fbeb2e2c-b7d3-4102-8445-edf115af3725 from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json
2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:11:28.274Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json
2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json fbeb2e2c-b7d3-4102-8445-edf115af3725 798
2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json ASDC sendASDCNotification
2021-05-05T01:11:28.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json
2021-05-05T01:11:28.615Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:11:28.615Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:28.617Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:28.617Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177088614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:11:28.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:28.718Z||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-05T01:11:28.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:28.725Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:28.725Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:29.618Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPbuhvc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "962e37fc-d7ad-4f9d-99bc-c9ed1942b404",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cc5ffc0c-8cf9-43b5-845c-ae32fa6da058",
"vfModuleModelCustomizationUUID": "1f7aa187-2ecd-4809-8b42-bffd9cba03ac",
"isBase": true,
"artifacts": [
"42e2f20b-45b3-4c03-8166-d7760308302f",
"733a45d2-4803-42cd-835f-ff2f6dca017b"
],
"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-05T01:11:29.624Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058
VfModuleModelInvariantUUID:962e37fc-d7ad-4f9d-99bc-c9ed1942b404
VfModuleModelDescription:NULL
Artifacts UUID List:{
42e2f20b-45b3-4c03-8166-d7760308302f
,
733a45d2-4803-42cd-835f-ff2f6dca017b
}
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-05T01:11:29.627Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPbuhvc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "962e37fc-d7ad-4f9d-99bc-c9ed1942b404",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cc5ffc0c-8cf9-43b5-845c-ae32fa6da058",
"vfModuleModelCustomizationUUID": "1f7aa187-2ecd-4809-8b42-bffd9cba03ac",
"isBase": true,
"artifacts": [
"42e2f20b-45b3-4c03-8166-d7760308302f",
"733a45d2-4803-42cd-835f-ff2f6dca017b"
],
"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-05T01:11:29.627Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPbuhvc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc5ffc0c-8cf9-43b5-845c-ae32fa6da058
VfModuleModelInvariantUUID:962e37fc-d7ad-4f9d-99bc-c9ed1942b404
VfModuleModelDescription:NULL
Artifacts UUID List:{
42e2f20b-45b3-4c03-8166-d7760308302f
,
733a45d2-4803-42cd-835f-ff2f6dca017b
}
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-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42e2f20b-45b3-4c03-8166-d7760308302f from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml
2021-05-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:11:29.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml
2021-05-05T01:11:30.478Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml 42e2f20b-45b3-4c03-8166-d7760308302f 5033
2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml
2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:11:30.479Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:30.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:30.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177090479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:11:30.581Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:30.581Z||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-05T01:11:30.582Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:30.588Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:30.588Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:31.481Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 733a45d2-4803-42cd-835f-ff2f6dca017b from URL: /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
2021-05-05T01:11:31.482Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:11:31.482Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
2021-05-05T01:11:32.578Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env 733a45d2-4803-42cd-835f-ff2f6dca017b 909
2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-05T01:11:32.579Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
2021-05-05T01:11:32.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:11:32.580Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:32.582Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:32.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177092579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:11:32.683Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:32.683Z||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-05T01:11:32.683Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:32.690Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:32.690Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:33.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0669cdcb-22e4-4d3e-a105-ea783d51f8b5
2021-05-05T01:11:33.583Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pBuHvC 0 80f45927-2a1c-4c1d-9bd2-91a473957b89 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-05T01:11:33.600Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.600Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b22ab7d6-360d-4c0e-bcf0-4b4819c5f247
2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 matches Tosca VF Customization UUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247
2021-05-05T01:11:33.601Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b22ab7d6-360d-4c0e-bcf0-4b4819c5f247 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-05T01:11:33.603Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.603Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b22ab7d6-360d-4c0e-bcf0-4b4819c5f247: {\"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-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a9942df
2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-05T01:11:33.604Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f7aa187-2ecd-4809-8b42-bffd9cba03ac
2021-05-05T01:11:33.605Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f7aa187-2ecd-4809-8b42-bffd9cba03ac
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-05T01:11:33.606Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.607Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is not matching search criteria
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-05T01:11:33.608Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bde05a4d-91e8-433a-a47f-7571e9714693
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-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:33.610Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_pBuHvC 0 is matching search criteria
2021-05-05T01:11:33.611Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_pBuHvC 0] matching following query criteria: sdcType=VF, customizationUUID=b22ab7d6-360d-4c0e-bcf0-4b4819c5f247
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-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.612Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0669cdcb-22e4-4d3e-a105-ea783d51f8b5: basic_onboard_pBuHvC
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.613Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_pBuHvC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:11:33.614Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_pBuHvC
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-05T01:11:33.682Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pBuHvC 80f45927-2a1c-4c1d-9bd2-91a473957b89 1 ASDC deployResourceStructure
2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json ASDC sendASDCNotification
2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json
2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:11:33.683Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:33.686Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:33.686Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177093683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:11:33.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:33.805Z||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-05T01:11:33.805Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:33.814Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:33.815Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml
2021-05-05T01:11:34.687Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:11:34.688Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:34.690Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:34.690Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177094687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-05T01:11:34.790Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:34.791Z||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-05T01:11:34.791Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:34.798Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:34.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:35.691Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-05T01:11:35.691Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env
2021-05-05T01:11:35.692Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:11:35.692Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:35.695Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:35.695Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177095691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-05T01:11:35.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-05-05T01:11:35.800Z||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-05T01:11:35.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:35.808Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:35.808Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:36.696Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar ASDC sendASDCNotification
2021-05-05T01:11:36.696Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar
2021-05-05T01:11:36.697Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:11:36.697Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:11:36.699Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:11:36.699Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177096696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:11:36.799Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:11:36.800Z||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-05T01:11:36.800Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:11:36.809Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:11:36.809Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:11:37.700Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:11:37.711Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:11:37.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:12:07.714Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:12:07.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:12:07.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:12:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:12:10.726Z||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-05T01:12:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:12:10.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:12:10.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176945580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176943560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176940819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176940474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "dcae-sch",
"timestamp": 1620176942864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176949987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176958197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176958213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176958218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176958409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176958417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176951985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "cds",
"timestamp": 1620176959201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-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-05T01:12:10.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176959420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176959622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176959840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176959882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176960311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "policy-id",
"timestamp": 1620176960424,
"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-05T01:12:10.795Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176954364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176961071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176961191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620176961315,
"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-05T01:12:10.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.811Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176961368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "ves-openapi-manager",
"timestamp": 1620176954784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176962075,
"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-05T01:12:10.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176962199,
"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-05T01:12:10.839Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176962873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620176963080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620176963204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176963893,
"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-05T01:12:10.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176957262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620176964897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176965772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176967629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176968643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "clamp",
"timestamp": 1620176969646,
"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-05T01:12:10.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176973477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:12:10.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:12:10.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "aai-ml",
"timestamp": 1620176974480,
"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-05T01:12:10.877Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c89eb62f-d405-4fd9-b8df-015f3c0cc064
2021-05-05T01:12:10.877Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:12:37.727Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:12:37.737Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064
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-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-05T01:12:37.741Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:12:37.742Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-05T01:12:37.747Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-05T01:13:07.748Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 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-05T01:13:07.755Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c89eb62f-d405-4fd9-b8df-015f3c0cc064 and serviceModelVersionId: 0669cdcb-22e4-4d3e-a105-ea783d51f8b5
2021-05-05T01:13:07.755Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 061ca4ba-b879-4d37-bf72-8cbf6e81c7ab
2021-05-05T01:13:07.756Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0
2021-05-05T01:13:07.761Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-05T01:13:07.801Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?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-05T01:13:07.802Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|INFO|500||Invoke
2021-05-05T01:13:07.827Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-05T01:13:07.931Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0|INFO|500||InvokeReturn
2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/061ca4ba-b879-4d37-bf72-8cbf6e81c7ab/model-vers/model-ver/0669cdcb-22e4-4d3e-a105-ea783d51f8b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210505-01:13:07:832-59332], vertex-id=[168168], Content-Length=[0], Date=[Wed, 05 May 2021 01:13:07 GMT], Content-Type=[application/json]}
2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-05T01:13:07.932Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||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-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c89eb62f-d405-4fd9-b8df-015f3c0cc064 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-05T01:13:07.937Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-05T01:13:07.938Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:13:07.940Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:13:07.940Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177187937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-05T01:13:08.040Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:13:08.041Z||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-05T01:13:08.041Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:08.053Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:13:08.053Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-05T01:13:08.952Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:13:08.953Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:13:08.953Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:10.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:13:10.727Z||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-05T01:13:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:10.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:13:10.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29f13870-bf62-4e46-b7c0-88fec898ca7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177072813,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-05T01:13:10.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "NOTIFIED"
}
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:13:10.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177073833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177085579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177088614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177090479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177092579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177093683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/basic_onboard_pbuhvc0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177094687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177095691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/resourceInstances/basic_onboard_pbuhvc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177096696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPbuhvc/1.0/artifacts/service-BasicOnboardPbuhvc-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:13:10.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:13:18.490Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:13:18.491Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:28.024Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:13:28.025Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:13:28.026Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:13:28.026Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:37.555Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:13:37.556Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:13:37.557Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:13:37.557Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:13:47.090Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:14:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:14:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:14:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:14:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:14:10.726Z||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-05T01:14:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:14:11.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:14:11.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-05T01:14:11.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c89eb62f-d405-4fd9-b8df-015f3c0cc064",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177187937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-05T01:14:11.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:14:20.259Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:15:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:15:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:15:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:15:10.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:15:10.726Z||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-05T01:15:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:15:20.263Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:15:20.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:16:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:16:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:16:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:16:10.725Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:16:10.726Z||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-05T01:16:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:16:20.261Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:16:20.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:17:10.724Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:17:10.725Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:10.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:17:10.726Z||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-05T01:17:10.726Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:17.621Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:17.622Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-05T01:17:17.622Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eed973d-3fc4-49dc-bce4-ad06f44eb8bb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b4c00bb0-f0f7-466b-9dab-4cce19c97bdd","serviceDescription":"service","serviceInvariantUUID":"6116921c-4499-4539-a397-39f04852dd02","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f925a27c-298c-4b2d-9eca-a2b0bec4f18e","resourceInvariantUUID":"7597ac4d-bd98-4be8-83a0-de6323d21160","resourceCustomizationUUID":"65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f","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":"ZGMxMGY2NzJlNTk5NzEyNDNhNzk5YjJhODQxY2VmNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6022b728-3d04-483c-b137-84778b3dc2de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1614f97c-a6a2-43fd-b6db-186d96b06724","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-05T01:17:17.625Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:17:17.626Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:17:17.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:17:17.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177430724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:17:17.730Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-05T01:17:17.731Z||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-05T01:17:17.731Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:17.737Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:17.738Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:17:17.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:17.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:17:17.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177430724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:17:17.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:17:18.628Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:17:18.629Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:17:18.632Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:17:18.632Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177430724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:17:18.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:17:18.733Z||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-05T01:17:18.734Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:18.740Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:18.741Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b4c00bb0-f0f7-466b-9dab-4cce19c97bdd",
"serviceDescription": "service",
"serviceInvariantUUID": "6116921c-4499-4539-a397-39f04852dd02",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f925a27c-298c-4b2d-9eca-a2b0bec4f18e",
"resourceInvariantUUID": "7597ac4d-bd98-4be8-83a0-de6323d21160",
"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": "YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1614f97c-a6a2-43fd-b6db-186d96b06724"
}
],
"workloadContext": "Production"
}
2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-05T01:17:19.634Z|c89eb62f-d405-4fd9-b8df-015f3c0cc064|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4c00bb0-f0f7-466b-9dab-4cce19c97bdd ASDC
2021-05-05T01:17:19.634Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
ServiceInvariantUUID:6116921c-4499-4539-a397-39f04852dd02
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:1614f97c-a6a2-43fd-b6db-186d96b06724
ArtifactChecksum:YjE1YjliOTEyZTU2OGMzZDMwMDY1MDc2NTg0MWM4YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f
ResourceInvariantUUID:7597ac4d-bd98-4be8-83a0-de6323d21160
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f925a27c-298c-4b2d-9eca-a2b0bec4f18e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-05T01:17:19.635Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4c00bb0-f0f7-466b-9dab-4cce19c97bdd 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-05T01:17:19.662Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1614f97c-a6a2-43fd-b6db-186d96b06724 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:17:19.663Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-05T01:17:19.847Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:17:19.851Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1614f97c-a6a2-43fd-b6db-186d96b06724 52225
2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:17:19.852Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:17:19.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:17:19.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177439852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:17:19.955Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:17:19.956Z||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-05T01:17:19.956Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:19.963Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:19.964Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:17:20.855Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:17:20.856Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1614f97c-a6a2-43fd-b6db-186d96b06724, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-05T01:17:20.857Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-05T01:17:20.937Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15718247674892684088/Definitions/service-BasicNetwork-template.yml
2021-05-05T01:17:21.305Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:17:21.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
Model Version:NULL
Model InvariantUuid:6116921c-4499-4539-a397-39f04852dd02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7597ac4d-bd98-4be8-83a0-de6323d21160
Model UUID:06a5babd-d6c4-4904-91b0-a4805b27c77f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:65edd2b1-a34b-442b-b7a2-b0f8fdd99b1f
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-05T01:17:21.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f925a27c-298c-4b2d-9eca-a2b0bec4f18e
2021-05-05T01:17:21.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||No resources found for Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
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-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||
2021-05-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-05T01:17:21.319Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-05T01:17:21.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b4c00bb0-f0f7-466b-9dab-4cce19c97bdd: Generic NeutronNet
2021-05-05T01:17:21.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.326Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.373Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.373Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:17:21.374Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.461Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-05T01:17:21.462Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:17:21.464Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:17:21.464Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177441462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:17:21.574Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-05-05T01:17:21.574Z||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-05T01:17:21.575Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:17:21.582Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:17:21.583Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:17:22.465Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:17:22.476Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:17:22.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:17:52.478Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:17:52.485Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:17:52.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:18:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:18:10.726Z||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-05T01:18:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:18:10.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:18:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:18:10.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "clamp",
"timestamp": 1620177434363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:18:10.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:18:10.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:18:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "ves-openapi-manager",
"timestamp": 1620177434784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:18:10.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:18:22.487Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:18:22.498Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:18:22.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:18:52.502Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:18:52.514Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:18:52.516Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:19:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:19:10.726Z||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-05T01:19:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:19:10.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:19:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:19:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620177431985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:19:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:19:10.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:19:10.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "policy-id",
"timestamp": 1620177429987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:19:10.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:19:22.517Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:19:22.527Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:19:22.529Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:19:22.529Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:19:22.530Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:19:52.530Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:19:52.541Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-05T01:19:52.544Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-05T01:20:10.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:20:10.726Z||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-05T01:20:10.727Z||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 a4LkjAbl6YzsGxek) ...
2021-05-05T01:20:10.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:20:10.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "aai-ml",
"timestamp": 1620177437262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177430724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "clamp",
"timestamp": 1620177434363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "ves-openapi-manager",
"timestamp": 1620177434784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1620177431985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "policy-id",
"timestamp": 1620177429987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "aai-ml",
"timestamp": 1620177437262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "policy-id",
"timestamp": 1620177439822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177439852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "aai-ml",
"timestamp": 1620177440029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "policy-id",
"timestamp": 1620177440826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620177440474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "cds",
"timestamp": 1620177440580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177441462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:20:10.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "policy-id",
"timestamp": 1620177441829,
"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-05T01:20:10.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
2021-05-05T01:20:10.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1620177440474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "cds",
"timestamp": 1620177440580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "clamp",
"timestamp": 1620177443247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "aai-ml",
"timestamp": 1620177443455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "dcae-sch",
"timestamp": 1620177442864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "cds",
"timestamp": 1620177443962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620177443560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "clamp",
"timestamp": 1620177444260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:20:10.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "aai-ml",
"timestamp": 1620177444459,
"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-05T01:20:10.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
2021-05-05T01:20:10.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "dcae-sch",
"timestamp": 1620177442864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "cds",
"timestamp": 1620177444966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-05T01:20:10.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
2021-05-05T01:20:10.801Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1620177443560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "clamp",
"timestamp": 1620177445262,
"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-05T01:20:10.817Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
2021-05-05T01:20:10.817Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:10.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620177450818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620177450818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620177454188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620177455594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-05T01:20:10.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-05T01:20:10.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-05T01:20:10.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1620177456598,
"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-05T01:20:10.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
2021-05-05T01:20:10.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:22.545Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:20:22.555Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb
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-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-05T01:20:22.558Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-05T01:20:22.559Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:20:22.564Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-05T01:20:52.564Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb 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-05T01:20:52.569Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and serviceModelVersionId: b4c00bb0-f0f7-466b-9dab-4cce19c97bdd
2021-05-05T01:20:52.569Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6116921c-4499-4539-a397-39f04852dd02
2021-05-05T01:20:52.570Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0
2021-05-05T01:20:52.575Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-05-05T01:20:52.610Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|INFO|500||Invoke
2021-05-05T01:20:52.610Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ef9f04c-cfd7-46f7-b859-ee57c978a6ce], X-ECOMP-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], X-TransactionId=[], X-ONAP-RequestID=[0eed973d-3fc4-49dc-bce4-ad06f44eb8bb], Content-Type=[application/merge-patch+json]}
2021-05-05T01:20:52.638Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-05T01:20:52.981Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?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/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210505-01:20:52:643-68006], vertex-id=[176360], Content-Length=[0], Date=[Wed, 05 May 2021 01:20:52 GMT], Content-Type=[application/json]}
2021-05-05T01:20:52.981Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6116921c-4499-4539-a397-39f04852dd02/model-vers/model-ver/b4c00bb0-f0f7-466b-9dab-4cce19c97bdd?depth=0|INFO|500||InvokeReturn
2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-05T01:20:52.982Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||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-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0eed973d-3fc4-49dc-bce4-ad06f44eb8bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-05T01:20:52.986Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-05T01:20:52.987Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:20:52.988Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:20:52.989Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0eed973d-3fc4-49dc-bce4-ad06f44eb8bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177652986,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-05T01:20:53.089Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:20:53.090Z||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-05T01:20:53.090Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:20:53.102Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:20:53.102Z||pool-39-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-05T01:20:53.999Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-05T01:20:54.000Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-05T01:20:54.000Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:20:58.294Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:20:58.295Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-05T01:20:58.296Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8284e68e-6427-4525-9b28-a46ebf964b5d","serviceName":"Demo_pNF_UgaA7swe87cNviN706M4","serviceVersion":"1.0","serviceUUID":"8b9104ad-209c-4c8d-9f9c-f4d27a03c174","serviceDescription":"catalog service description","serviceInvariantUUID":"6ead0d16-52d6-45f6-ba21-f81598adc653","resources":[{"resourceInstanceName":"pNF 49f5b572-27f8 0","resourceName":"pNF 49f5b572-27f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4016a7e-1352-4082-9e2b-40675273cc35","resourceInvariantUUID":"e0d16467-f41c-42e5-b86b-25a58f493fac","resourceCustomizationUUID":"b728abe2-c6cb-4f28-924e-2d3d860c0c2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml","artifactChecksum":"NzVjNmQyMzU1ZjhkOTk2MDYwYTZhYjBiNTdkMTA2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95a57139-a120-4171-9709-4ab794f08078","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar","artifactChecksum":"MDdjZGYwZTUzMGI3MmNlZTUyNjg4NWMwZWEwNTljZmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70483ce1-3b70-4316-bfbb-5a16c26ef369","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1d7e176-8828-48f6-a948-f5ba067378a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml","artifactChecksum":"MGE5OTdkMTBiMGZlMjQ4N2I4NGViNGQ0NDc3ODVjY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cceca93-5e21-4f4a-8b0b-c044dc2999cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e711477b-d024-4646-8ff5-3ae9448a1b99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dce98a34-5724-40f5-a6ed-23bd085df3e4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUgaa7swe87cnvin706m4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml","artifactChecksum":"OWU4ODlmMGY2NDZlNGIzYzQ0ZDg1NzY5ZDU3MzQ3OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32e08330-e29c-453a-abb4-e440287ed4c9","artifactVersion":"1"},{"artifactName":"service-DemoPnfUgaa7swe87cnvin706m4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar","artifactChecksum":"Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0abec0b-3e4e-4d92-b82e-b24babb4117c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-05T01:20:58.299Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:20:58.299Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:20:58.301Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:20:58.301Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:58.401Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:20:58.402Z||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-05T01:20:58.403Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:20:58.410Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:20:58.410Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:20:59.302Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:20:59.303Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:20:59.305Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:20:59.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:20:59.406Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:20:59.406Z||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-05T01:20:59.407Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:20:59.414Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:20:59.414Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:00.306Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:00.307Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:00.308Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:00.309Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:21:00.409Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:00.410Z||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-05T01:21:00.410Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:00.418Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:00.418Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:01.309Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:01.310Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:01.312Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:01.312Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:21:01.413Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:01.414Z||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-05T01:21:01.414Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:01.421Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:01.421Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:02.313Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:02.314Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:02.316Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:02.317Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:21:02.417Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:02.418Z||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-05T01:21:02.418Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:02.426Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:02.427Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:21:03.317Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:03.318Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:03.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:03.320Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/resourceInstances/pnf49f5b57227f80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:21:03.420Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:03.421Z||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-05T01:21:03.421Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:03.428Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:03.429Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-05T01:21:04.321Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:04.321Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:04.323Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:04.323Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-05T01:21:04.423Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:04.424Z||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-05T01:21:04.424Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:04.431Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:04.432Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:05.324Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-05T01:21:05.325Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:05.327Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:05.327Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177653999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar",
"status": "NOTIFIED"
}
2021-05-05T01:21:05.427Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-05T01:21:05.428Z||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-05T01:21:05.428Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:05.435Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:05.435Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"serviceName": "Demo_pNF_UgaA7swe87cNviN706M4",
"serviceVersion": "1.0",
"serviceUUID": "8b9104ad-209c-4c8d-9f9c-f4d27a03c174",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6ead0d16-52d6-45f6-ba21-f81598adc653",
"resources": [
{
"resourceInstanceName": "pNF 49f5b572-27f8 0",
"resourceCustomizationUUID": "b728abe2-c6cb-4f28-924e-2d3d860c0c2f",
"resourceName": "pNF 49f5b572-27f8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d4016a7e-1352-4082-9e2b-40675273cc35",
"resourceInvariantUUID": "e0d16467-f41c-42e5-b86b-25a58f493fac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUgaa7swe87cnvin706m4-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar",
"artifactChecksum": "Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0abec0b-3e4e-4d92-b82e-b24babb4117c"
}
],
"workloadContext": "Production"
}
2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-05T01:21:06.328Z|0eed973d-3fc4-49dc-bce4-ad06f44eb8bb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 ASDC
2021-05-05T01:21:06.329Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8284e68e-6427-4525-9b28-a46ebf964b5d
ServiceName:Demo_pNF_UgaA7swe87cNviN706M4
ServiceVersion:1.0
ServiceUUID:8b9104ad-209c-4c8d-9f9c-f4d27a03c174
ServiceInvariantUUID:6ead0d16-52d6-45f6-ba21-f81598adc653
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
ArtifactUUID:d0abec0b-3e4e-4d92-b82e-b24babb4117c
ArtifactChecksum:Yjc5YThjYjRiMzYwYzQxYjA3OWViNjE3N2M0YzZjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 49f5b572-27f8 0
ResourceCustomizationUUID:b728abe2-c6cb-4f28-924e-2d3d860c0c2f
ResourceInvariantUUID:e0d16467-f41c-42e5-b86b-25a58f493fac
ResourceName:pNF 49f5b572-27f8
ResourceType:PNF
ResourceUUID:d4016a7e-1352-4082-9e2b-40675273cc35
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-05T01:21:06.329Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b9104ad-209c-4c8d-9f9c-f4d27a03c174 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-05T01:21:06.355Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0abec0b-3e4e-4d92-b82e-b24babb4117c from URL: /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-05-05T01:21:06.356Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:07.170Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-05-05T01:21:07.174Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar d0abec0b-3e4e-4d92-b82e-b24babb4117c 83310
2021-05-05T01:21:07.174Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar ASDC sendASDCNotification
2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-05T01:21:07.175Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-05-05T01:21:07.176Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-05T01:21:07.176Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8284e68e-6427-4525-9b28-a46ebf964b5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1620177667174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-05T01:21:07.277Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-05T01:21:07.277Z||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-05T01:21:07.278Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a4LkjAbl6YzsGxek) ...
2021-05-05T01:21:07.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-05T01:21:07.286Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-05T01:21:08.177Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-05T01:21:08.178Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-05-05T01:21:08.178Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d0abec0b-3e4e-4d92-b82e-b24babb4117c, URL: /sdc/v1/catalog/services/DemoPnfUgaa7swe87cnvin706m4/1.0/artifacts/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar to file: /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.179Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.261Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15708804852008374018/Definitions/service-DemoPnfUgaa7swe87cnvin706m4-template.yml
2021-05-05T01:21:08.882Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-05T01:21:08.882Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49f5b572-27f8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49f5b572-27f8 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-DemoPnfUgaa7swe87cnvin706m4-csar.csar
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.883Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49f5b572-27f8 0 is matching search criteria
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49f5b572-27f8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49f5b572-27f8 0 is matching search criteria
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49f5b572-27f8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.884Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.885Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_UgaA7swe87cNviN706M4
Description:catalog service description
Model UUID:8b9104ad-209c-4c8d-9f9c-f4d27a03c174
Model Version:NULL
Model InvariantUuid:6ead0d16-52d6-45f6-ba21-f81598adc653
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-05T01:21:08.890Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4016a7e-1352-4082-9e2b-40675273cc35
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-05T01:21:08.891Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||pNF 49f5b572-27f8 0
2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4016a7e-1352-4082-9e2b-40675273cc35
2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8b9104ad-209c-4c8d-9f9c-f4d27a03c174
2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8b9104ad-209c-4c8d-9f9c-f4d27a03c174
2021-05-05T01:21:08.892Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 49f5b572-27f8 0 d4016a7e-1352-4082-9e2b-40675273cc35 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-05T01:21:08.896Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-05T01:21:08.896Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_UgaA7swe87cNviN706M4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8b9104ad-209c-4c8d-9f9c-f4d27a03c174: pNF 49f5b572-27f8
2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||INFO|500||Processing PNF resource: d4016a7e-1352-4082-9e2b-40675273cc35
2021-05-05T01:21:08.897Z|8284e68e-6427-4525-9b28-a46ebf964b5d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery