Opened 9 years ago
Closed 9 years ago
#1980 closed defect (fixed)
ServiceControllerAction.isRunning() crash the Administrate->Services page if it throws an exception
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.7.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The admin page for services need improved error handling in case the ServiceControllerAction.isRunning()
method throws an exception.
Change History (2)
comment:1 by , 9 years ago
Milestone: | BASE 3.8 → BASE 3.7.1 |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7078]) Fixes #1980: ServiceControllerAction.isRunning() crash the Administrate->Services page if it throws an exception
Use
try ... catch ...
to handle the exception.