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

Andrey Novikov commented on IGNITE-7298:
----------------------------------------

I think this fix is incorrect, because agent use slf4j(over log4j) logger and 
now embedded demo node use java.util.logging. This can be lead to problems with 
rolling logs file, race in logs.

Correct fix will be:

{code}

IgniteConfiguration cfg = new IgniteConfiguration();

cfg.setGridLogger(new Slf4jLogger());

{code}

> Web console: error on web agent start in case if demo is opened in browser
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-7298
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7298
>             Project: Ignite
>          Issue Type: Bug
>          Components: wizards
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>            Priority: Major
>             Fix For: 2.6
>
>
> {code}
> [ERROR][demo-nodes-start-0][] Failed to resolve default logging config file: 
> config/java.util.logging.properties
> Console logging handler is not configured.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to