You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Jan Matèrne (JIRA)" <ji...@apache.org> on 2016/03/02 15:10:18 UTC

[jira] [Reopened] (DELTASPIKE-1087) core-jmx: missing blank in log statement

     [ https://issues.apache.org/jira/browse/DELTASPIKE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Matèrne reopened DELTASPIKE-1087:
-------------------------------------

> core-jmx: missing blank in log statement
> ----------------------------------------
>
>                 Key: DELTASPIKE-1087
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1087
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.4
>            Reporter: Jan Matèrne
>            Priority: Trivial
>
> I have an EJB annotated with @MBean. One method 'start' is annotaded with @JmxManaged. Via JConsole I invoke this method and an (application internal) error occured.
> The server log states:
> 09:20:33,283 SEVERE [org.apache.deltaspike.core.impl.jmx.DynamicMBeanWrapper] (pool-2-thread-189) startcan't be invoked: java.lang.reflect.InvocationTargetException
> Here a blank is missing between "start" and "can't be invoked".
> It seems that the error is in DynamicMBeanWrapper line 359:
> 346:     public Object invoke(final String actionName, final Object[] params, final String[] signature)
> 357:            catch (Exception e)
> 358:            {
> 359:                LOGGER.log(Level.SEVERE, actionName + "can't be invoked", e);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)