Christian Kadner created BAHIR-115:
--------------------------------------
Summary: Tests in Flink-ActiveMQ connector missing log4j
configuration
Key: BAHIR-115
URL: https://issues.apache.org/jira/browse/BAHIR-115
Project: Bahir
Issue Type: Test
Components: Flink Streaming Connectors
Affects Versions: Flink-0.1
Reporter: Christian Kadner
Priority: Trivial
{{mvn surefire:test}}
{code}
...
[INFO] --- maven-surefire-plugin:2.19.1:test (default-cli) @
flink-connector-activemq_2.11 ---
...
log4j:ERROR Could not read configuration file from URL
[file:src/test/resources/log4j.properties].
java.io.FileNotFoundException: src/test/resources/log4j.properties (No such
file or directory)
at ...
log4j:ERROR Ignoring configuration file
[file:src/test/resources/log4j.properties].
log4j:WARN No appenders could be found for logger
(org.apache.flink.streaming.connectors.activemq.AMQSink).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more
info.
...
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)