[jira] [Commented] (LOG4J2-2678) Add LogEvent timestamp to ProducerRecord in KafkaAppender

2019-08-21 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912661#comment-16912661 ] Gary Gregory commented on LOG4J2-2678: -- Hi [~fedexist], The best way about this is to create a PR

[jira] [Updated] (LOG4J2-2673) OutputStreamAppender.Builder ignores setFilter()

2019-08-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2673: - Summary: OutputStreamAppender.Builder ignores setFilter() (was: OutputStreamAppender.Builder

[jira] [Comment Edited] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender, appender does not respect bufferSize="0".

2019-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901626#comment-16901626 ] Gary Gregory edited comment on LOG4J2-2667 at 8/7/19 2:09 AM: -- For this

[jira] [Commented] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender, appender does not respect bufferSize="0".

2019-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901626#comment-16901626 ] Gary Gregory commented on LOG4J2-2667: -- For this JDBC driver, a 0 buffer size is the only setting

[jira] [Resolved] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender, appender does not respect bufferSize="0".

2019-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-2667. -- Resolution: Fixed Assignee: Gary Gregory Fix Version/s: 2.12.1

[jira] [Commented] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender

2019-08-06 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901112#comment-16901112 ] Gary Gregory commented on LOG4J2-2667: -- [~epmchui], You CANNOT use

[jira] [Comment Edited] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender

2019-08-05 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900356#comment-16900356 ] Gary Gregory edited comment on LOG4J2-2667 at 8/5/19 11:59 PM: ---

[jira] [Commented] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender

2019-08-05 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16900356#comment-16900356 ] Gary Gregory commented on LOG4J2-2667: -- [~epmchui], Thank you for attaching a project to reproduce

[jira] [Commented] (LOG4J2-2667) "Values not bound to statement" when using JDBC appender

2019-08-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16898805#comment-16898805 ] Gary Gregory commented on LOG4J2-2667: -- In order to help, I need a way to reproduce this. May you

[jira] [Commented] (LOG4J2-2665) Incident Response Improvement for Log4J

2019-07-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16894872#comment-16894872 ] Gary Gregory commented on LOG4J2-2665: -- Why not use markers instead of a hash? > Incident Response

[jira] [Commented] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16890182#comment-16890182 ] Gary Gregory commented on LOG4J2-2660: -- The fix I applied simply retries once. I might revisit

[jira] [Resolved] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-2660. -- Resolution: Fixed Fix Version/s: 2.12.1 3.0.0 > Retry when JDBC

[jira] [Created] (LOG4J2-2661) JDBC Append should reconnect when connection is lost in JdbcDatabaseManager.writeInternal()

2019-07-19 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2661: Summary: JDBC Append should reconnect when connection is lost in JdbcDatabaseManager.writeInternal() Key: LOG4J2-2661 URL: https://issues.apache.org/jira/browse/LOG4J2-2661

[jira] [Updated] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2660: - Description: Retry when JDBC throws a java.sql.SQLTransactionRollbackException in

[jira] [Created] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-19 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2660: Summary: Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose() Key: LOG4J2-2660 URL: https://issues.apache.org/jira/browse/LOG4J2-2660

[jira] [Reopened] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened LOG4J2-2657: -- > Improve exception messages in the JDBC appender >

[jira] [Closed] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2657. Resolution: Fixed > Improve exception messages in the JDBC appender >

[jira] [Updated] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2657: - Fix Version/s: 3.0.0 > Improve exception messages in the JDBC appender >

[jira] [Closed] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2657. Resolution: Fixed In git master and release-2.x. > Improve exception messages in the JDBC

[jira] [Work started] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on LOG4J2-2657 started by Gary Gregory. > Improve exception messages in the JDBC appender >

[jira] [Created] (LOG4J2-2657) Improve exception messages in the JDBC appender

2019-07-18 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2657: Summary: Improve exception messages in the JDBC appender Key: LOG4J2-2657 URL: https://issues.apache.org/jira/browse/LOG4J2-2657 Project: Log4j 2 Issue

[jira] [Closed] (LOG4J2-2655) Log4j2 support for containerization?

2019-07-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2655. Resolution: Invalid Jira is not a support forum, please ask your questions on the user's mailing

[jira] [Commented] (LOG4J2-2653) Migrate to JUnit 5

2019-07-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16884522#comment-16884522 ] Gary Gregory commented on LOG4J2-2653: -- At this point, I personally would not bother with providing

[jira] [Commented] (LOG4J2-2653) Migrate to JUnit 5

2019-07-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16884500#comment-16884500 ] Gary Gregory commented on LOG4J2-2653: -- It might make sense to start segregating these test helpers

[jira] [Commented] (LOG4J2-2653) Migrate to JUnit 5

2019-07-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16884482#comment-16884482 ] Gary Gregory commented on LOG4J2-2653: -- I would ask that _no_ JUnit 4 helper classes like

[jira] [Commented] (LOG4J2-2650) ArrayIndexOutOfBoundsException in the initialization of UuidUtil

2019-07-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16877046#comment-16877046 ] Gary Gregory commented on LOG4J2-2650: -- [~mattiab], Feel free to provide a patch on GitHub ;)  

[jira] [Closed] (LOG4J2-2646) Update MongoDB 3 driver from 3.10.1 to 3.10.2

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2646. Resolution: Fixed Fix Version/s: 2.12.1 3.0.0 In git master and

[jira] [Updated] (LOG4J2-2560) RollingFileAppender cannot be configured with both OnStartupTriggeringPolicy and createOnDemand="true"

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2560: - Fix Version/s: (was: 2.12.0) 2.12.1 > RollingFileAppender cannot be

[jira] [Updated] (LOG4J2-2238) Insufficient Permissions Error when Rolling Log Files

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2238: - Fix Version/s: (was: 2.12.0) 2.12.1 > Insufficient Permissions Error

[jira] [Updated] (LOG4J2-2247) RollingRandomAccessFile appender with DirectWriteRolloverStrategy fails with a NullPointerException when a header is supplied

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2247: - Fix Version/s: (was: 2.12.0) 2.12.1 > RollingRandomAccessFile appender

[jira] [Updated] (LOG4J2-2636) No default value for mdcId in SyslogAppender

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2636: - Fix Version/s: (was: 2.12.0) 2.12.1 > No default value for mdcId in

[jira] [Updated] (LOG4J2-1630) Unit of Work Logging

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1630: - Fix Version/s: (was: 2.12.0) 2.12.1 > Unit of Work Logging >

[jira] [Updated] (LOG4J2-2235) Add ThrowableFormatOptions "COLLAPSE"

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2235: - Fix Version/s: (was: 2.12.0) 2.12.1 > Add ThrowableFormatOptions

[jira] [Updated] (LOG4J2-2509) Allow a JDBC Appender to truncate strings to match a table's metadata column length limit

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2509: - Fix Version/s: (was: 2.12.0) 2.12.1 > Allow a JDBC Appender to truncate

[jira] [Updated] (LOG4J2-2505) Let JDBC PoolingDriverConnectionSource with Apache Commons DBCP configure a PoolableConnectionFactory

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2505: - Fix Version/s: (was: 2.12.0) 2.12.1 > Let JDBC

[jira] [Updated] (LOG4J2-2461) Add Automatic-Module-Name to the Manifest

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2461: - Fix Version/s: (was: 2.12.0) 2.12.1 > Add Automatic-Module-Name to the

[jira] [Updated] (LOG4J2-1990) ConcurrentModificationException logging a parameter of type Map

2019-06-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1990: - Fix Version/s: (was: 2.12.0) 2.12.1 > ConcurrentModificationException

[jira] [Created] (LOG4J2-2646) Update MongoDB 3 driver from 3.10.1 to 3.10.2

2019-06-29 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2646: Summary: Update MongoDB 3 driver from 3.10.1 to 3.10.2 Key: LOG4J2-2646 URL: https://issues.apache.org/jira/browse/LOG4J2-2646 Project: Log4j 2 Issue Type:

[jira] [Commented] (LOG4J2-1182) RandomAccessFile IOException: Stream Closed is back

2019-06-25 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872402#comment-16872402 ] Gary Gregory commented on LOG4J2-1182: -- [~kshchepanovskyi] I do not know but it is worth a try.

[jira] [Commented] (LOG4J2-1182) RandomAccessFile IOException: Stream Closed is back

2019-06-25 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872324#comment-16872324 ] Gary Gregory commented on LOG4J2-1182: -- Would you mind trying with 2.11.2 instead of 2.11.1? >

[jira] [Closed] (LOG4J2-2638) Add and use method org.apache.logging.log4j.message.MapMessage.toKey(String) for simpler subclasses

2019-06-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2638. Resolution: Fixed Assignee: Gary Gregory Fix Version/s: 2.12.0

[jira] [Comment Edited] (LOG4J2-2636) No default value for mdcId in SyslogAppender

2019-06-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869510#comment-16869510 ] Gary Gregory edited comment on LOG4J2-2636 at 6/21/19 2:09 PM: --- How about:

[jira] [Commented] (LOG4J2-2636) No default value for mdcId in SyslogAppender

2019-06-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16869510#comment-16869510 ] Gary Gregory commented on LOG4J2-2636: -- How about: {code:diff} diff --git

[jira] [Created] (LOG4J2-2638) Add and use method org.apache.logging.log4j.message.MapMessage.toKey(String) for simpler subclasses

2019-06-21 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2638: Summary: Add and use method org.apache.logging.log4j.message.MapMessage.toKey(String) for simpler subclasses Key: LOG4J2-2638 URL:

[jira] [Commented] (LOG4J2-2610) Windows - File creationTime issue for RollingFileAppender, combined time/size policy

2019-06-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853798#comment-16853798 ] Gary Gregory commented on LOG4J2-2610: -- {quote} file system tunneling can be disabled by setting a

[jira] [Closed] (LOG4J2-2619) Update Jackson from 2.9.8 to 2.9.9.

2019-05-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2619. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 > Update Jackson from

[jira] [Created] (LOG4J2-2619) Update Jackson from 2.9.8 to 2.9.9.

2019-05-30 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2619: Summary: Update Jackson from 2.9.8 to 2.9.9. Key: LOG4J2-2619 URL: https://issues.apache.org/jira/browse/LOG4J2-2619 Project: Log4j 2 Issue Type:

[jira] [Commented] (LOG4J2-2612) NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803)

2019-05-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851764#comment-16851764 ] Gary Gregory commented on LOG4J2-2612: -- In git {{master}} and {{release-2.x}} branches. >

[jira] [Closed] (LOG4J2-2618) Possible ClassCastException in org.apache.logging.log4j.core.script.ScriptManager.ScriptManager(Configuration, WatchManager)

2019-05-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2618. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 In git {{master}} and

[jira] [Created] (LOG4J2-2618) Possible ClassCastException in org.apache.logging.log4j.core.script.ScriptManager.ScriptManager(Configuration, WatchManager)

2019-05-30 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2618: Summary: Possible ClassCastException in org.apache.logging.log4j.core.script.ScriptManager.ScriptManager(Configuration, WatchManager) Key: LOG4J2-2618 URL:

[jira] [Commented] (LOG4J2-2563) NullPointerException in ScriptManager during factory.getParameter(KEY_THREADING)

2019-05-30 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851757#comment-16851757 ] Gary Gregory commented on LOG4J2-2563: -- We still need a stack trace. I am updating the code to

[jira] [Closed] (LOG4J2-2612) NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803)

2019-05-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2612. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 > NullPointerException at

[jira] [Commented] (LOG4J2-2575) CronExpression.getTimeBefore() returns incorrect result

2019-05-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849647#comment-16849647 ] Gary Gregory commented on LOG4J2-2575: -- Hi [~nathan.friess], May you please add a unit test to

[jira] [Commented] (LOG4J2-2616) Backward compatibility with third party subclasses is broken by added constructor argument in ThrowablePatternConverter

2019-05-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849644#comment-16849644 ] Gary Gregory commented on LOG4J2-2616: -- [~waldeinburg], May you please provide a PR on GitHub?

[jira] [Created] (LOG4J2-2617) Typo in method name org.apache.logging.log4j.core.config.composite.MergeStrategy.mergConfigurations(Node, Node, PluginManager)

2019-05-28 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2617: Summary: Typo in method name org.apache.logging.log4j.core.config.composite.MergeStrategy.mergConfigurations(Node, Node, PluginManager) Key: LOG4J2-2617 URL:

[jira] [Updated] (LOG4J2-2617) Typo in method name org.apache.logging.log4j.core.config.composite.MergeStrategy.mergConfigurations(Node, Node, PluginManager)

2019-05-28 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2617: - Affects Version/s: 2.11.2 Component/s: Core > Typo in method name >

[jira] [Updated] (LOG4J2-2612) NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803)

2019-05-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2612: - Description: A NullPointerException can be thrown at

[jira] [Created] (LOG4J2-2612) NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803)

2019-05-21 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2612: Summary: NullPointerException at org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.writeInternal(JdbcDatabaseManager.java:803) Key: LOG4J2-2612 URL:

[jira] [Commented] (LOG4J2-2606) Asynchronous logging when the queue is full results heavy CPU load

2019-05-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16843181#comment-16843181 ] Gary Gregory commented on LOG4J2-2606: -- I think current versions of the disruptor require Java 8.

[jira] [Closed] (LOG4J2-2603) java.lang.StackOverflowError at org.apache.logging.log4j.junit.AbstractExternalFileCleaner.println(AbstractExternalFileCleaner.java:169)

2019-05-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2603. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 >

[jira] [Created] (LOG4J2-2603) java.lang.StackOverflowError at org.apache.logging.log4j.junit.AbstractExternalFileCleaner.println(AbstractExternalFileCleaner.java:169)

2019-05-08 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2603: Summary: java.lang.StackOverflowError at org.apache.logging.log4j.junit.AbstractExternalFileCleaner.println(AbstractExternalFileCleaner.java:169) Key: LOG4J2-2603 URL:

[jira] [Commented] (LOG4J2-1311) SocketAppender will lose several events after re-connection to server

2019-05-07 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16834760#comment-16834760 ] Gary Gregory commented on LOG4J2-1311: -- Also as an alternative: Use a JMS appender with a provider

[jira] [Created] (LOG4J2-2597) StackOverflowError at org.apache.logging.log4j.LogManager.getContext()

2019-04-30 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2597: Summary: StackOverflowError at org.apache.logging.log4j.LogManager.getContext() Key: LOG4J2-2597 URL: https://issues.apache.org/jira/browse/LOG4J2-2597 Project:

[jira] [Commented] (LOG4J2-2596) AppenderSkeleton may introduce NullPointerException

2019-04-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16827020#comment-16827020 ] Gary Gregory commented on LOG4J2-2596: -- Hi [~Hecoz], Log4j 1 has reached EOL, please update to

[jira] [Updated] (LOG4J2-2337) Allow custom end-of-line with JsonLayout

2019-04-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2337: - Summary: Allow custom end-of-line with JsonLayout (was: JSONLayout printing \r at end of

[jira] [Commented] (LOG4J2-2337) JSONLayout printing \r at end of line

2019-04-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16819321#comment-16819321 ] Gary Gregory commented on LOG4J2-2337: -- In git master. Waiting for conflict resolution in

[jira] [Resolved] (LOG4J2-2592) StackOverflowException when server not reachable with SocketAppender

2019-04-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-2592. -- Resolution: Fixed Assignee: Gary Gregory Fix Version/s: 2.12.0 Fixed in git

[jira] [Commented] (LOG4J2-2592) StackOverflowException when server not reachable with SocketAppender

2019-04-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16818981#comment-16818981 ] Gary Gregory commented on LOG4J2-2592: -- [~davidkaya.ysoft], I'm pretty sure I found the problem in

[jira] [Commented] (LOG4J2-2592) StackOverflowException when server not reachable with SocketAppender

2019-04-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16818951#comment-16818951 ] Gary Gregory commented on LOG4J2-2592: -- Hi [~davidkaya.ysoft], You marked this ticket with version

[jira] [Commented] (LOG4J2-636) IOException: Stream Closed RollingRandomAccessFile

2019-04-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814500#comment-16814500 ] Gary Gregory commented on LOG4J2-636: - It would be nice if we'd normalize the path before using it so

[jira] [Commented] (LOG4J2-2587) Deadlock Bug

2019-04-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16814498#comment-16814498 ] Gary Gregory commented on LOG4J2-2587: -- [~aakinde], Version 2.7 is quite an old version. Please

[jira] [Closed] (LOG4J2-2574) Update MongoDB 3 module driver from 3.9.0 to 3.10.1

2019-03-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2574. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 In git master and

[jira] [Created] (LOG4J2-2574) Update MongoDB 3 module driver from 3.9.0 to 3.10.1

2019-03-23 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2574: Summary: Update MongoDB 3 module driver from 3.9.0 to 3.10.1 Key: LOG4J2-2574 URL: https://issues.apache.org/jira/browse/LOG4J2-2574 Project: Log4j 2 Issue

[jira] [Updated] (LOG4J2-2573) Update Slf4j from 1.7.25 to 1.7.26

2019-03-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2573: - Description: Update Slf4j from 1.7.25 to 1.7.26. Slf4j breaks compatibility (again) by no

[jira] [Created] (LOG4J2-2573) Update Slf4j from 1.7.25 to 1.7.26

2019-03-23 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2573: Summary: Update Slf4j from 1.7.25 to 1.7.26 Key: LOG4J2-2573 URL: https://issues.apache.org/jira/browse/LOG4J2-2573 Project: Log4j 2 Issue Type: Improvement

[jira] [Closed] (LOG4J2-2572) Update Apache Flume from 1.8.0 to 1.9.0

2019-03-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2572. Resolution: Fixed Fix Version/s: 3.0.0 In git master. > Update Apache Flume from 1.8.0 to

[jira] [Created] (LOG4J2-2572) Update Apache Flume from 1.8.0 to 1.9.0

2019-03-23 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2572: Summary: Update Apache Flume from 1.8.0 to 1.9.0 Key: LOG4J2-2572 URL: https://issues.apache.org/jira/browse/LOG4J2-2572 Project: Log4j 2 Issue Type:

[jira] [Closed] (LOG4J2-2571) Update conversant disruptor from 1.2.13 to 1.2.15

2019-03-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2571. Resolution: Fixed Fix Version/s: 3.0.0 > Update conversant disruptor from 1.2.13 to 1.2.15

[jira] [Created] (LOG4J2-2571) Update conversant disruptor from 1.2.13 to 1.2.15

2019-03-23 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2571: Summary: Update conversant disruptor from 1.2.13 to 1.2.15 Key: LOG4J2-2571 URL: https://issues.apache.org/jira/browse/LOG4J2-2571 Project: Log4j 2 Issue

[jira] [Closed] (LOG4J2-2570) Update Jackson from 2.9.7 to 2.9.8.

2019-03-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-2570. Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 In git master and

[jira] [Created] (LOG4J2-2570) Update Jackson from 2.9.7 to 2.9.8.

2019-03-23 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-2570: Summary: Update Jackson from 2.9.7 to 2.9.8. Key: LOG4J2-2570 URL: https://issues.apache.org/jira/browse/LOG4J2-2570 Project: Log4j 2 Issue Type:

[jira] [Commented] (LOG4J2-2439) xEx{n} broken- Stacktraces are not limited by size - on ExtendedThrowablePatternConverter

2019-03-14 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792865#comment-16792865 ] Gary Gregory commented on LOG4J2-2439: -- May you please test with 2.11.2? > xEx{n} broken-

[jira] [Commented] (LOG4J2-2564) Error using %K in pattern : MapPatternConverter cannot contain multiple static newInstance method

2019-03-14 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792869#comment-16792869 ] Gary Gregory commented on LOG4J2-2564: -- It seems we are missing a unit test to catch this case. >

[jira] [Commented] (LOG4J2-2563) NullPointerException in ScriptManager during factory.getParameter(KEY_THREADING)

2019-03-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16787918#comment-16787918 ] Gary Gregory commented on LOG4J2-2563: -- Yep, we need the stack trace. > NullPointerException in

[jira] [Updated] (LOG4J2-2505) Let JDBC PoolingDriverConnectionSource with Apache Commons DBCP configure a PoolableConnectionFactory

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2505: - Fix Version/s: (was: 2.11.2) 2.12.0 > Let JDBC

[jira] [Updated] (LOG4J2-2247) RollingRandomAccessFile appender with DirectWriteRolloverStrategy fails with a NullPointerException when a header is supplied

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2247: - Fix Version/s: (was: 2.11.2) 2.12.0 > RollingRandomAccessFile appender

[jira] [Resolved] (LOG4J2-2559) NullPointerException in JdbcAppender.createAppender()

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-2559. -- Resolution: Fixed Fix Version/s: 2.12.0 3.0.0 [~leilei] Thank you

[jira] [Updated] (LOG4J2-2327) java.util.ServiceConfigurationError: org.apache.logging.log4j.util.PropertySource: Provider org.apache.logging.log4j.util.EnvironmentPropertySource not a subtype

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2327: - Fix Version/s: (was: 2.11.2) 2.12.0 >

[jira] [Updated] (LOG4J2-2235) Add ThrowableFormatOptions "COLLAPSE"

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2235: - Fix Version/s: (was: 2.11.2) 2.12.0 > Add ThrowableFormatOptions

[jira] [Updated] (LOG4J2-1630) Unit of Work Logging

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1630: - Fix Version/s: (was: 2.11.2) 2.12.0 > Unit of Work Logging >

[jira] [Updated] (LOG4J2-2461) Add Automatic-Module-Name to the Manifest

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2461: - Fix Version/s: (was: 2.11.2) 2.12.0 > Add Automatic-Module-Name to the

[jira] [Updated] (LOG4J2-2509) Allow a JDBC Appender to truncate strings to match a table's metadata column length limit

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2509: - Fix Version/s: (was: 2.11.2) 2.12.0 > Allow a JDBC Appender to truncate

[jira] [Updated] (LOG4J2-2238) Insufficient Permissions Error when Rolling Log Files

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2238: - Fix Version/s: (was: 2.11.2) 2.12.0 > Insufficient Permissions Error

[jira] [Updated] (LOG4J2-1990) ConcurrentModificationException logging a parameter of type Map

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1990: - Fix Version/s: (was: 2.11.2) 2.12.0 > ConcurrentModificationException

[jira] [Updated] (LOG4J2-2363) ReusableObjectMessage does not pass object parameter to reusable events

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2363: - Fix Version/s: (was: 2.11.2) 2.12.0 > ReusableObjectMessage does not

[jira] [Updated] (LOG4J2-2559) NullPointerException in JdbcAppender.createAppender()

2019-02-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-2559: - Summary: NullPointerException in JdbcAppender.createAppender() (was: NullPointerException in

[jira] [Commented] (LOG4J2-2558) Literal values do not work with ColumnMapping for JdbcAppender

2019-02-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16778693#comment-16778693 ] Gary Gregory commented on LOG4J2-2558: -- Hi [~brianyeh], Make sure you check the current version:

[jira] [Commented] (LOG4J2-2557) Improved printf() support.

2019-02-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16778563#comment-16778563 ] Gary Gregory commented on LOG4J2-2557: -- You can use % formatting in the standard API if you create

[jira] [Commented] (LOG4J2-2556) log4j-1.2-api works only with core

2019-02-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777916#comment-16777916 ] Gary Gregory commented on LOG4J2-2556: -- [~drmlipp], The log4j-1.2-api module was designed to

[jira] [Commented] (LOG4J2-2538) A memory appender that can be triggered to dump in-memory logging messages to file

2019-01-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755013#comment-16755013 ] Gary Gregory commented on LOG4J2-2538: -- Have you consider using hierarchical loggers or log

  1   2   3   4   5   6   7   >