You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2013/12/20 10:46:10 UTC

[jira] [Commented] (OPENEJB-2063) Failure to start cxf-rs service due to simple logging call

    [ https://issues.apache.org/jira/browse/OPENEJB-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853826#comment-13853826 ] 

Andy Gumbrecht commented on OPENEJB-2063:
-----------------------------------------

Not sure if this is only related to an environment using slf4j logging.

Maybe the call to SERVER_IMPL_LOGGER = LogUtils.getL7dLogger(ServerImpl.class); needs a review?

> Failure to start cxf-rs service due to simple logging call
> ----------------------------------------------------------
>
>                 Key: OPENEJB-2063
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2063
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: container system
>    Affects Versions: 4.6.0
>         Environment: NA
>            Reporter: Andy Gumbrecht
>            Assignee: Andy Gumbrecht
>            Priority: Critical
>             Fix For: 4.6.1
>
>
> CxfRsHttpListener obtains a reference to an org.apache.cxf.common.logging.AbstractDelegatingLogger instance. Setting the level on this explicitly throws an UnsupportedOperationException.
> 13-12-19 15:48:36 INFO [main] [OpenEJB.server] - Can't start service cxf-rs
> java.lang.UnsupportedOperationException: null
> 	at org.apache.cxf.common.logging.AbstractDelegatingLogger.setLevel(AbstractDelegatingLogger.java:268)
> 	at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.deployApplication(CxfRsHttpListener.java:391)
> Another minor issue here is the logging level of the error is only 'info'.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)