[jboss-jira] [JBoss JIRA] (WFLY-13405) Update CommonDeploymentService in release.
James Perkins (Jira)
issues at jboss.org
Tue Apr 28 11:29:23 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14064140#comment-14064140 ]
James Perkins commented on WFLY-13405:
--------------------------------------
[~algolua7] Is there something special about your environment? Are you by chance using an embedded server? I'm trying to figure out how slf4j would end up on the call stack as jboss-logging should be binding to the jboss-logmanager. When I run this locally I see the following which is still wrong but doesn't break anything:
{code}
08:23:45,015 DEBUG [org.jboss.as.connector] (MSC service thread 1-2) Started CommonDeployment %s
{code}
> Update CommonDeploymentService in release.
> ------------------------------------------
>
> Key: WFLY-13405
> URL: https://issues.redhat.com/browse/WFLY-13405
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 19.0.0.Final
> Reporter: Alexander Golovko
> Assignee: Brian Stansberry
> Priority: Major
> Attachments: debug.log
>
>
> Current calls of ROOT_LOGGER.debugf("Started/Stopped CommonDeployment %s", new Object[0]); are errors. They raise MissingFormatArgumentException exception since new Object[0] is an empty array and is not compatible with %s in format argument.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list