Oleksandr Diachenko created HAWQ-1079:
-----------------------------------------
Summary: PXF service fails to start
Key: HAWQ-1079
URL: https://issues.apache.org/jira/browse/HAWQ-1079
Project: Apache HAWQ
Issue Type: Bug
Components: PXF
Reporter: Oleksandr Diachenko
Assignee: Lei Chang
{code}
Traceback (most recent call last):
File
"/var/lib/ambari-agent/cache/common-services/PXF/3.0.0/package/scripts/pxf.py",
line 132, in <module>
Pxf().execute()
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 280, in execute
method(env)
File
"/var/lib/ambari-agent/cache/common-services/PXF/3.0.0/package/scripts/pxf.py",
line 54, in start
self.__execute_service_command("restart")
File
"/var/lib/ambari-agent/cache/common-services/PXF/3.0.0/package/scripts/pxf.py",
line 76, in __execute_service_command
logoutput=True)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
line 155, in __init__
self.env.run()
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 160, in run
self.run_action(resource, action)
File
"/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
line 124, in run_action
provider_action()
File
"/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
line 273, in action_run
tries=self.resource.tries, try_sleep=self.resource.try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 71, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 93, in checked_call
tries=tries, try_sleep=try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 141, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 294, in _call
raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of 'service pxf-service
restart' returned 1. /var/pxf /
$CATALINA_PID was set but the specified file does not exist. Is Tomcat running?
Stop aborted.
/var/pxf /var/pxf /
touch: cannot touch `/var/log/pxf/catalina.out': No such file or directory
/var/pxf/pxf-service/bin/catalina.sh: line 387: /var/log/pxf/catalina.out: No
such file or directory
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)