Max Schmidt created STORM-3816:
----------------------------------
Summary: Unrecognized VM option 'PrintGCDateStamps'
Key: STORM-3816
URL: https://issues.apache.org/jira/browse/STORM-3816
Project: Apache Storm
Issue Type: Bug
Components: storm-core
Affects Versions: 2.3.0
Reporter: Max Schmidt
When starting storm using the official docker images
[https://hub.docker.com/_/storm] following the listed example, then deploying a
topology - the worker does not come up (logs inside of the supervisor):
{code:java}
2022-01-10 14:24:14.803 STDERR Thread-0 [INFO] Unrecognized VM option
'PrintGCDateStamps'
2022-01-10 14:24:14.803 STDERR Thread-1 [INFO] [0.001s][warning][gc] -Xloggc is
deprecated. Will use -Xlog:gc:artifacts/gc.log instead.
2022-01-10 14:24:14.811 STDERR Thread-0 [INFO] Error: Could not create the Java
Virtual Machine.
2022-01-10 14:24:14.811 STDERR Thread-0 [INFO] Error: A fatal exception has
occurred. Program will exit. {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)