Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-2118

Bad type of error reported to used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Montreal Release
    • Frankfurt Release
    • None
    • None

      When SDC pods are unavailable both sdnc-ueb-listener and cds-sdc-listener throw exception:

       

      {{Exception in thread "main" java.lang.reflect.UndeclaredThrowableException: Failed to invoke event listener method
      HandlerMethod details:
      Bean [org.onap.ccsdk.cds.sdclistener.client.SdcListenerClient]
      Method [public void org.onap.ccsdk.cds.sdclistener.client.SdcListenerClient.initSdcClient() throws org.onap.ccsdk.cds.sdclistener.exceptions.SdcListenerException]
      Resolved arguments:

      at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:276)
      at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:179)
      at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:142)
      at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
      at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
      at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
      at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:402)
      at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:359)
      at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:102)
      at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:77)
      at org.springframework.boot.SpringApplication.run(SpringApplication.java:326)
      at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
      at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
      at org.onap.ccsdk.cds.sdclistener.SdcListenerApplication.main(SdcListenerApplication.java:26)
      Caused by: org.onap.ccsdk.cds.sdclistener.exceptions.SdcListenerException: SDC distribution client init failed with reason:authorization failure for user vid
      at org.onap.ccsdk.cds.sdclistener.client.SdcListenerClient.startSdcClientBasedOnTheResult(SdcListenerClient.java:73)
      at org.onap.ccsdk.cds.sdclistener.client.SdcListenerClient.initSdcClient(SdcListenerClient.java:67)
      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.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:259)
      ... 13 more}}

      {{}}

      Which can be very misleading for the user as he may think that the password is wrong while probably the root cause may the lack of connectivity to SDC.{{}}

            djtimoney Dan Timoney
            kopasiak kopasiak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: