Applications Systems
Enable web page debugging in DPA
How to enable web page debugging (through setLogger) in DPA to diagnose issues.
First published date
Last published date
Overview
SolarWinds support may need to enable debugging to diagnose a DPA issue. This is done by turning on setLogger. To turn on set loggers you must first authenticate into the DPA site as an administrator, then edit the URL in the browser and enter it.
Product section
Resolution
There are two ways you can turn on logging: by specifying the Java package or by Component. Components are a merge of some Java packages, so you can use one URL instead of multiple.
Debugging by component
Enable Debug:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=DEBUG&component=<COMPONENT_NAME>
Enable Trace:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=TRACE&component=<COMPONENT_NAME>
Disable:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=INFO&component=<COMPONENT_NAME>
| COMPONENT NAME | JAVA PACKAGES |
|---|---|
| alerts | com.confio.iwc.alerts |
| auth | com.confio.iwc.security com.confio.idc.ldap com.confio.iwc.webservice.auth org.springframework.security.ldap org.springframework.security.core org.springframework.security.core.ldap |
| central |
com.confio.central |
| charts |
com.confio.iwc.data |
| core | com.confio.iwc.core |
| data | com.confio.iwc.data |
| explainplans | com.confio.iwc.explainplans |
| locking | com.confio.iwc.locking |
|
com.confio.iwc.mail | |
| orion | com.solarwinds.dpa.orion |
| plancollection | com.confio.iwc.explainplans.sampling com.confio.iwc.core.PlanCollectionManager |
| problems | com.confio.iwc.analysis com.confio.iwc.core.DatabaseAnalysisJob |
| swis |
com.solarwinds.dpa.swis |
| web | com.confio.iwc.web |
Debugging by Java package
Enable Debug:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=DEBUG&logger=<JAVA_PACKAGE>
Enable Trace:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=DEBUG&logger=<JAVA_PACKAGE>
Note: some packages do not have a trace mode.
Disable:
https://<DPAserver>:8124/iwc/setLogger.iwc?level=INFO&logger=<JAVA_PACKAGE>
| DPA COMPONENT | JAVA PACKAGES |
|---|---|
| Summarizers | com.confio.idc.trending.service |
| Cleaner | com.confio.idc.repo.cleaner.impl |
|
Vpshere cleaner only | com.confio.idc.repo.cleaner.impl.VSphereCleanerService |
| Digest (MySQL) | com.confio.idc.database.service.digest |
| Example Service (MySQL) |
com.confio.idc.database.service.textpoll.MySQLExampleService |
| Metrics | com.confio.iwc.database.metrics.service.DatabaseMetricDataProviderServiceImpl com.confio.iwc.database.metrics.service.DatabaseMetricProviderServiceImpl com.confio.iwc.metrics.dao.MetricsDataDaoImpl |
| Licensing |
com.confio.ignite.license (level=TRACE) com.confio.license.audit |
| Quick Poll | com.confio.idc.database.service.quickpoll |
| Quick Poll (MySQL) | com.confio.idc.database.service.quickpoll.MySQLQuickPollService |
| Wizard (10.0 and later) | com.confio.idc.wizard.action.WizardFlowExecutionListener |