You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Ott (JIRA)" <ji...@apache.org> on 2017/12/28 08:57:00 UTC

[jira] [Issue Comment Deleted] (CASSANDRA-14142) logs directory for gc.log doesn't exist on first start

     [ https://issues.apache.org/jira/browse/CASSANDRA-14142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Ott updated CASSANDRA-14142:
---------------------------------
    Comment: was deleted

(was: I've created a pull request for it: https://github.com/apache/cassandra/pull/183
)

> logs directory for gc.log doesn't exist on first start
> ------------------------------------------------------
>
>                 Key: CASSANDRA-14142
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14142
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Configuration
>         Environment: Unix & Windows environments, when starting freshly downloaded tarball
>            Reporter: Alex Ott
>            Priority: Trivial
>
> This was originally reported at https://stackoverflow.com/questions/47976248/gc-log-file-error-when-running-cassandra.
> This is very minor problem related to timing of 'logs' directory creation - when Cassandra starts first time, this directory doesn't exist, and created when Cassandra starts to write system.log & debug.log files. But this directory is referenced in the -Xloggc command line parameter of JVM, causing following warning:
> {{Java HotSpot(TM) 64-Bit Server VM warning: Cannot open file bin/../logs/gc.log due to No such file or directory}}
> The fix is to check existence of this directory in the cassandra-env, and create it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org