Jira: https://issues.apache.org/jira/browse/OOZIE-3079
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/81/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 1.59 MB...]
 +1 There are no new bugs found in [sharelib/oozie].
 +1 There are no new bugs found in [sharelib/hcatalog].
 +1 There are no new bugs found in [sharelib/streaming].
 +1 There are no new bugs found in [sharelib/hive].
 +1 There are no new bugs found in [sharelib/sqoop].
 +1 There are no new bugs found in [sharelib/spark].
 +1 There are no new bugs found in [sharelib/hive2].
 +1 There are no new bugs found in [sharelib/pig].
+1 BACKWARDS_COMPATIBILITY
    +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient 
annotations
    +1 the patch does not modify JPA files
-1 TESTS
    Tests run: 2035
    Tests failed: 0
    Tests errors: 9

    The patch failed the following testcases:

      

    Tests failing with errors:
      testJobMethods(org.apache.oozie.TestLocalOozieClientCoord)
      testCoordJobsGet(org.apache.oozie.command.coord.TestCoordJobsXCommand)
      
testGetJobInfoForWrongTimeFormat(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      
testGetJobInfoForText(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      
testCoordJobGet(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      
testGetJobInfoForEndCreatedTime(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      
testCoordGetJobsSortBy(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      
testGetJobInfoForStartCreatedTime(org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor)
      testEngine(org.apache.oozie.TestCoordinatorEngine)

+1 DISTRO
    +1 distro tarball builds with the patch 

----------------------------
-1 Overall result, please check the reported -1(s)

 There is at least one warning, please check

The full output of the test-patch run is available at

 https://builds.apache.org/job/PreCommit-OOZIE-Build/81/

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  5 3706k    5  191k    0     0   272k      0  0:00:13 --:--:--  0:00:13  
272k100 3706k  100 3706k    0     0  4576k      0 --:--:-- --:--:-- --:--:-- 
32.0M
Adding comment to JIRA
Comment added.

test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-3079
Archiving artifacts
[Fast Archiver] Compressed 1.80 MB of artifacts by 80.1% relative to #75
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
9 tests failed.
FAILED:  org.apache.oozie.TestCoordinatorEngine.testEngine

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.CoordinatorEngineException: E0603: SQL error in operation, 16
        at 
org.apache.oozie.CoordinatorEngine.getCoordJobs(CoordinatorEngine.java:601)
        at 
org.apache.oozie.TestCoordinatorEngine._testGetJobs(TestCoordinatorEngine.java:344)
        at 
org.apache.oozie.TestCoordinatorEngine.testEngine(TestCoordinatorEngine.java:58)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:95)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:36)
        at org.apache.oozie.command.XCommand.call(XCommand.java:290)
        at 
org.apache.oozie.CoordinatorEngine.getCoordJobs(CoordinatorEngine.java:598)
        ... 23 more
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error 
in operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:87)
        ... 26 more


FAILED:  org.apache.oozie.TestLocalOozieClientCoord.testJobMethods

Error Message:
org.apache.oozie.CoordinatorEngineException: E0603: SQL error in operation, 16

Stack Trace:
E0603 : org.apache.oozie.CoordinatorEngineException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.LocalOozieClientCoord.getCoordJobsInfo(LocalOozieClientCoord.java:228)
        at 
org.apache.oozie.TestLocalOozieClientCoord.testJobMethods(TestLocalOozieClientCoord.java:196)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.oozie.CoordinatorEngineException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.CoordinatorEngine.getCoordJobs(CoordinatorEngine.java:601)
        at 
org.apache.oozie.LocalOozieClientCoord.getCoordJobsInfo(LocalOozieClientCoord.java:218)
        ... 22 more
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:95)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:36)
        at org.apache.oozie.command.XCommand.call(XCommand.java:290)
        at 
org.apache.oozie.CoordinatorEngine.getCoordJobs(CoordinatorEngine.java:598)
        ... 23 more
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error 
in operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:87)
        ... 26 more


FAILED:  org.apache.oozie.command.coord.TestCoordJobsXCommand.testCoordJobsGet

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.command.CommandException: E0603: SQL error in operation, 16
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:95)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:36)
        at org.apache.oozie.command.XCommand.call(XCommand.java:290)
        at 
org.apache.oozie.command.coord.TestCoordJobsXCommand._testGetJobsForGroup(TestCoordJobsXCommand.java:86)
        at 
org.apache.oozie.command.coord.TestCoordJobsXCommand.testCoordJobsGet(TestCoordJobsXCommand.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error 
in operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.command.coord.CoordJobsXCommand.execute(CoordJobsXCommand.java:87)
        ... 25 more


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForWrongTimeFormat

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForWrongTimeFormat(TestCoordJobInfoGetJPAExecutor.java:145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForText

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForText(TestCoordJobInfoGetJPAExecutor.java:249)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testCoordJobGet

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor._testGetJobInfoForGroup(TestCoordJobInfoGetJPAExecutor.java:185)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testCoordJobGet(TestCoordJobInfoGetJPAExecutor.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForEndCreatedTime

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForEndCreatedTime(TestCoordJobInfoGetJPAExecutor.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testCoordGetJobsSortBy

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testCoordGetJobsSortBy(TestCoordJobInfoGetJPAExecutor.java:449)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForStartCreatedTime

Error Message:
E0603: SQL error in operation, 16

Stack Trace:
org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error in 
operation, 16
        at 
org.apache.oozie.service.JPAService.getTargetException(JPAService.java:641)
        at org.apache.oozie.service.JPAService.execute(JPAService.java:347)
        at 
org.apache.oozie.executor.jpa.TestCoordJobInfoGetJPAExecutor.testGetJobInfoForStartCreatedTime(TestCoordJobInfoGetJPAExecutor.java:84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

Reply via email to