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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=o}:2Nmwb#gtyh6k]ipWY!?v7 -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-06T02:11:47.728Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-p78rd with PID 14 (/app/app.jar started by so in /app)
2021-04-06T02:11:47.732Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-06T02:11:47.733Z||main|||||INFO|500||The following profiles are active: basic
2021-04-06T02:11:53.420Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-06T02:11:53.421Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-06T02:11:53.565Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-06T02:11:55.192Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-06T02:11:55.325Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-06T02:11:55.496Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-06T02:11:55.503Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-06T02:11:56.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-06T02:11:56.869Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-06T02:11:56.873Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-06T02:11:57.203Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-06T02:11:57.678Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-06T02:12:00.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-06T02:12:01.158Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-06T02:12:02.391Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-06T02:12:02.417Z||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:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$49d1542f.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:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
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:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-06T02:12:02.418Z||main|||||WARN|500||The sdc end point is not alive
2021-04-06T02:12:03.517Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-06T02:12:05.447Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-06T02:12:06.778Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-06T02:12:07.723Z||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-04-06T02:12:09.444Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-06T02:12:09.445Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-06T02:12:09.517Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-06T02:12:09.535Z||main|||||INFO|500||Started Application in 24.174 seconds (JVM running for 25.165)
2021-04-06T02:12:09.590Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-06T02:12:09.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 544efff7-3223-4d39-9aac-76c76aa20691 url= /sdc/v1/artifactTypes
2021-04-06T02:12:09.637Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-06T02:12:09.966Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-06T02:12:09.968Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367b9122
2021-04-06T02:12:09.969Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-06T02:12:09.975Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-06T02:12:09.977Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-06T02:12:09.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: authorization failure for user mso
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: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-06T02:12:39.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:12:59.441Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-06T02:12:59.442Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-06T02:12:59.442Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-06T02:12:59.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-06T02:12:59.454Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52cf2bad-7db6-4f05-9dd8-539004664a5f url= /sdc/v1/artifactTypes
2021-04-06T02:12:59.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-06T02:12:59.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:12:59.562Z||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-04-06T02:12:59.582Z||scheduling-1|||||DEBUG|500||create keys
2021-04-06T02:12:59.589Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-06T02:12:59.632Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:12:59.654Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afb5107a-a4a3-4f9d-9215-ad0b3ce64ddd url= /sdc/v1/registerForDistribution
2021-04-06T02:12:59.938Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= afb5107a-a4a3-4f9d-9215-ad0b3ce64ddd url= /sdc/v1/registerForDistribution
2021-04-06T02:12:59.939Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-06T02:12:59.945Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:12:59.946Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:12:59.949Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-06T02:12:59.987Z||pool-3-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-04-06T02:12:59.987Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:12:59.989Z||pool-3-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-04-06T02:12:59.989Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:13:10.293Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:13:10.331Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:13:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:13:59.944Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:13:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:13:59.946Z||pool-3-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-04-06T02:13:59.947Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:13:59.947Z||pool-3-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-04-06T02:13:59.947Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:14:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:14:09.500Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:14:09.500Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:14:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:14:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:14:59.945Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:14:59.946Z||pool-3-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-04-06T02:14:59.946Z||pool-3-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-04-06T02:14:59.947Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:14:59.947Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:15:09.492Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:15:09.492Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:15:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:15:59.945Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:15:59.946Z||pool-3-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-04-06T02:15:59.946Z||pool-3-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-04-06T02:15:59.947Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:15:59.947Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:16:09.530Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:16:09.531Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:16:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:16:59.945Z||pool-3-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-04-06T02:16:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:16:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:16:59.946Z||pool-3-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-04-06T02:16:59.987Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:17:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:17:09.525Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:17:09.558Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:17:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:17:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:17:59.946Z||pool-3-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-04-06T02:17:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:17:59.946Z||pool-3-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-04-06T02:17:59.947Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:18:09.529Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:18:09.548Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:18:39.448Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:18:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:18:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:18:59.946Z||pool-3-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-04-06T02:18:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:18:59.946Z||pool-3-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-04-06T02:18:59.946Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:19:09.488Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:19:09.488Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:19:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:19:59.945Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:19:59.946Z||pool-3-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-04-06T02:19:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:19:59.948Z||pool-3-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-04-06T02:19:59.948Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:20:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:20:09.526Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:20:09.529Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:20:54.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:20:59.945Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:20:59.946Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:20:59.947Z||pool-3-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-04-06T02:20:59.947Z||pool-3-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-04-06T02:20:59.947Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:20:59.947Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:21:09.500Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:21:09.503Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:21:49.833Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-06T02:21:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:21:59.945Z||pool-3-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-04-06T02:21:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:21:59.946Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:21:59.946Z||pool-3-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-04-06T02:21:59.947Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:22:09.529Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:22:09.532Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:22:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:22:59.945Z||pool-3-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-04-06T02:22:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:22:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:22:59.946Z||pool-3-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-04-06T02:22:59.947Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:23:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:23:09.485Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:23:09.487Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:23:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:23:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:23:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:23:59.946Z||pool-3-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-04-06T02:23:59.946Z||pool-3-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-04-06T02:23:59.946Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:23:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:24:09.525Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:24:09.526Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:24:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:24:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:24:59.945Z||pool-3-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-04-06T02:24:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:24:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:24:59.946Z||pool-3-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-04-06T02:24:59.946Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:25:09.531Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:25:09.548Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:25:24.444Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:25:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:25:59.945Z||pool-3-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-04-06T02:25:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:25:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:25:59.946Z||pool-3-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-04-06T02:25:59.946Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:26:09.551Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:26:09.554Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:26:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:26:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:26:59.945Z||pool-3-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-04-06T02:26:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:26:59.946Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:26:59.946Z||pool-3-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-04-06T02:26:59.947Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:27:09.484Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:27:09.489Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:27:39.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:27:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:27:59.945Z||pool-3-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-04-06T02:27:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:27:59.945Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:27:59.946Z||pool-3-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-04-06T02:27:59.946Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:28:09.522Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:28:09.524Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:28:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:28:59.945Z||pool-3-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-04-06T02:28:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:28:59.946Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:28:59.947Z||pool-3-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-04-06T02:28:59.947Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:29:09.483Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:29:09.484Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:29:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:29:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:29:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:29:59.948Z||pool-3-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-04-06T02:29:59.948Z||pool-3-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-04-06T02:29:59.949Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:29:59.949Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:30:09.494Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:30:09.552Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:30:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:30:59.946Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:30:59.946Z||pool-3-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-04-06T02:30:59.946Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:30:59.946Z||pool-3-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-04-06T02:30:59.947Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:31:09.576Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:31:09.650Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:31:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:31:59.945Z||pool-3-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-04-06T02:31:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:31:59.945Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:31:59.946Z||pool-3-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-04-06T02:31:59.946Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:32:09.528Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:32:09.530Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:32:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:32:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:32:59.945Z||pool-3-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-04-06T02:32:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:32:59.946Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:32:59.947Z||pool-3-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-04-06T02:32:59.947Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:33:09.487Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:33:09.491Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:33:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:33:59.945Z||pool-3-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-04-06T02:33:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:33:59.945Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:33:59.946Z||pool-3-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-04-06T02:33:59.946Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:34:09.540Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:34:09.590Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:34:24.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:34:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:34:59.945Z||pool-3-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-04-06T02:34:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:34:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:34:59.946Z||pool-3-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-04-06T02:34:59.946Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:35:09.520Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:35:09.521Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:35:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:35:59.945Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:35:59.946Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:35:59.946Z||pool-3-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-04-06T02:35:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:35:59.947Z||pool-3-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-04-06T02:35:59.947Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:36:09.528Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:36:09.552Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:36:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:36:59.945Z||pool-3-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-04-06T02:36:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:36:59.945Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:36:59.946Z||pool-3-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-04-06T02:36:59.946Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:37:09.489Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:37:09.552Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:37:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:37:59.945Z||pool-3-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-04-06T02:37:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:37:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:37:59.946Z||pool-3-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-04-06T02:37:59.946Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:38:09.524Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:38:09.523Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:38:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:38:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:38:59.945Z||pool-3-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-04-06T02:38:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:38:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:38:59.946Z||pool-3-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-04-06T02:38:59.946Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:39:09.485Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:39:09.554Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:39:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:39:59.945Z||pool-3-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-04-06T02:39:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:39:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:39:59.946Z||pool-3-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-04-06T02:39:59.946Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:40:09.482Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:40:09.487Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:40:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:40:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:40:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:40:59.949Z||pool-3-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-04-06T02:40:59.949Z||pool-3-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-04-06T02:40:59.950Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:40:59.950Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:41:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:41:09.526Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:41:09.527Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:41:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:41:59.945Z||pool-3-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-04-06T02:41:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:41:59.946Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:41:59.946Z||pool-3-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-04-06T02:41:59.946Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:42:09.521Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:42:09.522Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:42:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:42:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:42:59.945Z||pool-3-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-04-06T02:42:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:42:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:42:59.946Z||pool-3-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-04-06T02:42:59.946Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:43:09.530Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:43:09.551Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:43:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:43:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:43:59.945Z||pool-3-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-04-06T02:43:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:43:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:43:59.946Z||pool-3-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-04-06T02:43:59.946Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:00.164Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:00.167Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.167Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "policy-id",
"timestamp": 1617677037080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617677037369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "policy-id",
"timestamp": 1617677037080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617677037369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617677038688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "dcae-sch",
"timestamp": 1617677033841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617677030945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "cds",
"timestamp": 1617677028489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "aai-ml",
"timestamp": 1617677027153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "policy-id",
"timestamp": 1617677037080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-06T02:44:00.195Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-06T02:44:00.568Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:00.570Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.570Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70b983c4-8119-4036-b8e1-57723dfe2e55","serviceName":"basic_onboard_lDhWiK","serviceVersion":"1.0","serviceUUID":"775b30b9-a20c-466d-b536-86eac7db32b6","serviceDescription":"service","serviceInvariantUUID":"11c4c014-b29e-4c7a-a335-37ceedb94aec","resources":[{"resourceInstanceName":"basic_onboard_lDhWiK 0","resourceName":"basic_onboard_lDhWiK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d7c455e-8e41-4a33-9d73-12197f7a635b","resourceInvariantUUID":"42f70b8b-b8cf-4699-9fb6-77563beaf417","resourceCustomizationUUID":"d62a8d37-828d-45f7-bfe4-d1b676507e6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ3MDYzM2VkYTI4MDEzMTQ0OWVjZDBjNDliZGY1MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42cacfad-dac5-4e73-878f-57148d054ef3","artifactVersion":"1"},{"artifactName":"basic_onboard_ldhwik0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json","artifactChecksum":"MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10ba0f46-cddf-4760-95f4-50fed81850a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6dcd2e6d-4393-4a10-aed3-5a1121c57984","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eb7b7ec-9f51-4935-814c-649035ba3f4d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8","artifactVersion":"2","generatedFromUUID":"6dcd2e6d-4393-4a10-aed3-5a1121c57984"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLdhwik-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml","artifactChecksum":"NGIwNGYxYWNiM2QxMTA4N2VhY2I1YWE1NDQ4MDg3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2054bda-7c80-4a61-aae3-3b7a46e8ed69","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLdhwik-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar","artifactChecksum":"M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f58ab5fe-2077-4c41-8cd7-8e6db420fdd9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:44:00.577Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:00.589Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:00.597Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:00.597Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.698Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-06T02:44:00.703Z||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-04-06T02:44:00.704Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:00.715Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:00.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:01.602Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:01.603Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:01.605Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:01.605Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "NOTIFIED"
}
2021-04-06T02:44:01.705Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:01.706Z||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-04-06T02:44:01.707Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:01.727Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:01.728Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:02.605Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:02.607Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:02.608Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:02.608Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-06T02:44:02.709Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:44:02.710Z||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-04-06T02:44:02.710Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:02.719Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:02.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:03.609Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:03.610Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:03.613Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:03.613Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:03.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:03.714Z||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-04-06T02:44:03.714Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:03.722Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:03.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:04.613Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:04.614Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:04.616Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:04.616Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-06T02:44:04.717Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:04.718Z||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-04-06T02:44:04.719Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:04.729Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:04.730Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:05.617Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:05.618Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:05.620Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:05.620Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-06T02:44:05.721Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:05.721Z||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-04-06T02:44:05.722Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:05.731Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:05.731Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:06.621Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:06.622Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:06.625Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:06.625Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677039944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"status": "NOTIFIED"
}
2021-04-06T02:44:06.725Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:44:06.727Z||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-04-06T02:44:06.727Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:06.737Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:06.737Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:07.628Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"serviceName": "basic_onboard_lDhWiK",
"serviceVersion": "1.0",
"serviceUUID": "775b30b9-a20c-466d-b536-86eac7db32b6",
"serviceDescription": "service",
"serviceInvariantUUID": "11c4c014-b29e-4c7a-a335-37ceedb94aec",
"resources": [
{
"resourceInstanceName": "basic_onboard_lDhWiK 0",
"resourceCustomizationUUID": "d62a8d37-828d-45f7-bfe4-d1b676507e6e",
"resourceName": "basic_onboard_lDhWiK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1d7c455e-8e41-4a33-9d73-12197f7a635b",
"resourceInvariantUUID": "42f70b8b-b8cf-4699-9fb6-77563beaf417",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ldhwik0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"artifactChecksum": "MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10ba0f46-cddf-4760-95f4-50fed81850a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6dcd2e6d-4393-4a10-aed3-5a1121c57984",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8",
"generatedFromUUID": "6dcd2e6d-4393-4a10-aed3-5a1121c57984"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLdhwik-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"artifactChecksum": "M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f58ab5fe-2077-4c41-8cd7-8e6db420fdd9"
}
],
"workloadContext": "Production"
}
2021-04-06T02:44:07.629Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:44:07.630Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 775b30b9-a20c-466d-b536-86eac7db32b6 ASDC
2021-04-06T02:44:07.809Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:70b983c4-8119-4036-b8e1-57723dfe2e55
ServiceName:basic_onboard_lDhWiK
ServiceVersion:1.0
ServiceUUID:775b30b9-a20c-466d-b536-86eac7db32b6
ServiceInvariantUUID:11c4c014-b29e-4c7a-a335-37ceedb94aec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLdhwik-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
ArtifactUUID:f58ab5fe-2077-4c41-8cd7-8e6db420fdd9
ArtifactChecksum:M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lDhWiK 0
ResourceCustomizationUUID:d62a8d37-828d-45f7-bfe4-d1b676507e6e
ResourceInvariantUUID:42f70b8b-b8cf-4699-9fb6-77563beaf417
ResourceName:basic_onboard_lDhWiK
ResourceType:VF
ResourceUUID:1d7c455e-8e41-4a33-9d73-12197f7a635b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ldhwik0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
ArtifactUUID:10ba0f46-cddf-4760-95f4-50fed81850a8
ArtifactChecksum:MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E=
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6dcd2e6d-4393-4a10-aed3-5a1121c57984
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
ArtifactUUID:3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
ArtifactUUID:3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-06T02:44:07.810Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 775b30b9-a20c-466d-b536-86eac7db32b6 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-04-06T02:44:08.012Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:44:08.014Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: f58ab5fe-2077-4c41-8cd7-8e6db420fdd9 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:08.016Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.665Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:08.679Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar f58ab5fe-2077-4c41-8cd7-8e6db420fdd9 70248
2021-04-06T02:44:08.680Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar ASDC sendASDCNotification
2021-04-06T02:44:08.686Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.687Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:08.688Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:08.690Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:08.690Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677048679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-06T02:44:08.791Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:44:08.792Z||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-04-06T02:44:08.792Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:08.802Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:08.802Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:09.691Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:44:09.693Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:09.693Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: f58ab5fe-2077-4c41-8cd7-8e6db420fdd9, URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar to file: /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.694Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.889Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.889Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:10.369Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5318800856572729888/Definitions/service-BasicOnboardLdhwik-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-04-06T02:44:12.186Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:44:12.191Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDhWiK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDhWiK 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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:44:12.202Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.204Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.207Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.207Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:44:12.208Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:44:12.211Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.211Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is not matching search criteria
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.216Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is not matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3dd9160e-ab46-448a-9766-94e0cb04f530
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lDhWiK
Description:service
Model UUID:775b30b9-a20c-466d-b536-86eac7db32b6
Model Version:NULL
Model InvariantUuid:11c4c014-b29e-4c7a-a335-37ceedb94aec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lDhWiK
Model UUID:33409a8d-ff44-4262-a67c-7fbd5101f76e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42f70b8b-b8cf-4699-9fb6-77563beaf417
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d62a8d37-828d-45f7-bfe4-d1b676507e6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:42b6a1c6-0194-4fa0-af55-623d7d2b3538
ModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
ModelUuid:0e94ddfb-39f4-47b3-90e0-d78f818685b3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3dd9160e-ab46-448a-9766-94e0cb04f530
ModelInvariantUuid:d2521e1a-347d-4325-b45c-a6ead5c9d21a
ModelName:basic_onboard_lDhWiK-nodes.ubuntu18Cvfc
ModelUuid:c5a69c9a-95bc-4f5d-9822-afcb21ca8912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:29d4366f-9e68-458f-86e5-aef421db7ed3
ModelInvariantUuid:cdae0470-3a64-476a-80f9-dd6c59ac3991
ModelName:BasicOnboardLdhwik.compute.nodes.heat.ubuntu18
ModelUuid:6c03c4ba-61bb-4885-b406-32e4d0b43a6e
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-04-06T02:44:12.249Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d7c455e-8e41-4a33-9d73-12197f7a635b
2021-04-06T02:44:12.259Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
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-04-06T02:44:12.337Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||basic_onboard_lDhWiK 0
2021-04-06T02:44:12.342Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d7c455e-8e41-4a33-9d73-12197f7a635b
2021-04-06T02:44:12.342Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 10ba0f46-cddf-4760-95f4-50fed81850a8 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:12.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:12.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:13.055Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:13.055Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json 10ba0f46-cddf-4760-95f4-50fed81850a8 798
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json ASDC sendASDCNotification
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:13.059Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:13.059Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677053056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-06T02:44:13.159Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:13.161Z||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-04-06T02:44:13.161Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:13.170Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:13.171Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:14.061Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLdhwik..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42b6a1c6-0194-4fa0-af55-623d7d2b3538",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0e94ddfb-39f4-47b3-90e0-d78f818685b3",
"vfModuleModelCustomizationUUID": "07587755-1d92-49f4-b11a-6e5a206bee91",
"isBase": true,
"artifacts": [
"6dcd2e6d-4393-4a10-aed3-5a1121c57984",
"3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8"
],
"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-04-06T02:44:14.088Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e94ddfb-39f4-47b3-90e0-d78f818685b3
VfModuleModelInvariantUUID:42b6a1c6-0194-4fa0-af55-623d7d2b3538
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dcd2e6d-4393-4a10-aed3-5a1121c57984
,
3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
}
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-04-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLdhwik..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42b6a1c6-0194-4fa0-af55-623d7d2b3538",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0e94ddfb-39f4-47b3-90e0-d78f818685b3",
"vfModuleModelCustomizationUUID": "07587755-1d92-49f4-b11a-6e5a206bee91",
"isBase": true,
"artifacts": [
"6dcd2e6d-4393-4a10-aed3-5a1121c57984",
"3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8"
],
"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-04-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e94ddfb-39f4-47b3-90e0-d78f818685b3
VfModuleModelInvariantUUID:42b6a1c6-0194-4fa0-af55-623d7d2b3538
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dcd2e6d-4393-4a10-aed3-5a1121c57984
,
3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
}
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-04-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 6dcd2e6d-4393-4a10-aed3-5a1121c57984 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.092Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:14.092Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.652Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:14.653Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml 6dcd2e6d-4393-4a10-aed3-5a1121c57984 5033
2021-04-06T02:44:14.653Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:14.657Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:14.687Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677054653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-06T02:44:14.757Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2021-04-06T02:44:14.758Z||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-04-06T02:44:14.759Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:14.770Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:14.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:15.688Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:15.689Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:15.689Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:16.175Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:16.176Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env 3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8 909
2021-04-06T02:44:16.176Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:16.179Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:16.180Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617677056176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-06T02:44:16.280Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-06T02:44:16.281Z||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-04-06T02:44:16.281Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:16.291Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-06T02:44:16.291Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:17.187Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 775b30b9-a20c-466d-b536-86eac7db32b6
2021-04-06T02:44:17.187Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lDhWiK 0 1d7c455e-8e41-4a33-9d73-12197f7a635b 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-04-06T02:44:17.301Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-06T02:44:17.301Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:17.302Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 33409a8d-ff44-4262-a67c-7fbd5101f76e
2021-04-06T02:44:17.302Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 33409a8d-ff44-4262-a67c-7fbd5101f76e
2021-04-06T02:44:17.313Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel to get resource
2021-04-06T02:44:17.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|INFO|500||Invoke
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Method : GET
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-TransactionID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-ECOMP-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"5c5c64d9-28a8-41cb-abfa-ffa9561f08fd"]
2021-04-06T02:44:17.346Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Request body:
2021-04-06T02:44:17.346Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||==========================request end================================================
2021-04-06T02:44:18.156Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-06T02:44:18.156Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-06T02:44:18.157Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Status text : OK
2021-04-06T02:44:18.157Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01c07s61n2jayw1neao59wsj369263.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardLdhwik-csar.csar"", Content-MD5:"MjZiMjcwNjg2MmUwMTNiOGY2NGY1NzJjN2JjNmEwOTU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-06T02:44:18.189Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Response body: PK Z�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK Z�R TOSCA-Metadata/TOSCA.metaM�1�0{���Zw��
�D"�#9��}��C���2�vV;
���B�pr��N)��F�cwے���Ph��m1����,Ȩ�,������T!� m�?i&�1�y�GĴ���A(���6%x����9cjB��ld!��Z��O��v��PK�3;�� � PK Z�R 4 Definitions/resource-BasicOnboardLdhwik-template.yml�Ys��������;9`06��3�q�6���/�#@8�laq���+�/���g�L��-��O��BYC�a��ؾ�B���8f�h�7,�D�Z����P�<��0��������������U&
P&�Q���+"�G"� ��Cœy^`%8р���@q����h#������dZ�Q�o��c+�4�<}}2~�A
��g�A���9~l\���� -os�|G6�?�C%&���_k���yh)#����������x�'d�01���`c�x��,�4�