User Tools
Writing /app/www/public/data/meta/support/topology_sync_failures.meta failed
support:topology_sync_failures
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| support:topology_sync_failures [2021/01/12 09:16] – 10.91.120.28 | support:topology_sync_failures [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Topology Rediscovery Sync Failures ====== | ||
| + | |||
| + | Author: Paddy Murphy | ||
| + | |||
| + | This wiki was created to assist if you encounter issues with Topology Rediscovery Sync. | ||
| + | |||
| + | |||
| + | ===== Troubleshooting Checklist ===== | ||
| + | |||
| + | Run the following query on the Controller been investigated. | ||
| + | select id, name, technology, assigned_technology_id, | ||
| + | |||
| + | - Verify that you can login into the Controller and successfully reach a landing page with data. Some Controllers can only be accessed through a [[support: | ||
| + | - Is the Controller link down? [[onboarding: | ||
| + | - Is the software version supported. -- check supported technologies & software versions here [[https:// | ||
| + | - Are the assigned login credentials correct and not null at the controller level? [[support: | ||
| + | - Is the correct IP address assigned to the controller? | ||
| + | - Does the Controller require a port number i.e. 8080? This can be verified by logging into controller. | ||
| + | - Are the technology & assigned technology id values correct? | ||
| + | - Is the correct http session manager configuration assigned to the controller? | ||
| + | - Is the correct remote discovery configuration assigned to the controller? | ||
| + | - Has there been recent UI changes to Controller login page? -- This can be verified through testing the " | ||
| + | |||
| + | ===== Common Exceptions | ||
| + | |||
| + | Query to return recent Topology Failures for a controller | ||
| + | |||
| + | select | ||
| + | |||
| + | | ||
| + | The error_msg field contains the exception message that was thrown during the topology failure | ||
| + | |||
| + | |||
| + | Exception list with known fixes or reason exception was thrown. Please note that this is not a complete issue of possible fixes/ | ||
| + | |||
| + | === java.net.ConnectException: | ||
| + | * Port number not assigned in network element database | ||
| + | * Controller UI issues | ||
| + | * Topology not supported for technology | ||
| + | |||
| + | === javax.net.ssl.SSLHandshakeException: | ||
| + | * Incorrect login credentials value | ||
| + | * Recent Controller UI Change, “Topology Discovery - Initial Script” & “Topology Discovery - Get Full Discovery Script” scripts will need to be updated | ||
| + | |||
| + | === java.lang.NullPointerException: | ||
| + | * Incorrect login credentials value | ||
| + | * Unsupported software version | ||
| + | * Recent Controller UI Change, “Topology Discovery - Initial Script” & “Topology Discovery - Get Full Discovery Script” scripts will need to be updated | ||
| + | |||
| + | |||
| + | === java.lang.NullPointerException: | ||
| + | * Login Script for affected technology needs to be modified | ||
| + | |||
| + | === java.lang.Exception: | ||
| + | * Incorrect login credentials value | ||
| + | * Controller UI issue | ||
| + | |||
| + | === org.jsoup.HttpStatusException: | ||
| + | * Unsupported Software Version | ||
| + | |||
| + | === java.net.SocketTimeoutException: | ||
| + | * Controller connection issues | ||
| + | |||
| + | |||