summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/son-handler/son_handler_troubleshooting.rst
diff options
context:
space:
mode:
authorSaravanan A <saravanan.a75@wipro.com>2019-04-09 16:38:36 +0530
committerSaravanan A <saravanan.a75@wipro.com>2019-05-14 12:21:06 +0530
commit32b6e8c55d9495743fe47897cb6654f6be602416 (patch)
tree6d8636fd243679d46c685644a2d182f2660423e8 /docs/sections/services/son-handler/son_handler_troubleshooting.rst
parentb643761e44851acf519fa039e11c2f413e7a25aa (diff)
Author: Saravanan A <saravanan.a75@wipro.com>
Added documentation for SON Handler MS Added Installation Steps, Configurations, Troubleshooting and Logging Added prerequisites and changed file names Change-Id: I35de88ae3ac3caa2d204717f445f7565209cd6e3 Issue-ID: DCAEGEN2-1116 Signed-off-by: Saravanan A <saravanan.a75@wipro.com>
Diffstat (limited to 'docs/sections/services/son-handler/son_handler_troubleshooting.rst')
-rw-r--r--docs/sections/services/son-handler/son_handler_troubleshooting.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/sections/services/son-handler/son_handler_troubleshooting.rst b/docs/sections/services/son-handler/son_handler_troubleshooting.rst
new file mode 100644
index 00000000..6fcf5149
--- /dev/null
+++ b/docs/sections/services/son-handler/son_handler_troubleshooting.rst
@@ -0,0 +1,17 @@
+** Troubleshooting steps **
+
+1. Microservice stops and restarts during startup
+
+ Possible reasons & Solutions:
+ 1. Microservice is not registered with the consul
+ - Check the consul if the microservice is registered with it and the MS is able to fetch the app config from the CBS. Check if CBS and consul are deployed properly and try to redeploy the MS
+ 2. DMAAP topics are not created
+ - Check the message router if the neccessary dmaap topics are present in the list of topics. Create the topics if not present.
+ List of topics can be queried from message router using the url "http://<host>:<port>/topics"
+
+
+** Logging **
+
+1. Logs can be found either from kubernetes UI or from kubectl. Since, the MS is deployed as a pod in the kubernetes, you can check the logs by using the command
+ kubectl logs <pod-name> --namespace onap
+