Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-3062

[SDNC] missing [provisioning] in mountpoint-registrar.properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • London Release
    • Kohn Release
    • None
    • Hide

      karaf.log error messages:

      2022-11-30T09:10:01,974 | ERROR | Thread-38        | MRConsumerImpl                   | 442 - nt_1.1.13-SNAPSHOT_dmaapClient-1.1.13-SNAPSHOT.jar - 0.0.0 |  -   | exception:
      javax.ws.rs.ProcessingException: java.net.UnknownHostException: onap-dmaap
              at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:284) ~[bundleFile:?]
       

      missing entry/section in

      mountpoint-registrar.properties:

      [provisioning]
      username=${DMAAP_CM_TOPIC_USERNAME}
      password=${DMAAP_CM_TOPIC_PASSWORD}
      topic=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT
      TransportType=HTTPNOAUTH
      Protocol=http
      host=message-router.onap:3904
      contenttype=application/json
      group=myG
      id=C1
      timeout=20000
      limit=10000
      fetchPause=5000
      jersey.config.client.readTimeout=25000
      jersey.config.client.connectTimeout=25000
      jersey.config.client.proxy.username=${HTTP_PROXY_USERNAME}
      jersey.config.client.proxy.password=${HTTP_PROXY_PASSWORD}
      jersey.config.client.proxy.uri=${HTTP_PROXY_URI}
       

      Missing sections/values will be updated during startup with default values and in this cases 'onap-dmaap' is wrong.

       

      adjust sdnc/ressources/.../mountpoint-registrar.properties

      Show
      karaf.log error messages: 2022-11-30T09:10:01,974 | ERROR | Thread -38        | MRConsumerImpl                   | 442 - nt_1.1.13-SNAPSHOT_dmaapClient-1.1.13-SNAPSHOT.jar - 0.0.0 |  -   | exception: javax.ws.rs.ProcessingException: java.net.UnknownHostException: onap-dmaap         at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:284) ~[bundleFile:?] missing entry/section in mountpoint-registrar.properties: [provisioning] username=${DMAAP_CM_TOPIC_USERNAME} password=${DMAAP_CM_TOPIC_PASSWORD} topic=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT TransportType=HTTPNOAUTH Protocol=http host=message-router.onap:3904 contenttype=application/json group=myG id=C1 timeout=20000 limit=10000 fetchPause=5000 jersey.config.client.readTimeout=25000 jersey.config.client.connectTimeout=25000 jersey.config.client.proxy.username=${HTTP_PROXY_USERNAME} jersey.config.client.proxy.password=${HTTP_PROXY_PASSWORD} jersey.config.client.proxy.uri=${HTTP_PROXY_URI} Missing sections/values will be updated during startup with default values and in this cases 'onap-dmaap' is wrong.   adjust sdnc/ressources/.../mountpoint-registrar.properties

          andreasgeissler Andreas Geissler
          demskeq8 Alexander Dehn
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: