Opened 8 years ago

Closed 8 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 Nicklas Nordborg, 8 years ago

Milestone: BASE 3.8BASE 3.7.1

comment:2 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(In [7078]) Fixes #1980: ServiceControllerAction.isRunning() crash the Administrate->Services page if it throws an exception

Use try ... catch ... to handle the exception.

Note: See TracTickets for help on using tickets.