What do you mean by "deployment fails"?
Cause basically Karaf is just a bunch of bundles, if one of them fails,
you'll notice in the logfiles.
If the framework fails, you usually see it because there are no logfiles.
If it's just your own bundles you'd like to monitor, use JMX. You should be
able t
Hi,
Which deployment ?
If you use a feature install (via command or MBean), you have an error
(on System.err for command) or an Exception (for JMX MBean).
For deploy folder, you have to check in the log file.
Regards
JB
On 01/07/2015 08:36 AM, Srikanth Hugar wrote:
If karaf deployment fail
If karaf deployment fails is there a way to notify karaf is not deployed
correctly?
So that Admin can recover easily.