Results

By type

          SERVICE_IP=10.233.72.65
MSB_ADDR=msb-iag.onap:443
Wait for MSB initialization
/home/esr/docker/docker-entrypoint.sh: line 17: curl: command not found
/home/esr/docker/docker-entrypoint.sh: line 17: curl: command not found
/home/esr/docker/docker-entrypoint.sh: line 17: curl: command not found
/home/esr/docker/docker-entrypoint.sh: line 17: curl: command not found
/home/esr/docker/docker-entrypoint.sh: line 17: curl: command not found
#
# Copyright 2016-2018 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

template: Hello, %s!

#defaultName: ${DW_DEFAULT_NAME:-Stranger}
# the micro service ip
serviceIp: 127.0.0.1
msbDiscoveryIp: msb-iag.onap
msbDiscoveryPort: 10081
msbServerAddr: https://msb-iag.onap:443
registByHand: true

# use the simple server factory if you only want to run on a single port
#server:
#  type: simple
#  connector:
#    type: http
#    port: 8080
server:
  type: simple
  rootPath: '/api/aai-esr-server/v1/*'
  applicationContextPath: /
  adminContextPath: /admin
  connector:
    type: https
    port: 9518
    keyStorePath: /home/esr/conf/aaiesr.keystore
    keyStorePassword: aaiesr
    validateCerts: false
    validatePeers: false

# Logging settings.
logging:

  # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
  level: ALL

  # Logger-specific levels.
  loggers:

    # Sets the level for 'com.example.app' to DEBUG.
    org.onap.aai.esr.ExtsysApp: INFO

  appenders:
    - type: console
      threshold: INFO
      timeZone: UTC
      logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
    - type: file
      threshold: INFO
      logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
      currentLogFilename: ./works/logs/extsys.log
      archivedLogFilenamePattern: ./works/logs/zip/extsys-%d{yyyy-MM-dd}.log.gz
      archivedFileCount: 7
      timeZone: UTC

sed: couldn't open temporary file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/sed0NM3j7: Permission denied
@RUNHOME@ /home/esr/bin
@JAVA_HOME@ /usr/lib/jvm/java-8-openjdk-amd64
@JAVA@ /usr/lib/jvm/java-8-openjdk-amd64/bin/java
@JAVA_OPTS@ -Xms50m -Xmx128m
@class_path@ /home/esr/bin/..//:/home/esr/bin/..//esr-service.jar
2021-05-29 23:03:15 799 INFO  [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: /
2021-05-29 23:03:15 801 INFO  [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin
2021-05-29 23:03:15 801 INFO  [org.onap.aai.esr.ExtsysApp][main] - Start to initialize esr.
2021-05-29 23:03:15 818 INFO  [org.onap.aai.esr.ExtsysApp][main] - getApplicationContextPath: /api/aai-esr-server/v1
2021-05-29 23:03:17 015 INFO  [org.reflections.Reflections][main] - Reflections took 1181 ms to scan 1 urls, producing 3513 keys and 16244 values 
2021-05-29 23:03:17 162 INFO  [org.onap.aai.esr.ExtsysApp][main] - Initialize extsys finished.
2021-05-29 23:03:17 162 INFO  [io.dropwizard.server.SimpleServerFactory][main] - Registering jersey handler with root path prefix: /
2021-05-29 23:03:17 162 INFO  [io.dropwizard.server.SimpleServerFactory][main] - Registering admin handler with root path prefix: /admin
2021-05-29 23:03:17 164 INFO  [io.dropwizard.server.ServerFactory][main] - Starting ONAP-ESR
2021-05-29 23:03:17 287 INFO  [org.eclipse.jetty.setuid.SetUIDListener][main] - Opened ONAP-ESR@1469015e{SSL,[ssl, http/1.1]}{0.0.0.0:9518}
2021-05-29 23:03:17 289 INFO  [org.eclipse.jetty.server.Server][main] - jetty-9.4.22.v20191022; built: 2019-10-22T13:37:13.455Z; git: b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b; jvm 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
2021-05-29 23:03:17 336 INFO  [org.eclipse.jetty.util.ssl.SslContextFactory][main] - x509=X509@5f386009(aaiesr,h=[],w=[]) for SslContextFactory@17da6e45[provider=null,keyStore=file:///home/esr/conf/aaiesr.keystore,trustStore=null]
2021-05-29 23:03:17 382 INFO  [io.dropwizard.jetty.HttpsConnectorFactory][main] - Supported protocols: [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
2021-05-29 23:03:17 382 INFO  [io.dropwizard.jetty.HttpsConnectorFactory][main] - Supported cipher suites: [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
2021-05-29 23:03:17 389 INFO  [org.eclipse.jetty.util.TypeUtil][main] - JVM Runtime does not support Modules
2021-05-29 23:03:17 402 INFO  [org.glassfish.jersey.internal.ServiceFinder][main] - Running in a non-OSGi environment
2021-05-29 23:03:17 546 INFO  [org.glassfish.jersey.server.ApplicationHandler][main] - Initiating Jersey application, version Jersey: 2.16 2015-02-11 11:28:50...
2021-05-29 23:03:17 838 INFO  [org.glassfish.jersey.process.internal.RequestExecutorFactory][main] - "No custom request executor provider registrations found - using default: [org.glassfish.jersey.server.internal.process.ServerManagedAsyncExecutorFactory$1]."
2021-05-29 23:03:17 847 INFO  [org.glassfish.jersey.server.ApplicationHandler][main] - Jersey application initialized.
Root Resource Classes:
  org.onap.aai.esr.resource.PnfManager
  org.onap.aai.esr.resource.NfvoManager
  org.onap.aai.esr.resource.ThirdpartySdncManager
  org.onap.aai.esr.resource.VnfmManager
  org.onap.aai.esr.resource.VimManager
  org.onap.aai.esr.resource.EmsManager
  org.onap.aai.esr.resource.ServiceTest
  io.swagger.jaxrs.listing.ApiListingResource
Global Reader Interceptors:
   org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
Global Writer Interceptors:
   org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
   org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
Dynamic Features:
   io.dropwizard.jersey.caching.CacheControlledResponseFeature@75364777
Message Body Readers:
   org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text
   org.glassfish.jersey.message.internal.DataSourceProvider
   org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader
   org.glassfish.jersey.message.internal.ByteArrayProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General
   org.glassfish.jersey.message.internal.ReaderProvider
   org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text
   org.glassfish.jersey.message.internal.BasicTypesMessageProvider
   org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App
   org.glassfish.jersey.message.internal.RenderedImageProvider
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text
   org.glassfish.jersey.message.internal.InputStreamProvider
   org.glassfish.jersey.message.internal.StringMessageProvider
   org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader
   org.glassfish.jersey.message.internal.FormProvider
   org.glassfish.jersey.jaxb.internal.DocumentProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App
   io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text
   com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
   org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App
   org.glassfish.jersey.message.internal.FileProvider
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General
   org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App
Message Body Writers:
   io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
   org.glassfish.jersey.message.internal.DataSourceProvider
   org.glassfish.jersey.message.internal.ByteArrayProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General
   org.glassfish.jersey.message.internal.ReaderProvider
   org.glassfish.jersey.server.ChunkedResponseWriter
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text
   org.glassfish.jersey.server.validation.internal.ValidationErrorMessageBodyWriter
   org.glassfish.jersey.message.internal.StreamingOutputProvider
   org.glassfish.jersey.message.internal.SourceProvider$SourceWriter
   org.glassfish.jersey.message.internal.BasicTypesMessageProvider
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App
   io.dropwizard.jersey.guava.OptionalMessageBodyWriter
   org.glassfish.jersey.message.internal.RenderedImageProvider
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text
   org.glassfish.jersey.message.internal.InputStreamProvider
   org.glassfish.jersey.message.internal.StringMessageProvider
   org.glassfish.jersey.message.internal.FormProvider
   org.glassfish.jersey.jaxb.internal.DocumentProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App
   io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
   io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
   com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
   org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text
   io.dropwizard.jersey.optional.OptionalMessageBodyWriter
   io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
   org.glassfish.jersey.message.internal.FileProvider
   org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General
   org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
   org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App

2021-05-29 23:03:17 879 INFO  [io.dropwizard.jersey.DropwizardResourceConfig][main] - The following paths were found for the configured resources:

    GET     /api/aai-esr-server/v1/emses (org.onap.aai.esr.resource.EmsManager)
    POST    /api/aai-esr-server/v1/emses (org.onap.aai.esr.resource.EmsManager)
    DELETE  /api/aai-esr-server/v1/emses/{emsId} (org.onap.aai.esr.resource.EmsManager)
    GET     /api/aai-esr-server/v1/emses/{emsId} (org.onap.aai.esr.resource.EmsManager)
    PUT     /api/aai-esr-server/v1/emses/{emsId} (org.onap.aai.esr.resource.EmsManager)
    GET     /api/aai-esr-server/v1/nfvos (org.onap.aai.esr.resource.NfvoManager)
    POST    /api/aai-esr-server/v1/nfvos (org.onap.aai.esr.resource.NfvoManager)
    DELETE  /api/aai-esr-server/v1/nfvos/{nfvoId} (org.onap.aai.esr.resource.NfvoManager)
    GET     /api/aai-esr-server/v1/nfvos/{nfvoId} (org.onap.aai.esr.resource.NfvoManager)
    PUT     /api/aai-esr-server/v1/nfvos/{nfvoId} (org.onap.aai.esr.resource.NfvoManager)
    GET     /api/aai-esr-server/v1/pnfs (org.onap.aai.esr.resource.PnfManager)
    POST    /api/aai-esr-server/v1/pnfs (org.onap.aai.esr.resource.PnfManager)
    DELETE  /api/aai-esr-server/v1/pnfs/{pnfId} (org.onap.aai.esr.resource.PnfManager)
    GET     /api/aai-esr-server/v1/pnfs/{pnfId} (org.onap.aai.esr.resource.PnfManager)
    PUT     /api/aai-esr-server/v1/pnfs/{pnfId} (org.onap.aai.esr.resource.PnfManager)
    GET     /api/aai-esr-server/v1/sdncontrollers (org.onap.aai.esr.resource.ThirdpartySdncManager)
    POST    /api/aai-esr-server/v1/sdncontrollers (org.onap.aai.esr.resource.ThirdpartySdncManager)
    DELETE  /api/aai-esr-server/v1/sdncontrollers/{thirdPartySdncId} (org.onap.aai.esr.resource.ThirdpartySdncManager)
    GET     /api/aai-esr-server/v1/sdncontrollers/{thirdPartySdncId} (org.onap.aai.esr.resource.ThirdpartySdncManager)
    PUT     /api/aai-esr-server/v1/sdncontrollers/{thirdPartySdncId} (org.onap.aai.esr.resource.ThirdpartySdncManager)
    GET     /api/aai-esr-server/v1/swagger (io.swagger.jaxrs.listing.ApiListingResource)
    GET     /api/aai-esr-server/v1/swagger.{type:json|yaml} (io.swagger.jaxrs.listing.ApiListingResource)
    GET     /api/aai-esr-server/v1/test (org.onap.aai.esr.resource.ServiceTest)
    GET     /api/aai-esr-server/v1/vims (org.onap.aai.esr.resource.VimManager)
    POST    /api/aai-esr-server/v1/vims (org.onap.aai.esr.resource.VimManager)
    GET     /api/aai-esr-server/v1/vims/complexes (org.onap.aai.esr.resource.VimManager)
    DELETE  /api/aai-esr-server/v1/vims/{cloudOwner}/{cloudRegionId} (org.onap.aai.esr.resource.VimManager)
    GET     /api/aai-esr-server/v1/vims/{cloudOwner}/{cloudRegionId} (org.onap.aai.esr.resource.VimManager)
    PUT     /api/aai-esr-server/v1/vims/{cloudOwner}/{cloudRegionId} (org.onap.aai.esr.resource.VimManager)
    GET     /api/aai-esr-server/v1/vnfms (org.onap.aai.esr.resource.VnfmManager)
    POST    /api/aai-esr-server/v1/vnfms (org.onap.aai.esr.resource.VnfmManager)
    DELETE  /api/aai-esr-server/v1/vnfms/{vnfmId} (org.onap.aai.esr.resource.VnfmManager)
    GET     /api/aai-esr-server/v1/vnfms/{vnfmId} (org.onap.aai.esr.resource.VnfmManager)
    PUT     /api/aai-esr-server/v1/vnfms/{vnfmId} (org.onap.aai.esr.resource.VnfmManager)

2021-05-29 23:03:17 884 INFO  [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@21c815e4{/,null,AVAILABLE}
2021-05-29 23:03:17 892 INFO  [io.dropwizard.setup.AdminEnvironment][main] - tasks = 

    POST    /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask)
    POST    /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask)

2021-05-29 23:03:17 892 WARN  [io.dropwizard.setup.AdminEnvironment][main] - 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!    THIS APPLICATION HAS NO HEALTHCHECKS. THIS MEANS YOU WILL NEVER KNOW      !
!     IF IT DIES IN PRODUCTION, WHICH MEANS YOU WILL NEVER KNOW IF YOU'RE      !
!    LETTING YOUR USERS DOWN. YOU SHOULD ADD A HEALTHCHECK FOR EACH OF YOUR    !
!         APPLICATION'S DEPENDENCIES WHICH FULLY (BUT LIGHTLY) TESTS IT.       !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2021-05-29 23:03:17 900 INFO  [org.eclipse.jetty.server.handler.ContextHandler][main] - Started i.d.j.MutableServletContextHandler@2133661d{/admin,null,AVAILABLE}
2021-05-29 23:03:17 916 INFO  [org.eclipse.jetty.server.AbstractConnector][main] - Started ONAP-ESR@1469015e{SSL,[ssl, http/1.1]}{0.0.0.0:9518}
2021-05-29 23:03:17 917 INFO  [org.eclipse.jetty.server.Server][main] - Started @3441ms
2021-05-30 00:15:23 480 INFO  [org.glassfish.jersey.client.HttpUrlConnector][dw-20 - GET /api/aai-esr-server/v1/vims] - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2021-05-30 00:15:23 483 INFO  [org.glassfish.jersey.process.internal.RequestExecutorFactory][dw-20 - GET /api/aai-esr-server/v1/vims] - "No custom request executor provider registrations found - using default: [org.glassfish.jersey.client.ClientAsyncExecutorFactory$1]."
2021-05-30 00:15:23 599 ERROR [org.onap.aai.esr.wrapper.VimManagerWrapper][dw-20 - GET /api/aai-esr-server/v1/vims] - Query vim list details failed !
org.onap.aai.esr.exception.ExtsysException: Query cloud region list from A&AI failed.
	at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.qureyVimList(CloudRegionProxy.java:64)
	at org.onap.aai.esr.wrapper.VimManagerWrapper.queryVimListDetails(VimManagerWrapper.java:141)
	at org.onap.aai.esr.resource.VimManager.queryVimList(VimManager.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:143)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:160)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:158)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:97)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:303)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:286)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1072)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:399)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:381)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:344)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:49)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:45)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:39)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1296)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1211)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:239)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:38)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at io.dropwizard.jetty.BiDiGzipHandler.handle(BiDiGzipHandler.java:67)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:386)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:562)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:378)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.eclipsesource.jaxrs.consumer.RequestException: Failed to send GET request to: https://msb-iag.onap:443/api/aai-cloudInfrastructure/v11/cloud-regions
Received Status: 502
Received Body: 502 Bad Gateway

502 Bad Gateway

error message:No route found for this request!

nginx
at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.validateResponse(ResourceInvocationHandler.java:128) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendGetRequest(ResourceInvocationHandler.java:90) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendRequest(ResourceInvocationHandler.java:72) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.invoke(ResourceInvocationHandler.java:65) at com.sun.proxy.$Proxy69.queryVIMList(Unknown Source) at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.qureyVimList(CloudRegionProxy.java:62) ... 70 common frames omitted 10.233.72.21 - - [30/May/2021:00:15:23 +0000] "GET /api/aai-esr-server/v1/vims HTTP/1.1" 200 2 "-" "ansible-httpget" 308 2021-05-30 00:15:25 647 INFO [org.onap.aai.esr.resource.VimManager][dw-17 - POST /api/aai-esr-server/v1/vims] - start add vim info:{"cloudOwner":"ONAP","cloudRegionId":"RegionOne","cloudType":"openstack","cloudRegionVersion":"pike","ownerDefinedType":"N/A","cloudZone":"ONAP LaaS","physicalLocationId":"cruguil","status":"active","vimAuthInfos":[{"cloudDomain":"Default","userName":"onap-honolulu-daily-vnfs-ci","password":"PkYClPapZEmuw6wNP8CDwmcwY2k5NTEe","authUrl":"https://vim.pod4.opnfv.fr:5000/v3","defaultTenant":"onap-honolulu-daily-vnfs","sslInsecure":false}]} 2021-05-30 00:15:25 647 INFO [org.onap.aai.esr.wrapper.VimManagerWrapper][dw-17 - POST /api/aai-esr-server/v1/vims] - Start register VIM, input VIM info is: {"cloudOwner":"ONAP","cloudRegionId":"RegionOne","cloudType":"openstack","cloudRegionVersion":"pike","ownerDefinedType":"N/A","cloudZone":"ONAP LaaS","physicalLocationId":"cruguil","status":"active","vimAuthInfos":[{"cloudDomain":"Default","userName":"onap-honolulu-daily-vnfs-ci","password":"PkYClPapZEmuw6wNP8CDwmcwY2k5NTEe","authUrl":"https://vim.pod4.opnfv.fr:5000/v3","defaultTenant":"onap-honolulu-daily-vnfs","sslInsecure":false}]} 2021-05-30 00:15:25 657 ERROR [org.onap.aai.esr.wrapper.VimManagerWrapper][dw-17 - POST /api/aai-esr-server/v1/vims] - Query complex by physical location Id failed ! org.onap.aai.esr.exception.ExtsysException: Query complexes from A&AI failed. at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.queryComplex(CloudRegionProxy.java:89) at org.onap.aai.esr.wrapper.VimManagerWrapper.getComplexName(VimManagerWrapper.java:258) at org.onap.aai.esr.wrapper.VimManagerWrapper.registerVim(VimManagerWrapper.java:78) at org.onap.aai.esr.resource.VimManager.registerVims(VimManager.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:143) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:160) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:158) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:97) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:303) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) at org.glassfish.jersey.internal.Errors.process(Errors.java:315) at org.glassfish.jersey.internal.Errors.process(Errors.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:267) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:286) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1072) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:399) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:381) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:344) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221) at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:45) at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:39) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1296) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1211) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:239) at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:38) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) at io.dropwizard.jetty.BiDiGzipHandler.handle(BiDiGzipHandler.java:67) at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54) at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:500) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:386) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:562) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:378) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.lang.Thread.run(Thread.java:748) Caused by: com.eclipsesource.jaxrs.consumer.RequestException: Failed to send GET request to: https://msb-iag.onap:443/api/aai-cloudInfrastructure/v11/complexes/complex/cruguil Received Status: 502 Received Body: 502 Bad Gateway

502 Bad Gateway

error message:No route found for this request!

nginx
at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.validateResponse(ResourceInvocationHandler.java:128) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendGetRequest(ResourceInvocationHandler.java:90) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendRequest(ResourceInvocationHandler.java:72) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.invoke(ResourceInvocationHandler.java:65) at com.sun.proxy.$Proxy69.queryComplex(Unknown Source) at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.queryComplex(CloudRegionProxy.java:87) ... 71 common frames omitted 2021-05-30 00:15:25 668 INFO [org.glassfish.jersey.client.HttpUrlConnector][dw-17 - POST /api/aai-esr-server/v1/vims] - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). 2021-05-30 00:15:25 669 INFO [org.glassfish.jersey.process.internal.RequestExecutorFactory][dw-17 - POST /api/aai-esr-server/v1/vims] - "No custom request executor provider registrations found - using default: [org.glassfish.jersey.client.ClientAsyncExecutorFactory$1]." 2021-05-30 00:15:25 680 INFO [org.onap.aai.esr.externalservice.aai.VimRegisterProvider][dw-17 - POST /api/aai-esr-server/v1/vims] - the param to register VIM input is:{"cloud-owner":"ONAP","cloud-region-id":"RegionOne","cloud-type":"openstack","cloud-region-version":"pike","owner-defined-type":"N/A","cloud-zone":"ONAP LaaS","esr-system-info-list":{"esr-system-info":[{"esr-system-info-id":"d3c1b7a6-dbeb-41c3-a4ac-a44e80f1c70d","service-url":"https://vim.pod4.opnfv.fr:5000/v3","user-name":"onap-honolulu-daily-vnfs-ci","password":"PkYClPapZEmuw6wNP8CDwmcwY2k5NTEe","system-type":"VIM","ssl-insecure":false,"cloud-domain":"Default","default-tenant":"onap-honolulu-daily-vnfs","system-status":"active"}]}} 2021-05-30 00:15:25 698 ERROR [org.onap.aai.esr.wrapper.VimManagerWrapper][dw-17 - POST /api/aai-esr-server/v1/vims] - Register VIM failed ! org.onap.aai.esr.exception.ExtsysException: PUT cloud region to A&AI failed. at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.registerVim(CloudRegionProxy.java:47) at org.onap.aai.esr.wrapper.VimManagerWrapper.registerVim(VimManagerWrapper.java:81) at org.onap.aai.esr.resource.VimManager.registerVims(VimManager.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:143) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:160) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:158) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:97) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:303) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) at org.glassfish.jersey.internal.Errors.process(Errors.java:315) at org.glassfish.jersey.internal.Errors.process(Errors.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:267) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:286) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1072) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:399) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:381) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:344) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221) at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:45) at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:39) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1296) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1211) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:239) at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:38) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) at io.dropwizard.jetty.BiDiGzipHandler.handle(BiDiGzipHandler.java:67) at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54) at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:500) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:386) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:562) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:378) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.lang.Thread.run(Thread.java:748) Caused by: com.eclipsesource.jaxrs.consumer.RequestException: Failed to send PUT request to: https://msb-iag.onap:443/api/aai-cloudInfrastructure/v11/cloud-regions/cloud-region/ONAP/RegionOne Received Status: 502 Received Body: 502 Bad Gateway

502 Bad Gateway

error message:No route found for this request!

nginx
at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.validateResponse(ResourceInvocationHandler.java:128) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendPutRequest(ResourceInvocationHandler.java:102) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.sendRequest(ResourceInvocationHandler.java:76) at com.eclipsesource.jaxrs.consumer.internal.ResourceInvocationHandler.invoke(ResourceInvocationHandler.java:65) at com.sun.proxy.$Proxy69.registerVIMService(Unknown Source) at org.onap.aai.esr.externalservice.aai.CloudRegionProxy.registerVim(CloudRegionProxy.java:44) ... 70 common frames omitted 10.233.72.21 - - [30/May/2021:00:15:25 +0000] "POST /api/aai-esr-server/v1/vims HTTP/1.1" 498 32 "-" "ansible-httpget" 107