[
https://issues.apache.org/jira/browse/AMBARI-18094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vivek Rathod resolved AMBARI-18094.
-----------------------------------
Resolution: Invalid
> Oozie server failed to start with NoClassDefFoundError:
> org/apache/oozie/cli/CLIParser
> --------------------------------------------------------------------------------------
>
> Key: AMBARI-18094
> URL: https://issues.apache.org/jira/browse/AMBARI-18094
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.4.0
> Environment: ambari-server-2.4.0.0-1121.x86_64
> ambari-agent-2.4.0.0-1121.x86_64
> Ambari DB: :MariaDB
> Oozie/Hive DB: MariaDB/MariaDB
> Security:no
> Security Type:MIT/MIT
> Blueprints: false
> Umask:
> JDK: OracleJDK7
> OS: CentOS 7
> Reporter: Vivek Rathod
> Priority: Critical
> Fix For: 2.4.0
>
>
> Install cluster with HDFS, Yarn, MR and ZK, and then add
> {hive,tez,piz}
> and then
> {oozie,hbase,sqoop}
> Oozie server fails to start on adding oozie.
> {code}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
> line 215, in <module>
> OozieServer().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/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
> line 95, in start
> oozie_service(action='start', upgrade_type=upgrade_type)
> File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py",
> line 89, in thunk
> return fn(*args, **kwargs)
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py",
> line 131, in oozie_service
> path = params.execute_path
> 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
> '/usr/hdp/current/oozie-server/bin/oozie-setup.sh sharelib create -fs
> hdfs://nat-r7-ifu-ambari-serv-2-1.openstacklocal:8020 -locallib
> /usr/hdp/current/oozie-server/share' returned 1. ######## Hortonworks
> #############
> This is MOTD message, added for testing in qe infra
> setting OOZIE_CONFIG=${OOZIE_CONFIG:-/usr/hdp/current/oozie-server/conf}
> setting
> CATALINA_BASE=${CATALINA_BASE:-/usr/hdp/current/oozie-server/oozie-server}
> setting CATALINA_TMPDIR=${CATALINA_TMPDIR:-/var/tmp/oozie}
> setting OOZIE_CATALINA_HOME=/usr/lib/bigtop-tomcat
> setting JAVA_HOME=/usr/jdk64/jdk1.8.0_60
> setting JRE_HOME=${JAVA_HOME}
> setting CATALINA_OPTS="$CATALINA_OPTS -Xmx2048m"
> setting OOZIE_LOG=/grid/0/log/oozie
> setting CATALINA_PID=/var/run/oozie/oozie.pid
> setting OOZIE_DATA=/grid/0/hadoop/oozie/data
> setting OOZIE_HTTP_PORT=11000
> setting OOZIE_ADMIN_PORT=11001
> setting
> JAVA_LIBRARY_PATH=/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
> setting OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS}
> -Doozie.connection.retry.count=5 "
> setting OOZIE_CONFIG=${OOZIE_CONFIG:-/usr/hdp/current/oozie-server/conf}
> setting
> CATALINA_BASE=${CATALINA_BASE:-/usr/hdp/current/oozie-server/oozie-server}
> setting CATALINA_TMPDIR=${CATALINA_TMPDIR:-/var/tmp/oozie}
> setting OOZIE_CATALINA_HOME=/usr/lib/bigtop-tomcat
> setting JAVA_HOME=/usr/jdk64/jdk1.8.0_60
> setting JRE_HOME=${JAVA_HOME}
> setting CATALINA_OPTS="$CATALINA_OPTS -Xmx2048m"
> setting OOZIE_LOG=/grid/0/log/oozie
> setting CATALINA_PID=/var/run/oozie/oozie.pid
> setting OOZIE_DATA=/grid/0/hadoop/oozie/data
> setting OOZIE_HTTP_PORT=11000
> setting OOZIE_ADMIN_PORT=11001
> setting
> JAVA_LIBRARY_PATH=/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
> setting OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS}
> -Doozie.connection.retry.count=5 "
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/oozie/cli/CLIParser
> at org.apache.oozie.tools.OozieSharelibCLI.run(OozieSharelibCLI.java:92)
> at
> org.apache.oozie.tools.OozieSharelibCLI.main(OozieSharelibCLI.java:67)
> Caused by: java.lang.ClassNotFoundException: org.apache.oozie.cli.CLIParser
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 2 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)