Xavier Fernandis created PHOENIX-7734:
-----------------------------------------
Summary: Traceserver references missing phoenix_queryserver_jar
reference
Key: PHOENIX-7734
URL: https://issues.apache.org/jira/browse/PHOENIX-7734
Project: Phoenix
Issue Type: Bug
Affects Versions: 5.3.0, 5.2.0, 5.1.0
Reporter: Xavier Fernandis
The traceserver.py script fails to start because it references a non-existent
variable `phoenix_utils.phoenix_queryserver_jar` in its classpath configuration.
error:
>> ./traceserver.py start
{color:#FF0000}Traceback (most recent call last):{color}
{color:#FF0000} File "./traceserver.py", line 132, in <module>{color}
{color:#FF0000} " org.apache.phoenix.tracingwebapp.http.Main " + args{color}
{color:#FF0000}AttributeError: module 'phoenix_utils' has no attribute
'phoenix_queryserver_jar'{color}
Impact:
The traceserver cannot be started successfully due to this missing dependency
reference.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)