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-08-12T11:16:39.982Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-sts2h with PID 14 (/app/app.jar started by so in /app)
2021-08-12T11:16:39.988Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-12T11:16:39.989Z||main|||||INFO|500||The following profiles are active: basic
2021-08-12T11:16:46.400Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-12T11:16:46.401Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-12T11:16:46.476Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-12T11:16:47.727Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-12T11:16:47.859Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-12T11:16:48.200Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-12T11:16:48.206Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-12T11:16:48.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-12T11:16:48.365Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-12T11:16:48.691Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-12T11:16:49.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T11:16:51.115Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T11:16:51.157Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-12T11:16:51.667Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T11:16:51.869Z||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-08-12T11:16:52.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T11:16:53.650Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-12T11:16:53.667Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$cc877900.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-12T11:16:53.667Z||main|||||WARN|500||The sdc end point is not alive
2021-08-12T11:16:55.494Z||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-08-12T11:16:57.583Z||main|||||WARN|500||---
2021-08-12T11:16:57.584Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-12T11:16:57.584Z||main|||||WARN|500||---
2021-08-12T11:16:57.944Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-12T11:17:00.696Z||main|||||INFO|500||Started Application in 22.322 seconds (JVM running for 23.237)
2021-08-12T11:17:00.696Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T11:17:00.696Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T11:17:00.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T11:17:00.771Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T11:17:00.804Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b76cac4-fac1-4d03-9785-85b9321f7ee1 url= /sdc/v1/artifactTypes
2021-08-12T11:17:00.804Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T11:17:01.926Z||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.25.224] 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-08-12T11:17:01.932Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7489c2be
2021-08-12T11:17:01.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T11:17:01.942Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T11:17:01.977Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T11:17:01.979Z||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-08-12T11:17:50.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T11:17:50.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T11:17:50.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T11:17:50.697Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T11:17:50.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a70fa847-d30a-4b80-a915-bf0d53f62842 url= /sdc/v1/artifactTypes
2021-08-12T11:17:50.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T11:17:50.871Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-12T11:17:50.880Z||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-08-12T11:17:50.900Z||scheduling-1|||||DEBUG|500||create keys
2021-08-12T11:17:50.906Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-12T11:17:50.932Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:17:50.948Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6bedcd8b-18ae-4e6c-be23-57f775d5b135 url= /sdc/v1/registerForDistribution
2021-08-12T11:17:51.163Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6bedcd8b-18ae-4e6c-be23-57f775d5b135 url= /sdc/v1/registerForDistribution
2021-08-12T11:17:51.163Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-12T11:17:51.175Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:17:51.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:17:51.178Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-12T11:17:51.181Z||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-08-12T11:17:51.181Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:17:51.182Z||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-08-12T11:17:51.182Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:18:01.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:18:01.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:18:51.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:18:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:18:51.174Z||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-08-12T11:18:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:18:51.175Z||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-08-12T11:18:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:19:00.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:19:00.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:19:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:19:51.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:19:51.175Z||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-08-12T11:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:19:51.175Z||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-08-12T11:19:51.192Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:20:00.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:20:00.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:20:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:20:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:20:51.174Z||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-08-12T11:20:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:20:51.175Z||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-08-12T11:20:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:21:00.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:21:00.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:21:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:21:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:21:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:21:51.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:21:51.175Z||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-08-12T11:21:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:22:00.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:22:00.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:22:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:22:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:22:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:22:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:22:51.175Z||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-08-12T11:22:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:23:00.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:23:00.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:23:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:23:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:23:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:23:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:23:51.174Z||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-08-12T11:23:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:24:00.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:24:00.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:24:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:24:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:24:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:24:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:24:51.176Z||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-08-12T11:24:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:25:00.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:25:00.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:25:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:25:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:25:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:25:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:25:51.175Z||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-08-12T11:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:26:00.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:26:00.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:26:47.127Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-12T11:26:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:26:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:26:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:26:51.175Z||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-08-12T11:26:51.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:26:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:27:00.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:27:00.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:27:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:27:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:27:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:27:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:27:51.175Z||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-08-12T11:27:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:28:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:28:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:28:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:28:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:28:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:28:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:28:51.175Z||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-08-12T11:28:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:29:00.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:29:00.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:29:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:29:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:29:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:29:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:29:51.175Z||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-08-12T11:29:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:30:00.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:30:00.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:30:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:30:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:30:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:30:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:30:51.174Z||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-08-12T11:30:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:31:00.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:31:00.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:31:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:31:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:31:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:31:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:31:51.175Z||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-08-12T11:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:32:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:32:00.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:32:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:32:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:32:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:32:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:32:51.175Z||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-08-12T11:32:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:33:00.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:33:00.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:33:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:33:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:33:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:33:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:33:51.175Z||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-08-12T11:33:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:34:00.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:34:00.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:34:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:34:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:34:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:34:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:34:51.175Z||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-08-12T11:34:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:35:00.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:35:00.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:35:51.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:35:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:35:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:35:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:35:51.175Z||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-08-12T11:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:36:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:36:00.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:36:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:36:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:36:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:36:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:36:51.175Z||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-08-12T11:36:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:37:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:37:00.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:37:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:37:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:37:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:37:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:37:51.175Z||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-08-12T11:37:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:38:00.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:38:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:38:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:38:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:38:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:38:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:38:51.175Z||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-08-12T11:38:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:39:00.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:39:00.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:39:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:39:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:39:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:39:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:39:51.175Z||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-08-12T11:39:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:40:00.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:40:00.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:40:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:40:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:40:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:40:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:40:51.175Z||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-08-12T11:40:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:41:00.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:41:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:41:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:41:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:41:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:41:51.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:41:51.176Z||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-08-12T11:41:51.177Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:42:00.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:42:00.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:42:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:42:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:42:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:42:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:42:51.175Z||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-08-12T11:42:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:43:00.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:43:00.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:43:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:43:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:43:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:43:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:43:51.174Z||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-08-12T11:43:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:44:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:44:00.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:44:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:44:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:44:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:44:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:44:51.175Z||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-08-12T11:44:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:45:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:45:00.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:45:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:45:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:45:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:45:51.174Z||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-08-12T11:45:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:45:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:46:00.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:46:00.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:46:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:46:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:46:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:46:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:46:51.175Z||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-08-12T11:46:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:47:00.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:47:00.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:47:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:47:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:47:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:47:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:47:51.175Z||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-08-12T11:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:48:00.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:48:00.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:48:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:48:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:48:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:48:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:48:51.174Z||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-08-12T11:48:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:49:00.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:49:00.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:49:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:49:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:49:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:49:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:49:51.174Z||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-08-12T11:49:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:50:00.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:50:00.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:50:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:50:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:50:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:50:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:50:51.175Z||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-08-12T11:50:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:51:00.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:51:00.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:51:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:51:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:51:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:51:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:51:51.175Z||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-08-12T11:51:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:52:00.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:52:00.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:52:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:52:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:52:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:52:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:52:51.175Z||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-08-12T11:52:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:53:00.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:53:00.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:53:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:53:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:53:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:53:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:53:51.174Z||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-08-12T11:53:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:54:00.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:54:00.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:54:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:54:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:54:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:54:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:54:51.174Z||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-08-12T11:54:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:55:00.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:55:00.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:55:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:55:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:55:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:55:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:55:51.175Z||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-08-12T11:55:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:56:00.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:56:00.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:56:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:56:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:56:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:56:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:56:51.174Z||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-08-12T11:56:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:57:00.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:57:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:57:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:57:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:57:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:57:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:57:51.174Z||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-08-12T11:57:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:58:00.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:58:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:58:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:58:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:58:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:58:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:58:51.174Z||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-08-12T11:58:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:59:00.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:59:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T11:59:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:59:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:59:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:59:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:59:51.174Z||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-08-12T11:59:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:00:00.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:00:00.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:00:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:00:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:00:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:00:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:00:51.174Z||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-08-12T12:00:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:01:00.716Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:01:00.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:01:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:01:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:01:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:01:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:01:51.175Z||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-08-12T12:01:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:02:00.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:02:00.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:02:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:02:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:02:51.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:02:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:02:51.175Z||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-08-12T12:02:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:03:00.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:03:00.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:03:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:03:51.173Z||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-08-12T12:03:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:03:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:03:51.174Z||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-08-12T12:03:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:04:00.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:04:00.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:04:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:04:51.173Z||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-08-12T12:04:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:04:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:04:51.175Z||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-08-12T12:04:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:05:00.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:05:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:05:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:05:51.173Z||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-08-12T12:05:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:05:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:05:51.174Z||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-08-12T12:05:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:06:00.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:06:00.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:06:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:06:51.173Z||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-08-12T12:06:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:06:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:06:51.175Z||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-08-12T12:06:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:07:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:07:00.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:07:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:07:51.174Z||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-08-12T12:07:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:07:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:07:51.175Z||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-08-12T12:07:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:08:00.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:08:00.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:08:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:08:51.173Z||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-08-12T12:08:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:08:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:08:51.175Z||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-08-12T12:08:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:09:00.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:09:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:09:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:09:51.174Z||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-08-12T12:09:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:09:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:09:51.174Z||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-08-12T12:09:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:10:00.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:10:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:10:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:10:51.173Z||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-08-12T12:10:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:10:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:10:51.175Z||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-08-12T12:10:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:11:00.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:11:00.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:11:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:11:51.173Z||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-08-12T12:11:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:11:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:11:51.174Z||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-08-12T12:11:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:12:00.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:12:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:12:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:12:51.173Z||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-08-12T12:12:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:12:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:12:51.174Z||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-08-12T12:12:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:13:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:13:00.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:13:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:13:51.173Z||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-08-12T12:13:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:13:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:13:51.175Z||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-08-12T12:13:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:14:00.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:14:00.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:14:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:14:51.174Z||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-08-12T12:14:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:14:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:14:51.175Z||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-08-12T12:14:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:15:00.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:15:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:15:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:15:51.173Z||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-08-12T12:15:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:15:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:15:51.175Z||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-08-12T12:15:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:16:00.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:16:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:16:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:16:51.173Z||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-08-12T12:16:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:16:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:16:51.174Z||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-08-12T12:16:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:17:00.716Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:17:00.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:17:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:17:51.173Z||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-08-12T12:17:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:17:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:17:51.174Z||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-08-12T12:17:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:18:00.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:18:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:18:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:18:51.173Z||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-08-12T12:18:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:18:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:18:51.174Z||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-08-12T12:18:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:19:00.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:19:00.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:19:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:19:51.173Z||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-08-12T12:19:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:19:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:19:51.174Z||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-08-12T12:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:20:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:20:00.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:20:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:20:51.173Z||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-08-12T12:20:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:20:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:20:51.174Z||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-08-12T12:20:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:21:00.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:21:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:21:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:21:51.173Z||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-08-12T12:21:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:21:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:21:51.174Z||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-08-12T12:21:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:22:00.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:22:00.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:22:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:22:51.173Z||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-08-12T12:22:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:22:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:22:51.174Z||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-08-12T12:22:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:23:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:23:00.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:23:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:23:51.173Z||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-08-12T12:23:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:23:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:23:51.174Z||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-08-12T12:23:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:24:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:24:00.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:24:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:24:51.173Z||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-08-12T12:24:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:24:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:24:51.175Z||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-08-12T12:24:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:25:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:25:00.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:25:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:25:51.173Z||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-08-12T12:25:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:25:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:25:51.175Z||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-08-12T12:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:26:00.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:26:00.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:26:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:26:51.173Z||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-08-12T12:26:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:26:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:26:51.174Z||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-08-12T12:26:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:27:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:27:00.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:27:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:27:51.173Z||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-08-12T12:27:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:27:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:27:51.174Z||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-08-12T12:27:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:28:00.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:28:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:28:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:28:51.173Z||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-08-12T12:28:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:28:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:28:51.174Z||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-08-12T12:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:29:00.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:29:00.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:29:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:29:51.173Z||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-08-12T12:29:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:29:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:29:51.174Z||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-08-12T12:29:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:30:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:30:00.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:30:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:30:51.173Z||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-08-12T12:30:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:30:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:30:51.175Z||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-08-12T12:30:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:31:00.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:31:00.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:31:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:31:51.173Z||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-08-12T12:31:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:31:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:31:51.175Z||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-08-12T12:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:32:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:32:00.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:32:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:32:51.173Z||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-08-12T12:32:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:32:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:32:51.174Z||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-08-12T12:32:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:33:00.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:33:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:33:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:33:51.173Z||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-08-12T12:33:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:33:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:33:51.175Z||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-08-12T12:33:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:34:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:34:00.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:34:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:34:51.173Z||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-08-12T12:34:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:34:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:34:51.174Z||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-08-12T12:34:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:35:00.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:35:00.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:35:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:35:51.173Z||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-08-12T12:35:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:35:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:35:51.175Z||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-08-12T12:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:36:00.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:36:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:36:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:36:51.173Z||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-08-12T12:36:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:36:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:36:51.174Z||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-08-12T12:36:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:37:00.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:37:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:37:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:37:51.173Z||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-08-12T12:37:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:37:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:37:51.174Z||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-08-12T12:37:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:38:00.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:38:00.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:38:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:38:51.173Z||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-08-12T12:38:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:38:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:38:51.174Z||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-08-12T12:38:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:39:00.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:39:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:39:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:39:51.173Z||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-08-12T12:39:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:39:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:39:51.174Z||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-08-12T12:39:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:40:00.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:40:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:40:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:40:51.173Z||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-08-12T12:40:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:40:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:40:51.174Z||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-08-12T12:40:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:41:00.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:41:00.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:41:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:41:51.173Z||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-08-12T12:41:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:41:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:41:51.174Z||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-08-12T12:41:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:42:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:42:00.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:42:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:42:51.173Z||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-08-12T12:42:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:42:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:42:51.175Z||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-08-12T12:42:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:43:00.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:43:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:43:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:43:51.173Z||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-08-12T12:43:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:43:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:43:51.174Z||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-08-12T12:43:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:44:00.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:44:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:44:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:44:51.173Z||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-08-12T12:44:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:44:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:44:51.175Z||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-08-12T12:44:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:45:00.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:45:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:45:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:45:51.173Z||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-08-12T12:45:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:45:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:45:51.174Z||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-08-12T12:45:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:46:00.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:46:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:46:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:46:51.173Z||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-08-12T12:46:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:46:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:46:51.174Z||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-08-12T12:46:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:47:00.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:47:00.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:47:51.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:47:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:47:51.174Z||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-08-12T12:47:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:47:51.174Z||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-08-12T12:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:48:00.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:48:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:48:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:48:51.173Z||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-08-12T12:48:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:48:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:48:51.174Z||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-08-12T12:48:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:49:00.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:49:00.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:49:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:49:51.173Z||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-08-12T12:49:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:49:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:49:51.174Z||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-08-12T12:49:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:50:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:50:00.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:50:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:50:51.173Z||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-08-12T12:50:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:50:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:50:51.174Z||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-08-12T12:50:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:51:00.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:51:00.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:51:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:51:51.173Z||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-08-12T12:51:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:51:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:51:51.174Z||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-08-12T12:51:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:52:00.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:52:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:52:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:52:51.173Z||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-08-12T12:52:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:52:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:52:51.174Z||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-08-12T12:52:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:53:00.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:53:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:53:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:53:51.173Z||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-08-12T12:53:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:53:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:53:51.174Z||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-08-12T12:53:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:54:00.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:54:00.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:54:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:54:51.173Z||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-08-12T12:54:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:54:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:54:51.174Z||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-08-12T12:54:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:55:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:55:00.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:55:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:55:51.173Z||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-08-12T12:55:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:55:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:55:51.174Z||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-08-12T12:55:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:56:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:56:00.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:56:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:56:51.173Z||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-08-12T12:56:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:56:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:56:51.174Z||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-08-12T12:56:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:57:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:57:00.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:57:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:57:51.174Z||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-08-12T12:57:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:57:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:57:51.174Z||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-08-12T12:57:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:58:00.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:58:00.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:58:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:58:51.173Z||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-08-12T12:58:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:58:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:58:51.174Z||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-08-12T12:58:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:59:00.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:59:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T12:59:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:59:51.173Z||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-08-12T12:59:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:59:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:59:51.174Z||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-08-12T12:59:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:00:00.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:00:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:00:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:00:51.173Z||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-08-12T13:00:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:00:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:00:51.175Z||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-08-12T13:00:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:01:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:01:00.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:01:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:01:51.173Z||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-08-12T13:01:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:01:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:01:51.174Z||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-08-12T13:01:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:02:00.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:02:00.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:02:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:02:51.172Z||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-08-12T13:02:51.172Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:02:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:02:51.174Z||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-08-12T13:02:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:03:00.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:03:00.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:03:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:03:51.173Z||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-08-12T13:03:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:03:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:03:51.174Z||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-08-12T13:03:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:04:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:04:00.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:04:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:04:51.173Z||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-08-12T13:04:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:04:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:04:51.174Z||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-08-12T13:04:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:05:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:05:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:05:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:05:51.173Z||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-08-12T13:05:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:05:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:05:51.174Z||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-08-12T13:05:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:06:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:06:00.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:06:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:06:51.173Z||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-08-12T13:06:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:06:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:06:51.174Z||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-08-12T13:06:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:07:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:07:00.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:07:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:07:51.173Z||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-08-12T13:07:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:07:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:07:51.175Z||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-08-12T13:07:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:08:00.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:08:00.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:08:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:08:51.173Z||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-08-12T13:08:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:08:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:08:51.174Z||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-08-12T13:08:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:09:00.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:09:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:09:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:09:51.173Z||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-08-12T13:09:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:09:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:09:51.174Z||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-08-12T13:09:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:10:00.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:10:00.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:10:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:10:51.173Z||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-08-12T13:10:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:10:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:10:51.174Z||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-08-12T13:10:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:11:00.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:11:00.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:11:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:11:51.173Z||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-08-12T13:11:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:11:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:11:51.174Z||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-08-12T13:11:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:12:00.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:12:00.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:12:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:12:51.173Z||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-08-12T13:12:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:12:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:12:51.174Z||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-08-12T13:12:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:13:00.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:13:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:13:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:13:51.173Z||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-08-12T13:13:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:13:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:13:51.174Z||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-08-12T13:13:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:14:00.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:14:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:14:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:14:51.173Z||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-08-12T13:14:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:14:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:14:51.174Z||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-08-12T13:14:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:15:00.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:15:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:15:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:15:51.173Z||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-08-12T13:15:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:15:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:15:51.175Z||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-08-12T13:15:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:16:00.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:16:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:16:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:16:51.173Z||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-08-12T13:16:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:16:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:16:51.175Z||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-08-12T13:16:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:17:00.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:17:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:17:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:17:51.173Z||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-08-12T13:17:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:17:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:17:51.174Z||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-08-12T13:17:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:18:00.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:18:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:18:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:18:51.173Z||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-08-12T13:18:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:18:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:18:51.174Z||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-08-12T13:18:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:19:00.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:19:00.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:19:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:19:51.173Z||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-08-12T13:19:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:19:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:19:51.175Z||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-08-12T13:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:20:00.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:20:00.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:20:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:20:51.173Z||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-08-12T13:20:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:20:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:20:51.174Z||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-08-12T13:20:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:21:00.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:21:00.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:21:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:21:51.173Z||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-08-12T13:21:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:21:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:21:51.175Z||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-08-12T13:21:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:22:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:22:00.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:22:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:22:51.172Z||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-08-12T13:22:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:22:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:22:51.174Z||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-08-12T13:22:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:23:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:23:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:23:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:23:51.173Z||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-08-12T13:23:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:23:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:23:51.175Z||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-08-12T13:23:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:24:00.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:24:00.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:24:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:24:51.173Z||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-08-12T13:24:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:24:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:24:51.174Z||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-08-12T13:24:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:25:00.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:25:00.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:25:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:25:51.173Z||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-08-12T13:25:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:25:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:25:51.174Z||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-08-12T13:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:26:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:26:00.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:26:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:26:51.173Z||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-08-12T13:26:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:26:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:26:51.174Z||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-08-12T13:26:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:27:00.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:27:00.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:27:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:27:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:27:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:27:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:27:51.175Z||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-08-12T13:27:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:28:00.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:28:00.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:28:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:28:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:28:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:28:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:28:51.174Z||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-08-12T13:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:29:00.716Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:29:00.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:29:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:29:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:29:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:29:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:29:51.174Z||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-08-12T13:29:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:30:00.715Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:30:00.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:30:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:30:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:30:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:30:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:30:51.174Z||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-08-12T13:30:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:31:00.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:31:00.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:31:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:31:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:31:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:31:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:31:51.174Z||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-08-12T13:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:32:00.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:32:00.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:32:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:32:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:32:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:32:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:32:51.174Z||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-08-12T13:32:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:33:00.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:33:00.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:33:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:33:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:33:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:33:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:33:51.174Z||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-08-12T13:33:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:34:00.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:34:00.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:34:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:34:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:34:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:34:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:34:51.174Z||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-08-12T13:34:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:35:00.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:35:00.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:35:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:35:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:35:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:35:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:35:51.174Z||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-08-12T13:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:36:00.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:36:00.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:36:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:36:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:36:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:36:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:36:51.174Z||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-08-12T13:36:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:37:00.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:37:00.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:37:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:37:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:37:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:37:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:37:51.174Z||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-08-12T13:37:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:38:00.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:38:00.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:38:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:38:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:38:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:38:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:38:51.175Z||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-08-12T13:38:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:39:00.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:39:00.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:39:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:39:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:39:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:39:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:39:51.174Z||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-08-12T13:39:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:40:00.719Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:40:00.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:40:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:40:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:40:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:40:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:40:51.175Z||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-08-12T13:40:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:41:00.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:41:00.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:41:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:41:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:41:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:41:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:41:51.174Z||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-08-12T13:41:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:42:00.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:42:00.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:42:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:42:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:42:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:42:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:42:51.174Z||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-08-12T13:42:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:00.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:00.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:43:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:43:51.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:43:51.174Z||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-08-12T13:43:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:51.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:43:51.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:43:51.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:51.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa59b139-45d3-4fd6-a254-680fc5c4f11d","serviceName":"vFW 2021-08-12 13-41-46","serviceVersion":"1.0","serviceUUID":"9704ff0f-c541-4491-9595-93362921e8bc","serviceDescription":"catalog service description","serviceInvariantUUID":"a8810d8c-54b4-4cef-b090-ddae8c0f76e2","resources":[{"resourceInstanceName":"vFW bfee2244-0dc4 0","resourceName":"vFW bfee2244-0dc4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9eb5f1e3-71b1-4431-8802-d7aba7f4eef9","resourceInvariantUUID":"6d6ef13a-9721-4cfc-ad0d-b403c32bc95c","resourceCustomizationUUID":"68463640-fa89-4e7e-bae2-d48ce7404964","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml","artifactChecksum":"YzFlM2Q1ZjdiMThjM2ZhNmUzOTU4ZDJjZTRkYjVmOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc356453-cd7e-43c0-80ae-6263df8475f6","artifactVersion":"1"},{"artifactName":"vfwbfee22440dc40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json","artifactChecksum":"MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29921b38-e464-4b08-90ad-dc952eef6a0a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml","artifactChecksum":"YjYyZGY3YjQxMGJmYTFmMDE3ZmYxODMyOTcxODdlZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fb34850-fa21-40ae-a117-7bf3fed7a46e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04cc1b1b-3b0a-4b34-b276-039b2c3ec34c","artifactVersion":"2","generatedFromUUID":"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210812134146-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml","artifactChecksum":"YjYzZjFhYzliZDdiZmE1YjE0ZjhmZmJhZjM4ZmFiZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"439022ec-1bc3-4514-8c1f-5e52af2e8e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20210812134146-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar","artifactChecksum":"NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89cacc19-9981-4d4e-bb91-2fe8347383ca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:43:51.809Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:51.818Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:51.828Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:51.828Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.928Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-12T13:43:51.934Z||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-08-12T13:43:51.935Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.947Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:51.949Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:52.832Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:52.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:52.834Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:52.834Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:43:52.934Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:52.935Z||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-08-12T13:43:52.935Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:52.946Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:52.946Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:53.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:53.836Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:53.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:53.838Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:43:53.938Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:53.939Z||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-08-12T13:43:53.939Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:53.952Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:53.952Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:54.839Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:54.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:54.842Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:54.843Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:54.943Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:54.944Z||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-08-12T13:43:54.944Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:54.957Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:54.958Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:55.843Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:55.845Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:55.847Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:55.847Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T13:43:55.948Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:55.948Z||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-08-12T13:43:55.949Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:55.959Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:55.959Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:56.848Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:56.849Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:56.853Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:56.853Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:43:56.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:56.954Z||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-08-12T13:43:56.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:56.964Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:56.965Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:57.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:57.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:57.858Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:57.859Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:43:57.959Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:43:57.959Z||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-08-12T13:43:57.959Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:57.972Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:57.973Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:58.861Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"serviceName": "vFW 2021-08-12 13-41-46",
"serviceVersion": "1.0",
"serviceUUID": "9704ff0f-c541-4491-9595-93362921e8bc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a8810d8c-54b4-4cef-b090-ddae8c0f76e2",
"resources": [
{
"resourceInstanceName": "vFW bfee2244-0dc4 0",
"resourceCustomizationUUID": "68463640-fa89-4e7e-bae2-d48ce7404964",
"resourceName": "vFW bfee2244-0dc4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9eb5f1e3-71b1-4431-8802-d7aba7f4eef9",
"resourceInvariantUUID": "6d6ef13a-9721-4cfc-ad0d-b403c32bc95c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbfee22440dc40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"artifactChecksum": "MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "29921b38-e464-4b08-90ad-dc952eef6a0a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c",
"generatedFromUUID": "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210812134146-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"artifactChecksum": "NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89cacc19-9981-4d4e-bb91-2fe8347383ca"
}
],
"workloadContext": "Production"
}
2021-08-12T13:43:58.862Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:43:58.863Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9704ff0f-c541-4491-9595-93362921e8bc ASDC
2021-08-12T13:43:58.942Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fa59b139-45d3-4fd6-a254-680fc5c4f11d
ServiceName:vFW 2021-08-12 13-41-46
ServiceVersion:1.0
ServiceUUID:9704ff0f-c541-4491-9595-93362921e8bc
ServiceInvariantUUID:a8810d8c-54b4-4cef-b090-ddae8c0f76e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210812134146-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
ArtifactUUID:89cacc19-9981-4d4e-bb91-2fe8347383ca
ArtifactChecksum:NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bfee2244-0dc4 0
ResourceCustomizationUUID:68463640-fa89-4e7e-bae2-d48ce7404964
ResourceInvariantUUID:6d6ef13a-9721-4cfc-ad0d-b403c32bc95c
ResourceName:vFW bfee2244-0dc4
ResourceType:VF
ResourceUUID:9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbfee22440dc40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
ArtifactUUID:29921b38-e464-4b08-90ad-dc952eef6a0a
ArtifactChecksum:MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk=
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
ArtifactUUID:e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
ArtifactUUID:04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
ArtifactUUID:04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T13:43:58.942Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9704ff0f-c541-4491-9595-93362921e8bc 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-08-12T13:43:59.116Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:43:59.116Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 89cacc19-9981-4d4e-bb91-2fe8347383ca from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:43:59.118Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.324Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:43:59.346Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar 89cacc19-9981-4d4e-bb91-2fe8347383ca 98717
2021-08-12T13:43:59.347Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar ASDC sendASDCNotification
2021-08-12T13:43:59.347Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.348Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:43:59.349Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:59.350Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:59.350Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775839346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:43:59.451Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:59.452Z||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-08-12T13:43:59.452Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:59.463Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:43:59.463Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:00.351Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:44:00.352Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:44:00.353Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 89cacc19-9981-4d4e-bb91-2fe8347383ca, URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar to file: /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.353Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.532Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.532Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.947Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18359763232892853383/Definitions/service-Vfw20210812134146-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-08-12T13:44:03.204Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bfee2244-0dc4 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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:44:03.215Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.216Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.219Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.220Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:44:03.221Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.224Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:44:03.241Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80e63c1a-f5ca-4f08-b65c-1fdbe8626903
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae7ce749-9784-4505-97ee-e05e98e20f3d
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46357245-c93b-44c7-b206-3797eebad1f5
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-12 13-41-46
Description:catalog service description
Model UUID:9704ff0f-c541-4491-9595-93362921e8bc
Model Version:NULL
Model InvariantUuid:a8810d8c-54b4-4cef-b090-ddae8c0f76e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bfee2244-0dc4
Model UUID:e7dc7ce6-f587-4847-908b-4943a20998b1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d6ef13a-9721-4cfc-ad0d-b403c32bc95c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:68463640-fa89-4e7e-bae2-d48ce7404964
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6db95834-7ebe-4ab5-95ff-5ac367571f04
ModelName:VfwBfee22440dc4..base_vfw..module-0
ModelUuid:94c9a9d0-2a11-4b57-9434-5a29ed25db86
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:80e63c1a-f5ca-4f08-b65c-1fdbe8626903
ModelInvariantUuid:1cc1af8b-7a2f-4053-99b2-6c5cd3d7396f
ModelName:vFW bfee2244-0dc4-nodes.vfwCvfc
ModelUuid:455b5c61-552a-4aeb-ab87-51f71e4d9d51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7b6d1cf8-5e8f-4cc6-8437-9fb746eabca2
ModelInvariantUuid:d3f7924e-aaa2-49f4-b602-4b55197ad356
ModelName:VfwBfee22440dc4.compute.nodes.heat.vfw
ModelUuid:87a722ae-35ca-4239-99a0-e4b73e8e1a1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae7ce749-9784-4505-97ee-e05e98e20f3d
ModelInvariantUuid:a7a42a74-faaa-4d6a-92d5-624cdbaef24d
ModelName:vFW bfee2244-0dc4-nodes.vsnCvfc
ModelUuid:7f70a492-0623-4600-a88d-a00ac9b3cdb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:18d267fb-3ca0-4b0b-aab8-d0150a3c3f39
ModelInvariantUuid:fc14918e-79d9-4d7a-9fe8-9723c3cb3fdb
ModelName:VfwBfee22440dc4.compute.nodes.heat.vsn
ModelUuid:505a22b2-9ba1-4f61-8995-e130e82b6a56
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:46357245-c93b-44c7-b206-3797eebad1f5
ModelInvariantUuid:607b364a-e079-4fe9-a29e-fc593c4a937b
ModelName:vFW bfee2244-0dc4-nodes.vpgCvfc
ModelUuid:c199d7cb-272d-4590-8009-1d8b9b7a365d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:949bf84a-af84-41ab-ac87-9d3949bac280
ModelInvariantUuid:db367e9e-9233-4fb8-ac2c-aa139adf38ee
ModelName:VfwBfee22440dc4.compute.nodes.heat.vpg
ModelUuid:952ccaa3-8ea3-4895-980d-5434efdc6745
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-08-12T13:44:03.269Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
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-08-12T13:44:03.376Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||vFW bfee2244-0dc4 0
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 29921b38-e464-4b08-90ad-dc952eef6a0a from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json 29921b38-e464-4b08-90ad-dc952eef6a0a 785
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json ASDC sendASDCNotification
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:04.459Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:04.459Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775844457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:44:04.559Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:04.561Z||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-08-12T13:44:04.561Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:04.571Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:04.571Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:44:05.460Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBfee22440dc4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6db95834-7ebe-4ab5-95ff-5ac367571f04",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94c9a9d0-2a11-4b57-9434-5a29ed25db86",
"vfModuleModelCustomizationUUID": "35dd6a47-09ec-4700-a08d-310fa5241d36",
"isBase": true,
"artifacts": [
"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
"04cc1b1b-3b0a-4b34-b276-039b2c3ec34c"
],
"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-08-12T13:44:05.484Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBfee22440dc4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94c9a9d0-2a11-4b57-9434-5a29ed25db86
VfModuleModelInvariantUUID:6db95834-7ebe-4ab5-95ff-5ac367571f04
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
,
04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
}
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-08-12T13:44:05.486Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBfee22440dc4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6db95834-7ebe-4ab5-95ff-5ac367571f04",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94c9a9d0-2a11-4b57-9434-5a29ed25db86",
"vfModuleModelCustomizationUUID": "35dd6a47-09ec-4700-a08d-310fa5241d36",
"isBase": true,
"artifacts": [
"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
"04cc1b1b-3b0a-4b34-b276-039b2c3ec34c"
],
"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-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBfee22440dc4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94c9a9d0-2a11-4b57-9434-5a29ed25db86
VfModuleModelInvariantUUID:6db95834-7ebe-4ab5-95ff-5ac367571f04
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
,
04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
}
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-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e3b1b7e9-acbf-456b-90d4-df5df8a65b2e from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:07.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:07.550Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml e3b1b7e9-acbf-456b-90d4-df5df8a65b2e 20368
2021-08-12T13:44:07.550Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:07.554Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:07.554Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775847550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:44:07.654Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:07.655Z||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-08-12T13:44:07.656Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:07.666Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:07.666Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:44:08.555Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 04cc1b1b-3b0a-4b34-b276-039b2c3ec34c from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.555Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:08.556Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.995Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env 04cc1b1b-3b0a-4b34-b276-039b2c3ec34c 2098
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:08.997Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:08.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:08.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775848996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:44:09.099Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:09.100Z||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-08-12T13:44:09.100Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:09.110Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:09.111Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:09.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9704ff0f-c541-4491-9595-93362921e8bc
2021-08-12T13:44:10.001Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bfee2244-0dc4 0 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9 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-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 68463640-fa89-4e7e-bae2-d48ce7404964
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68463640-fa89-4e7e-bae2-d48ce7404964 matches Tosca VF Customization UUID: 68463640-fa89-4e7e-bae2-d48ce7404964
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 68463640-fa89-4e7e-bae2-d48ce7404964 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-08-12T13:44:10.059Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.059Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 68463640-fa89-4e7e-bae2-d48ce7404964: {\"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-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ff5a01a
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35dd6a47-09ec-4700-a08d-310fa5241d36
2021-08-12T13:44:10.062Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35dd6a47-09ec-4700-a08d-310fa5241d36
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-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80e63c1a-f5ca-4f08-b65c-1fdbe8626903
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-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae7ce749-9784-4505-97ee-e05e98e20f3d
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-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46357245-c93b-44c7-b206-3797eebad1f5
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-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=68463640-fa89-4e7e-bae2-d48ce7404964
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-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9704ff0f-c541-4491-9595-93362921e8bc: vFW bfee2244-0dc4
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-12 13-41-46
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-08-12T13:44:10.386Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bfee2244-0dc4 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9 1 ASDC deployResourceStructure
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json ASDC sendASDCNotification
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:10.388Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:10.388Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775850387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:44:10.489Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T13:44:10.490Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:10.490Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:10.500Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:10.500Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:11.391Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:11.393Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:11.393Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775851390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T13:44:11.493Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:11.495Z||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-08-12T13:44:11.495Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:11.503Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:11.503Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:12.394Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:12.397Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:12.397Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775852394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-12T13:44:12.497Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:12.498Z||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-08-12T13:44:12.498Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:12.507Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:12.507Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:13.398Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar ASDC sendASDCNotification
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:13.401Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:13.401Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775853398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:44:13.501Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:13.502Z||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-08-12T13:44:13.502Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:13.513Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:13.514Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:14.404Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:44:14.429Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:44:44.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:44:44.447Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:44:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:44:51.174Z||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-08-12T13:44:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:51.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:44:51.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:44:51.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:44:51.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:45:14.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:45:14.463Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:45:44.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:45:44.478Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:45:44.481Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:45:44.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:45:44.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:45:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:45:51.175Z||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-08-12T13:45:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:45:51.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:45:51.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:45:51.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:45:51.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:14.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:46:14.491Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:46:44.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:46:44.505Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:46:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:46:51.174Z||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-08-12T13:46:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:46:51.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:46:51.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775821074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "dcae-sch",
"timestamp": 1628775825584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775826552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775820254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775836929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775836915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775836957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "cds",
"timestamp": 1628775837942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-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-08-12T13:46:51.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775837920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775838167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775838731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "policy-id",
"timestamp": 1628775838923,
"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-08-12T13:46:51.252Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.252Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775839346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775839379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775840601,
"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-08-12T13:46:51.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.269Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775841604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775844457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775838946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775840254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775847550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775848190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775848583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775848996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "cds",
"timestamp": 1628775849198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-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-08-12T13:46:51.300Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.300Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775849586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775835960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775850387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "policy-id",
"timestamp": 1628775850588,
"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-08-12T13:46:51.316Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775851390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "dcae-sch",
"timestamp": 1628775845584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775852394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775846553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775853398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775855489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775855579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775855646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "aai-ml",
"timestamp": 1628775856493,
"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-08-12T13:46:51.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775857294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775851075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775858477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775858915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775859500,
"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-08-12T13:46:51.350Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "cds",
"timestamp": 1628775859919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-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-08-12T13:46:51.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.376Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775860325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775860503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775861330,
"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-08-12T13:46:51.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "ves-openapi-manager",
"timestamp": 1628775855960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775863049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775830809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775865059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775865473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "clamp",
"timestamp": 1628775866063,
"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-08-12T13:46:51.417Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.417Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:46:51.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775860254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775868507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775869510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775869892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "policy-id",
"timestamp": 1628775870512,
"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-08-12T13:46:51.437Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775872035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "dcae-sch",
"timestamp": 1628775865584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775873037,
"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-08-12T13:46:51.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.452Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775866553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775873271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "aai-ml",
"timestamp": 1628775874275,
"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-08-12T13:46:51.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775875554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775876961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775878137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775879151,
"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-08-12T13:46:51.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.481Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775880040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775846088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628775880154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775881320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775875280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775883042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775883337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775883674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "clamp",
"timestamp": 1628775884046,
"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-08-12T13:46:51.493Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.493Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:46:51.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628775884339,
"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-08-12T13:46:51.506Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.506Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775888273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "aai-ml",
"timestamp": 1628775889277,
"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-08-12T13:46:51.520Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.520Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775846666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-12T13:47:14.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:47:14.525Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
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-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:47:14.536Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:47:44.537Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d 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-08-12T13:47:44.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d and serviceModelVersionId: 9704ff0f-c541-4491-9595-93362921e8bc
2021-08-12T13:47:44.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8810d8c-54b4-4cef-b090-ddae8c0f76e2
2021-08-12T13:47:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:47:51.175Z||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-08-12T13:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775897043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DOWNLOADED"
}
2021-08-12T13:47:51.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:47:51.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775898046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DEPLOYED"
}
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "clamp",
"timestamp": 1628775899050,
"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-08-12T13:47:51.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:47:51.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:47:54.307Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0
2021-08-12T13:47:54.468Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:47:54.982Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|INFO|500||Invoke
2021-08-12T13:47:54.989Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5dff14bb-b43d-4479-a6f9-abac296db4e1], X-ECOMP-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], X-TransactionId=[], X-ONAP-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], Content-Type=[application/merge-patch+json]}
2021-08-12T13:47:55.101Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T13:47:55.562Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?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/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-13:47:55:111-1085], vertex-id=[340184], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:47:55 GMT], Content-Type=[application/json]}
2021-08-12T13:47:55.563Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:47:55.564Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|INFO|500||InvokeReturn
2021-08-12T13:47:55.567Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:47:55.567Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:47:55.571Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:47:55.576Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa59b139-45d3-4fd6-a254-680fc5c4f11d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:47:55.577Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:47:55.577Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:55.579Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:55.579Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776075576,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:47:55.679Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:55.680Z||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-08-12T13:47:55.680Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:55.690Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:55.691Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:47:56.593Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a85bb840-c0c6-4666-b250-584c0c05e872","serviceName":"basic_onboard_somnXR","serviceVersion":"1.0","serviceUUID":"780246f5-9ea5-438d-b145-1489ac7fb2b4","serviceDescription":"service","serviceInvariantUUID":"64975edd-f758-460f-9eff-cfdb473da70d","resources":[{"resourceInstanceName":"basic_onboard_somnXR 0","resourceName":"basic_onboard_somnXR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e3b3b3-26e6-4294-b6e2-01e31a649e4e","resourceInvariantUUID":"b2572e56-6344-48ee-89db-50ee79ad6b26","resourceCustomizationUUID":"0f9ac23e-da23-4777-bf43-b21a4d1707b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml","artifactChecksum":"YmRmNDE4OTNlOGIzZTkzYzIzMWRkODc1N2Q2MmI4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d9e6253-8e91-4a3b-98fd-30482d9a76cf","artifactVersion":"1"},{"artifactName":"basic_onboard_somnxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json","artifactChecksum":"YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f73e70ea-0c87-4e54-afcb-b9d2e61547ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464955e3-6c29-417c-9568-97be495b7660","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd60a66c-5ceb-490d-ac68-95b134571533","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db623e63-a7b2-4e4a-b921-01c670f4bd1b","artifactVersion":"2","generatedFromUUID":"464955e3-6c29-417c-9568-97be495b7660"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSomnxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml","artifactChecksum":"ZWMwOTNjZTRkZTYwZmM3YzI4NGJjZGJjZjZjOWNmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308873e5-3431-42ab-80cf-922850bcfc83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSomnxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar","artifactChecksum":"MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b23186c-5a45-4446-8d33-afc438b389f4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:56.596Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:56.596Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:47:56.696Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:56.697Z||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-08-12T13:47:56.697Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:56.705Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:56.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:57.597Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:57.597Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:57.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:57.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:47:57.699Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:57.700Z||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-08-12T13:47:57.700Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:57.709Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:57.709Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:58.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:58.600Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:58.602Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:58.602Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:47:58.702Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:58.704Z||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-08-12T13:47:58.704Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:58.712Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:58.712Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:59.603Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:59.604Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:59.606Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:59.607Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:47:59.707Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:59.709Z||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-08-12T13:47:59.709Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:59.717Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:47:59.717Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:00.608Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:00.608Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:00.610Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:00.611Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:48:00.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:00.712Z||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-08-12T13:48:00.712Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:00.721Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:00.722Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:01.611Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:01.613Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:01.615Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:01.615Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:01.718Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-12T13:48:01.719Z||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-08-12T13:48:01.719Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:01.730Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:01.731Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:02.616Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:02.617Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:02.620Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:02.620Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:48:02.720Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:02.721Z||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-08-12T13:48:02.721Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:02.731Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:02.731Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"serviceName": "basic_onboard_somnXR",
"serviceVersion": "1.0",
"serviceUUID": "780246f5-9ea5-438d-b145-1489ac7fb2b4",
"serviceDescription": "service",
"serviceInvariantUUID": "64975edd-f758-460f-9eff-cfdb473da70d",
"resources": [
{
"resourceInstanceName": "basic_onboard_somnXR 0",
"resourceCustomizationUUID": "0f9ac23e-da23-4777-bf43-b21a4d1707b1",
"resourceName": "basic_onboard_somnXR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "97e3b3b3-26e6-4294-b6e2-01e31a649e4e",
"resourceInvariantUUID": "b2572e56-6344-48ee-89db-50ee79ad6b26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_somnxr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"artifactChecksum": "YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f73e70ea-0c87-4e54-afcb-b9d2e61547ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "464955e3-6c29-417c-9568-97be495b7660",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
"generatedFromUUID": "464955e3-6c29-417c-9568-97be495b7660"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSomnxr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"artifactChecksum": "MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b23186c-5a45-4446-8d33-afc438b389f4"
}
],
"workloadContext": "Production"
}
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC
2021-08-12T13:48:03.623Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a85bb840-c0c6-4666-b250-584c0c05e872
ServiceName:basic_onboard_somnXR
ServiceVersion:1.0
ServiceUUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
ServiceInvariantUUID:64975edd-f758-460f-9eff-cfdb473da70d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSomnxr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
ArtifactUUID:1b23186c-5a45-4446-8d33-afc438b389f4
ArtifactChecksum:MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_somnXR 0
ResourceCustomizationUUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
ResourceInvariantUUID:b2572e56-6344-48ee-89db-50ee79ad6b26
ResourceName:basic_onboard_somnXR
ResourceType:VF
ResourceUUID:97e3b3b3-26e6-4294-b6e2-01e31a649e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_somnxr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
ArtifactUUID:f73e70ea-0c87-4e54-afcb-b9d2e61547ae
ArtifactChecksum:YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk=
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:464955e3-6c29-417c-9568-97be495b7660
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T13:48:03.623Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 780246f5-9ea5-438d-b145-1489ac7fb2b4 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-08-12T13:48:03.662Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:04.665Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:04.667Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar 1b23186c-5a45-4446-8d33-afc438b389f4 71368
2021-08-12T13:48:04.667Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:04.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:04.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776084667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:04.770Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:04.771Z||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-08-12T13:48:04.771Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:04.782Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:04.783Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:05.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:05.671Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:05.671Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4, URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.821Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5710116275253996502/Definitions/service-BasicOnboardSomnxr-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-08-12T13:48:07.021Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:48:07.021Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_somnXR 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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_somnXR
Description:service
Model UUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
Model Version:NULL
Model InvariantUuid:64975edd-f758-460f-9eff-cfdb473da70d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_somnXR
Model UUID:f3e0ca35-be03-4b05-8c6c-8b7c2604c88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2572e56-6344-48ee-89db-50ee79ad6b26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
ModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
ModelUuid:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
ModelInvariantUuid:38c69117-54d0-4f5f-9c54-42133df35b9d
ModelName:basic_onboard_somnXR-nodes.ubuntu18Cvfc
ModelUuid:7eced4f9-226e-4eb2-8b05-0f433dabac40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:373f0113-d9b4-4b8a-9d7c-db312ffbc3c4
ModelInvariantUuid:b1d4a9fe-de1c-407f-9ee3-f825cfc05c33
ModelName:BasicOnboardSomnxr.compute.nodes.heat.ubuntu18
ModelUuid:d9ad092e-9ab7-4a37-8239-e5af9129ea89
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-08-12T13:48:07.031Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e
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-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||basic_onboard_somnXR 0
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f73e70ea-0c87-4e54-afcb-b9d2e61547ae from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:08.189Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:08.190Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json f73e70ea-0c87-4e54-afcb-b9d2e61547ae 798
2021-08-12T13:48:08.190Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json ASDC sendASDCNotification
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:08.196Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:08.196Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776088190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:08.296Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:08.297Z||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-08-12T13:48:08.297Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:08.304Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:08.305Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:09.197Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSomnxr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2dc48ec9-db40-4450-b3b5-2feca8f02dd2",
"vfModuleModelCustomizationUUID": "128784c9-a907-41cb-971c-8e2a1352429e",
"isBase": true,
"artifacts": [
"464955e3-6c29-417c-9568-97be495b7660",
"db623e63-a7b2-4e4a-b921-01c670f4bd1b"
],
"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-08-12T13:48:09.201Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
VfModuleModelInvariantUUID:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
464955e3-6c29-417c-9568-97be495b7660
,
db623e63-a7b2-4e4a-b921-01c670f4bd1b
}
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-08-12T13:48:09.203Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSomnxr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2dc48ec9-db40-4450-b3b5-2feca8f02dd2",
"vfModuleModelCustomizationUUID": "128784c9-a907-41cb-971c-8e2a1352429e",
"isBase": true,
"artifacts": [
"464955e3-6c29-417c-9568-97be495b7660",
"db623e63-a7b2-4e4a-b921-01c670f4bd1b"
],
"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-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
VfModuleModelInvariantUUID:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
464955e3-6c29-417c-9568-97be495b7660
,
db623e63-a7b2-4e4a-b921-01c670f4bd1b
}
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-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 464955e3-6c29-417c-9568-97be495b7660 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml 464955e3-6c29-417c-9568-97be495b7660 5033
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:09.895Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:09.895Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776089893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:09.995Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:09.996Z||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-08-12T13:48:09.996Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:10.007Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:10.007Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:10.896Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db623e63-a7b2-4e4a-b921-01c670f4bd1b from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:10.896Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:10.897Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:11.845Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:11.845Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env db623e63-a7b2-4e4a-b921-01c670f4bd1b 909
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:11.847Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:11.848Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776091846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:11.948Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:11.949Z||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-08-12T13:48:11.949Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:11.958Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:11.958Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:12.848Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:48:12.849Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_somnXR 0 97e3b3b3-26e6-4294-b6e2-01e31a649e4e 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-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0f9ac23e-da23-4777-bf43-b21a4d1707b1
2021-08-12T13:48:12.867Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1 matches Tosca VF Customization UUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1
2021-08-12T13:48:12.867Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1 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-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0f9ac23e-da23-4777-bf43-b21a4d1707b1: {\"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-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fb6808c
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 128784c9-a907-41cb-971c-8e2a1352429e
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 128784c9-a907-41cb-971c-8e2a1352429e
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-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
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-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=0f9ac23e-da23-4777-bf43-b21a4d1707b1
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-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 780246f5-9ea5-438d-b145-1489ac7fb2b4: basic_onboard_somnXR
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.879Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_somnXR
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-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_somnXR 97e3b3b3-26e6-4294-b6e2-01e31a649e4e 1 ASDC deployResourceStructure
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json ASDC sendASDCNotification
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:12.952Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:12.953Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:12.953Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776092951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:13.054Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:13.055Z||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-08-12T13:48:13.055Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:13.065Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:13.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:13.956Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:13.959Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:13.959Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776093954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:14.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:14.059Z||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-08-12T13:48:14.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:14.070Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:14.070Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:14.961Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:14.964Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:14.964Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776094961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:15.064Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:15.065Z||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-08-12T13:48:15.065Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:15.073Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:15.074Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:15.967Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:15.970Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:15.970Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776095965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:16.071Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:48:16.071Z||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-08-12T13:48:16.071Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:16.082Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:16.083Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:16.972Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872
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-08-12T13:48:16.985Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872
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-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:48:16.995Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:48:46.995Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872 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-08-12T13:48:47.001Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a85bb840-c0c6-4666-b250-584c0c05e872 and serviceModelVersionId: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:48:47.001Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64975edd-f758-460f-9eff-cfdb473da70d
2021-08-12T13:48:47.002Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0
2021-08-12T13:48:47.006Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:48:47.036Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||Invoke
2021-08-12T13:48:47.036Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59a1305b-9670-42f5-ab76-27e9475841ce], X-ECOMP-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], X-TransactionId=[], X-ONAP-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], Content-Type=[application/merge-patch+json]}
2021-08-12T13:48:47.060Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T13:48:47.409Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?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/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-13:48:47:068-41490], vertex-id=[344280], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:48:47 GMT], Content-Type=[application/json]}
2021-08-12T13:48:47.410Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||InvokeReturn
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:48:47.415Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a85bb840-c0c6-4666-b250-584c0c05e872 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:47.418Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:47.419Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776127416,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:47.519Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:47.520Z||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-08-12T13:48:47.520Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:47.531Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:47.532Z||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-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:48:51.175Z||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-08-12T13:48:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:51.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:51.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776075576,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628775831172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776084667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776088190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776089893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776091846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776092951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776093954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776094961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776095965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776127416,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:52.740Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:52.742Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:48:52.743Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"550bff93-7989-4c17-879a-b61406f7319e","serviceName":"basic_onboard_somnXR","serviceVersion":"1.0","serviceUUID":"780246f5-9ea5-438d-b145-1489ac7fb2b4","serviceDescription":"service","serviceInvariantUUID":"64975edd-f758-460f-9eff-cfdb473da70d","resources":[{"resourceInstanceName":"basic_onboard_somnXR 0","resourceName":"basic_onboard_somnXR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e3b3b3-26e6-4294-b6e2-01e31a649e4e","resourceInvariantUUID":"b2572e56-6344-48ee-89db-50ee79ad6b26","resourceCustomizationUUID":"0f9ac23e-da23-4777-bf43-b21a4d1707b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml","artifactChecksum":"YmRmNDE4OTNlOGIzZTkzYzIzMWRkODc1N2Q2MmI4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d9e6253-8e91-4a3b-98fd-30482d9a76cf","artifactVersion":"1"},{"artifactName":"basic_onboard_somnxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json","artifactChecksum":"YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f73e70ea-0c87-4e54-afcb-b9d2e61547ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464955e3-6c29-417c-9568-97be495b7660","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd60a66c-5ceb-490d-ac68-95b134571533","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db623e63-a7b2-4e4a-b921-01c670f4bd1b","artifactVersion":"2","generatedFromUUID":"464955e3-6c29-417c-9568-97be495b7660"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSomnxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml","artifactChecksum":"ZWMwOTNjZTRkZTYwZmM3YzI4NGJjZGJjZjZjOWNmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308873e5-3431-42ab-80cf-922850bcfc83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSomnxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar","artifactChecksum":"MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b23186c-5a45-4446-8d33-afc438b389f4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:48:52.746Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:52.746Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:52.748Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:52.749Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:52.849Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:52.850Z||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-08-12T13:48:52.850Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:52.862Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:52.863Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:53.749Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:53.750Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:53.752Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:53.752Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:48:53.852Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:53.853Z||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-08-12T13:48:53.854Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:53.864Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:53.865Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:54.753Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:54.754Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:54.756Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:54.757Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:48:54.857Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:54.858Z||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-08-12T13:48:54.858Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:54.870Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:54.871Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:55.757Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:55.758Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:55.761Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:55.761Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:55.861Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:55.862Z||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-08-12T13:48:55.862Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:55.872Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:55.873Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:56.762Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:56.763Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:56.765Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:56.766Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:48:56.866Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:56.867Z||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-08-12T13:48:56.867Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:56.878Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:56.879Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:57.766Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:57.768Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:57.770Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:57.770Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:48:57.871Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T13:48:57.872Z||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-08-12T13:48:57.872Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:57.884Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:57.884Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:58.771Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:58.772Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:58.775Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:58.775Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:48:58.875Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:58.876Z||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-08-12T13:48:58.876Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:58.886Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:48:58.886Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"serviceName": "basic_onboard_somnXR",
"serviceVersion": "1.0",
"serviceUUID": "780246f5-9ea5-438d-b145-1489ac7fb2b4",
"serviceDescription": "service",
"serviceInvariantUUID": "64975edd-f758-460f-9eff-cfdb473da70d",
"resources": [
{
"resourceInstanceName": "basic_onboard_somnXR 0",
"resourceCustomizationUUID": "0f9ac23e-da23-4777-bf43-b21a4d1707b1",
"resourceName": "basic_onboard_somnXR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "97e3b3b3-26e6-4294-b6e2-01e31a649e4e",
"resourceInvariantUUID": "b2572e56-6344-48ee-89db-50ee79ad6b26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_somnxr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"artifactChecksum": "YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f73e70ea-0c87-4e54-afcb-b9d2e61547ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "464955e3-6c29-417c-9568-97be495b7660",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
"generatedFromUUID": "464955e3-6c29-417c-9568-97be495b7660"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSomnxr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"artifactChecksum": "MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b23186c-5a45-4446-8d33-afc438b389f4"
}
],
"workloadContext": "Production"
}
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC
2021-08-12T13:48:59.778Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:550bff93-7989-4c17-879a-b61406f7319e
ServiceName:basic_onboard_somnXR
ServiceVersion:1.0
ServiceUUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
ServiceInvariantUUID:64975edd-f758-460f-9eff-cfdb473da70d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSomnxr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
ArtifactUUID:1b23186c-5a45-4446-8d33-afc438b389f4
ArtifactChecksum:MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_somnXR 0
ResourceCustomizationUUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
ResourceInvariantUUID:b2572e56-6344-48ee-89db-50ee79ad6b26
ResourceName:basic_onboard_somnXR
ResourceType:VF
ResourceUUID:97e3b3b3-26e6-4294-b6e2-01e31a649e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_somnxr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
ArtifactUUID:f73e70ea-0c87-4e54-afcb-b9d2e61547ae
ArtifactChecksum:YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk=
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:464955e3-6c29-417c-9568-97be495b7660
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
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/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-12T13:48:59.778Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 780246f5-9ea5-438d-b145-1489ac7fb2b4 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-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.815Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:59.815Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.981Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:59.987Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar 1b23186c-5a45-4446-8d33-afc438b389f4 71368
2021-08-12T13:48:59.987Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:59.990Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:59.991Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776139987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:49:00.091Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:00.092Z||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-08-12T13:49:00.092Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:00.179Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:00.180Z||pool-42-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:00.991Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4, URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.994Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.994Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.144Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6311238124154385538/Definitions/service-BasicOnboardSomnxr-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-08-12T13:49:01.930Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_somnXR 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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_somnXR
Description:service
Model UUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
Model Version:NULL
Model InvariantUuid:64975edd-f758-460f-9eff-cfdb473da70d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_somnXR
Model UUID:f3e0ca35-be03-4b05-8c6c-8b7c2604c88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2572e56-6344-48ee-89db-50ee79ad6b26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
ModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
ModelUuid:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
ModelInvariantUuid:38c69117-54d0-4f5f-9c54-42133df35b9d
ModelName:basic_onboard_somnXR-nodes.ubuntu18Cvfc
ModelUuid:7eced4f9-226e-4eb2-8b05-0f433dabac40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:373f0113-d9b4-4b8a-9d7c-db312ffbc3c4
ModelInvariantUuid:b1d4a9fe-de1c-407f-9ee3-f825cfc05c33
ModelName:BasicOnboardSomnxr.compute.nodes.heat.ubuntu18
ModelUuid:d9ad092e-9ab7-4a37-8239-e5af9129ea89
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=?
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-08-12T13:49:01.950Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar(Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists)
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:01.954Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:01.954Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776141951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists"
}
2021-08-12T13:49:02.054Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:02.055Z||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-08-12T13:49:02.055Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:02.064Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:02.064Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:02.955Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:49:02.956Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar(Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists)
2021-08-12T13:49:02.956Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T13:49:02.957Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:02.959Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:02.959Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776142955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists"
}
2021-08-12T13:49:03.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:03.060Z||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-08-12T13:49:03.060Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:03.069Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:03.070Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:03.960Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e
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-08-12T13:49:03.970Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e
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-08-12T13:49:03.973Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:49:03.973Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:49:03.979Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:49:33.979Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e 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-08-12T13:49:33.985Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550bff93-7989-4c17-879a-b61406f7319e and serviceModelVersionId: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:49:33.986Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64975edd-f758-460f-9eff-cfdb473da70d
2021-08-12T13:49:33.986Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0
2021-08-12T13:49:33.992Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:49:34.016Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||Invoke
2021-08-12T13:49:34.017Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1293b6b-a5b2-41ad-9d23-8bd15f8eaa86], X-ECOMP-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], X-TransactionId=[], X-ONAP-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], Content-Type=[application/merge-patch+json]}
2021-08-12T13:49:34.032Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-12T13:49:34.463Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?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/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-13:49:34:040-19776], vertex-id=[344280], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:49:34 GMT], Content-Type=[application/json]}
2021-08-12T13:49:34.464Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:49:34.465Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||InvokeReturn
2021-08-12T13:49:34.465Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:49:34.466Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:49:34.470Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550bff93-7989-4c17-879a-b61406f7319e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:34.473Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:34.474Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776174471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:49:34.574Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:34.577Z||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-08-12T13:49:34.577Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:34.589Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:34.590Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:49:35.486Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:35.487Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:49:35.487Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:45.034Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:45.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:45.035Z||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-08-12T13:49:45.035Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:51.175Z||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-08-12T13:49:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:51.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
"status": "NOTIFIED"
}
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776128434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776139987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776141951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists"
}
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776142955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists"
}
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776174471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:54.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:49:54.578Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:54.578Z||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-08-12T13:49:54.578Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:04.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:50:04.121Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:04.121Z||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-08-12T13:50:04.122Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:13.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:50:13.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:13.667Z||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-08-12T13:50:13.667Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:23.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:50:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:51.173Z||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-08-12T13:50:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:51:00.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:51:00.718Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:51:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:51:51.173Z||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-08-12T13:51:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:51:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:51:51.174Z||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-08-12T13:51:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:52:00.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:52:00.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:52:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:52:51.172Z||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-08-12T13:52:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:52:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:52:51.174Z||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-08-12T13:52:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:53:00.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:53:00.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:53:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:53:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:53:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:53:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:53:51.174Z||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-08-12T13:53:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:54:00.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:54:00.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:54:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:54:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:54:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:54:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:54:51.174Z||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-08-12T13:54:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:55:00.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:55:00.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:55:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:55:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:55:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:55:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:55:51.174Z||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-08-12T13:55:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:00.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:00.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:56:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:56:51.173Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:56:51.174Z||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-08-12T13:56:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:51.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cee1b627-2397-49cd-9fab-f7a1c754f101","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3a55040-e3f3-4063-9477-10445472b825","serviceDescription":"service","serviceInvariantUUID":"504a521e-a050-4820-ad09-9fcbcb0e3062","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aabe2d28-5e26-4b4e-a0d6-6047c39c9f25","resourceInvariantUUID":"9dca17ad-0442-4c12-abc9-8d5608caa2b6","resourceCustomizationUUID":"fac2ad27-cb24-4fd9-81a5-8b68e9cab603","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":"OTdjMGQ1NmUxOTk3NTc0MmZlZTQ3OTE4YzBlZmY2ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06618379-1703-4994-ad03-e1fa9d5c2a1a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"769eafb8-69b6-47be-bd4e-305d6b20a77f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:56:51.799Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:56:51.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:51.800Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:51.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628776566088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628776566552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "cds",
"timestamp": 1628776571074,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "clamp",
"timestamp": 1628776566666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.802Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776611172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "ves-openapi-manager",
"timestamp": 1628776575960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "cds",
"timestamp": 1628776571074,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628776566552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "clamp",
"timestamp": 1628776566666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628776566088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "ves-openapi-manager",
"timestamp": 1628776575960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "cds",
"timestamp": 1628776578209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628776578217,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "cds",
"timestamp": 1628776579213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.817Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 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-08-12T13:56:51.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628776579629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628776580632,
"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-08-12T13:56:51.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 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-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "policy-id",
"timestamp": 1628776580253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "aai-ml",
"timestamp": 1628776580810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "policy-id",
"timestamp": 1628776580253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "aai-ml",
"timestamp": 1628776580810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "policy-id",
"timestamp": 1628776583467,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "aai-ml",
"timestamp": 1628776584082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "clamp",
"timestamp": 1628776584163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "policy-id",
"timestamp": 1628776584472,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "clamp",
"timestamp": 1628776585180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "policy-id",
"timestamp": 1628776585474,
"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-08-12T13:56:51.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.844Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 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-08-12T13:56:51.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "clamp",
"timestamp": 1628776586183,
"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-08-12T13:56:51.856Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.856Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 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-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "dcae-sch",
"timestamp": 1628776585584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "dcae-sch",
"timestamp": 1628776585584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "aai-ml",
"timestamp": 1628776587953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "aai-ml",
"timestamp": 1628776588956,
"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-08-12T13:56:51.870Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 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-08-12T13:56:51.903Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:56:51.903Z||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-08-12T13:56:51.903Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.911Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:51.912Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:52.803Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:56:52.804Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:52.806Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:52.807Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776611172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-12T13:56:52.907Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:56:52.907Z||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-08-12T13:56:52.907Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:52.916Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:52.916Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:53.807Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b3a55040-e3f3-4063-9477-10445472b825",
"serviceDescription": "service",
"serviceInvariantUUID": "504a521e-a050-4820-ad09-9fcbcb0e3062",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fac2ad27-cb24-4fd9-81a5-8b68e9cab603",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "aabe2d28-5e26-4b4e-a0d6-6047c39c9f25",
"resourceInvariantUUID": "9dca17ad-0442-4c12-abc9-8d5608caa2b6",
"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": "N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "769eafb8-69b6-47be-bd4e-305d6b20a77f"
}
],
"workloadContext": "Production"
}
2021-08-12T13:56:53.808Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:56:53.808Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3a55040-e3f3-4063-9477-10445472b825 ASDC
2021-08-12T13:56:53.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cee1b627-2397-49cd-9fab-f7a1c754f101
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b3a55040-e3f3-4063-9477-10445472b825
ServiceInvariantUUID:504a521e-a050-4820-ad09-9fcbcb0e3062
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:769eafb8-69b6-47be-bd4e-305d6b20a77f
ArtifactChecksum:N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fac2ad27-cb24-4fd9-81a5-8b68e9cab603
ResourceInvariantUUID:9dca17ad-0442-4c12-abc9-8d5608caa2b6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aabe2d28-5e26-4b4e-a0d6-6047c39c9f25
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-12T13:56:53.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a55040-e3f3-4063-9477-10445472b825 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-08-12T13:56:53.838Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:56:53.839Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:53.839Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 769eafb8-69b6-47be-bd4e-305d6b20a77f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:55.551Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T13:56:55.556Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 769eafb8-69b6-47be-bd4e-305d6b20a77f 52173
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:55.559Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:55.560Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628776615557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-12T13:56:55.660Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:56:55.660Z||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-08-12T13:56:55.661Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:55.670Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-12T13:56:55.670Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:56.560Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:56:56.562Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:56.562Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 769eafb8-69b6-47be-bd4e-305d6b20a77f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.639Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18150908154991517439/Definitions/service-BasicNetwork-template.yml
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b3a55040-e3f3-4063-9477-10445472b825
Model Version:NULL
Model InvariantUuid:504a521e-a050-4820-ad09-9fcbcb0e3062
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9dca17ad-0442-4c12-abc9-8d5608caa2b6
Model UUID:ede03947-8fdb-4fe8-a733-6ec3e09cdf4a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fac2ad27-cb24-4fd9-81a5-8b68e9cab603
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-08-12T13:56:56.942Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: aabe2d28-5e26-4b4e-a0d6-6047c39c9f25
2021-08-12T13:56:56.942Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||No resources found for Service: b3a55040-e3f3-4063-9477-10445472b825
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-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b3a55040-e3f3-4063-9477-10445472b825
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3a55040-e3f3-4063-9477-10445472b825
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-12T13:56:56.946Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3a55040-e3f3-4063-9477-10445472b825: Generic NeutronNet
2021-08-12T13:56:56.952Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery