Stig Rohde Døssing created STORM-2659:
-----------------------------------------
Summary: storm.cmd does not set -Ddaemon.name, which prevents
Log4j2 from logging
Key: STORM-2659
URL: https://issues.apache.org/jira/browse/STORM-2659
Project: Apache Storm
Issue Type: Bug
Components: storm-core
Affects Versions: 1.1.0
Reporter: Stig Rohde Døssing
Assignee: Stig Rohde Døssing
Priority: Critical
When trying to start any daemon from storm.cmd the following error occurs:
{code}
main ERROR Unable to create file
E:\apache-storm-1.1.1\logs/access-web-${sys:daemon.name}.log
java.io.IOException: The filename, directory name, or volume label syntax is
incorrect
{code}
It looks like the daemon-name variable was introduced at some point, but only
the storm.py script was updated. This prevents Storm from logging when started
from this script.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)