Divij Vaidya created TINKERPOP-2489:
---------------------------------------
Summary: Server doesn't start if folder has spaces
Key: TINKERPOP-2489
URL: https://issues.apache.org/jira/browse/TINKERPOP-2489
Project: TinkerPop
Issue Type: Bug
Components: server
Affects Versions: 3.4.8, 3.4.9
Reporter: Divij Vaidya
Repro steps:
1. Download the server zip.
2. Unzip the binary.
3. Rename the unzipped folder and add a space, e.g.
{code:java}
apache-tinkerpop-gremlin-server-3.4.9 my{code}
4. Start the server
{code:java}
./bin/gremlin-server.sh start{code}
5. The server will fail to start (check status) with the error "Error: Could
not find or load main class my.conf.log4j-server.properties"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)