You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2014/01/14 01:03:51 UTC

[jira] [Created] (AMBARI-4282) Execption in log for Rolling Restart Command

Siddharth Wagle created AMBARI-4282:
---------------------------------------

             Summary: Execption in log for Rolling Restart Command
                 Key: AMBARI-4282
                 URL: https://issues.apache.org/jira/browse/AMBARI-4282
             Project: Ambari
          Issue Type: Bug
          Components: controller
    Affects Versions: 1.5.0
            Reporter: Siddharth Wagle
            Assignee: Siddharth Wagle
             Fix For: 1.5.0


Exception in ambari-server.log

{code}
23:30:27,702 ERROR [ExecutionScheduler_Worker-2] JobRunShell:211 - Job LinearExecutionJobs.BatchRequestJob-3-1 threw an unhandled Exception:
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:454)
        at java.lang.Integer.<init>(Integer.java:677)
        at org.quartz.JobDataMap.getIntegerFromString(JobDataMap.java:285)
        at org.apache.ambari.server.scheduler.AbstractLinearExecutionJob.execute(AbstractLinearExecutionJob.java:93)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
23:30:27,703 ERROR [ExecutionScheduler_Worker-2] ErrorLogger:2425 - Job (LinearExecutionJobs.BatchRequestJob-3-1 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NumberFormatException: null]
        at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:454)
        at java.lang.Integer.<init>(Integer.java:677)
        at org.quartz.JobDataMap.getIntegerFromString(JobDataMap.java:285)
        at org.apache.ambari.server.scheduler.AbstractLinearExecutionJob.execute(AbstractLinearExecutionJob.java:93)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        ... 1 more
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)