You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (Created) (JIRA)" <ji...@apache.org> on 2012/04/02 21:43:23 UTC

[jira] [Created] (OOZIE-799) Testcases failing due to missing action-conf directory

Testcases failing due to missing action-conf directory
------------------------------------------------------

                 Key: OOZIE-799
                 URL: https://issues.apache.org/jira/browse/OOZIE-799
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari
            Assignee: Virag Kothari


org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244527#comment-13244527 ] 

jiraposter@reviews.apache.org commented on OOZIE-799:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4609/#review6634
-----------------------------------------------------------

Ship it!


+1 committing

- Mohammad


On 2012-04-02 19:51:24, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4609/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-04-02 19:51:24)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-799
bq.  
bq.  
bq.  This addresses bug OOZIE-799.
bq.      https://issues.apache.org/jira/browse/OOZIE-799
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/test/java/org/apache/oozie/test/XFsTestCase.java 1308417 
bq.    trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1308417 
bq.  
bq.  Diff: https://reviews.apache.org/r/4609/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "Virag Kothari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Virag Kothari updated OOZIE-799:
--------------------------------


For the patch committed in trunk with this JIRA ID (also available under the same JIRA ID in Apache ReviewBoard system), I grant license to ASF for inclusion in ASF works (as per the Apache License ยง5) 
                
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "Alejandro Abdelnur (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244511#comment-13244511 ] 

Alejandro Abdelnur commented on OOZIE-799:
------------------------------------------

arghh, my bad, the XTestCase must create the action-conf/ dir (next to where the hadoop-conf/ dir is created), the dir has to exist.
                
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244528#comment-13244528 ] 

jiraposter@reviews.apache.org commented on OOZIE-799:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4609/#review6633
-----------------------------------------------------------

Ship it!


- Alejandro


On 2012-04-02 19:51:24, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4609/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-04-02 19:51:24)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-799
bq.  
bq.  
bq.  This addresses bug OOZIE-799.
bq.      https://issues.apache.org/jira/browse/OOZIE-799
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/test/java/org/apache/oozie/test/XFsTestCase.java 1308417 
bq.    trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1308417 
bq.  
bq.  Diff: https://reviews.apache.org/r/4609/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "Virag Kothari (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Virag Kothari resolved OOZIE-799.
---------------------------------

    Resolution: Fixed
    
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244514#comment-13244514 ] 

jiraposter@reviews.apache.org commented on OOZIE-799:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4609/
-----------------------------------------------------------

Review request for oozie.


Summary
-------

https://issues.apache.org/jira/browse/OOZIE-799


This addresses bug OOZIE-799.
    https://issues.apache.org/jira/browse/OOZIE-799


Diffs
-----

  trunk/core/src/test/java/org/apache/oozie/test/XFsTestCase.java 1308417 
  trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1308417 

Diff: https://reviews.apache.org/r/4609/diff


Testing
-------


Thanks,

Virag


                
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (OOZIE-799) Testcases failing due to missing action-conf directory

Posted by "Alejandro Abdelnur (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244511#comment-13244511 ] 

Alejandro Abdelnur edited comment on OOZIE-799 at 4/2/12 7:49 PM:
------------------------------------------------------------------

arghh, my bad, missed that when doing the review. the XTestCase must create the action-conf/ dir (next to where the hadoop-conf/ dir is created), the dir has to exist.
                
      was (Author: tucu00):
    arghh, my bad, the XTestCase must create the action-conf/ dir (next to where the hadoop-conf/ dir is created), the dir has to exist.
                  
> Testcases failing due to missing action-conf directory
> ------------------------------------------------------
>
>                 Key: OOZIE-799
>                 URL: https://issues.apache.org/jira/browse/OOZIE-799
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> org.apache.oozie.service.ServiceException: E0100: Could not initialize service [org.apache.oozie.service.HadoopAccessorService], could not find action configuration directory: /Users/virag/temp/trunk/core/target/test-data/oozietests/org.apache.oozie.action.email.TestEmailActionExecutor/testSetupMethods/conf/action-conf
> 	at org.apache.oozie.service.HadoopAccessorService.parseConfigDirs(HadoopAccessorService.java:181)
> 	at org.apache.oozie.service.HadoopAccessorService.preLoadActionConfigs(HadoopAccessorService.java:212)
> 	at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:117)
> 	at org.apache.oozie.test.XFsTestCase.setUp(XFsTestCase.java:71)
> 	at org.apache.oozie.action.hadoop.ActionExecutorTestCase.setUp(ActionExecutorTestCase.java:61)
> 	at org.apache.oozie.action.email.TestEmailActionExecutor.setUp(TestEmailActionExecutor.java:40)
> 	at junit.framework.TestCase.runBare(TestCase.java:125)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira