Opened 6 years ago
Closed 6 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 Changed 6 years ago by
Milestone: | BASE 3.8 → BASE 3.7.1 |
---|
comment:2 Changed 6 years ago by
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.