Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Core: Containers
-
Labels:None
-
Similar Issues:None
Description
While hot-redeploying the mule in a container, a javax.management.InstanceAlreadyExistsException is thrown and dumped to the standard output. This does not seem to hurt the system at first, but litters the server log with irrelevant errors. In addition, no logger is being used, but a printStackTrace() call.
A patch fixing the issue. Added loggers to affected classes.