[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 OK here's what I did. This is definitely something related to your 
PR/patch:

```
  517  git reset --hard 3cac96e4d51c19e0fa2467be3cb66350bc2dfe01
  518  mvn clean install
  519  git apply fed87b2bccc9890b0f5e45883936cc31fcd12f8f
  520  git cherry-pick fed87b2bccc9890b0f5e45883936cc31fcd12f8f
  521  mvn clean install
  522  git cherry-pick 40ed14e48510b9e6993caaa97c7d69bad9ff99a7
  523  mvn clean install
  524  git cherry-pick 1c49a9bbbc8e7c95bd23106c3dc58560c5af7488
  525  git cherry-pick 2d19275c1f142d4d42f9765aad8904ebbe7e5a12
  526  mvn clean install
```
Output from my history. That resets to the DOAP file commit pre commits 
from @lewismc and you. Then cherry picks and applies commits without merge 
commits. You can see that it breaks after I apply !525:

```
INFO: Loading workflow context metadata...
Tests run: 15, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.24 sec 
<<< FAILURE! - in org.apache.oodt.cas.pge.TestPGETaskInstance
testCreatePgeConfig(org.apache.oodt.cas.pge.TestPGETaskInstance)  Time 
elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Failed to build PgeConfig : Failed to parse value: 
/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/904bacbf-0121-47a9-981a-a0a5db5e0e85/pgeConfig.xml
at java.net.URL.(URL.java:532)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:444)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:438)
at 
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:58)
at 
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:218)
at 
org.apache.oodt.cas.pge.TestPGETaskInstance.testCreatePgeConfig(TestPGETaskInstance.java:260)

Running org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Running org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys

Results :

Tests in error: 
  TestXmlHelper.testGetImports:52 » PGE Failed to parse value: blank
  TestXmlHelper.testGetNamespace:65 » PGE Failed to parse value: blank
  TestXmlFilePgeConfigBuilder.testBuild:54 » IO Failed to build PgeConfig 
: Fail...
  TestPGETaskInstance.testCreatePgeConfig:260 » IO Failed to build 
PgeConfig : F...

Tests run: 31, Failures: 0, Errors: 4, Skipped: 1

[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] OODT Core .. SUCCESS [  
2.580 s]
[INFO] Common Utilities ... SUCCESS [ 
25.469 s]
[INFO] CAS Command Line Interface . SUCCESS [ 
10.728 s]
[INFO] OODT - Configuration Management  SUCCESS [ 
28.755 s]
[INFO] Process Control System Input Data Package .. SUCCESS [  
4.786 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container 
SUCCESS [  4.022 s]
[INFO] Catalog and Archive File Management Component .. SUCCESS [04:25 
min]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 
37.578 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 
40.678 s]
[INFO] Catalog and Archive Crawling Framework . SUCCESS [ 
28.660 s]
[INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [  
1.679 s]
[INFO] CAS Curation Web Services .. SUCCESS [ 
11.258 s]
[INFO] Process Control System Core Package  SUCCESS [ 
21.118 s]
[INFO] OODT Wicket Web Components . SUCCESS [  
5.078 s]
[INFO] CAS Curation Interface . SUCCESS [ 
15.037 s]
[INFO] CAS PGE Adaptor Framework .. FAILURE [  
6.886 s]
[INFO] CAS Installer Maven Mojo ... SKIPPED
[INFO] OODT :: Archetypes :: OpsUI  SKIPPED
[INFO] OODT :: Archetypes :: RADiX  SKIPPED
[INFO] OODT :: Archetypes . SKIPPED
[INFO] CAS File Manager Browser Web App ... SKIPPED
[INFO] CAS Workflow Manager Monitor Web App ... SKIPPED
[INFO] CAS Product Server Web Application . SKIPPED
[INFO] CAS Workflow REST Services . SKIPPED
[INFO] Process Control System Operator Interface Webapp ... SKIPPED
[INFO] OODT Process 

[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480183#comment-16480183
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 OK here's what I did. This is definitely something related to your 
PR/patch:

```
  517  git reset --hard 3cac96e4d51c19e0fa2467be3cb66350bc2dfe01
  518  mvn clean install
  519  git apply fed87b2bccc9890b0f5e45883936cc31fcd12f8f
  520  git cherry-pick fed87b2bccc9890b0f5e45883936cc31fcd12f8f
  521  mvn clean install
  522  git cherry-pick 40ed14e48510b9e6993caaa97c7d69bad9ff99a7
  523  mvn clean install
  524  git cherry-pick 1c49a9bbbc8e7c95bd23106c3dc58560c5af7488
  525  git cherry-pick 2d19275c1f142d4d42f9765aad8904ebbe7e5a12
  526  mvn clean install
```
Output from my history. That resets to the DOAP file commit pre commits 
from @lewismc and you. Then cherry picks and applies commits without merge 
commits. You can see that it breaks after I apply !525:

```
INFO: Loading workflow context metadata...
Tests run: 15, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.24 sec 
<<< FAILURE! - in org.apache.oodt.cas.pge.TestPGETaskInstance
testCreatePgeConfig(org.apache.oodt.cas.pge.TestPGETaskInstance)  Time 
elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Failed to build PgeConfig : Failed to parse value: 
/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/904bacbf-0121-47a9-981a-a0a5db5e0e85/pgeConfig.xml
at java.net.URL.(URL.java:532)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:444)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:438)
at 
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:58)
at 
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:218)
at 
org.apache.oodt.cas.pge.TestPGETaskInstance.testCreatePgeConfig(TestPGETaskInstance.java:260)

Running org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Running org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys

Results :

Tests in error: 
  TestXmlHelper.testGetImports:52 » PGE Failed to parse value: blank
  TestXmlHelper.testGetNamespace:65 » PGE Failed to parse value: blank
  TestXmlFilePgeConfigBuilder.testBuild:54 » IO Failed to build PgeConfig : 
Fail...
  TestPGETaskInstance.testCreatePgeConfig:260 » IO Failed to build 
PgeConfig : F...

Tests run: 31, Failures: 0, Errors: 4, Skipped: 1

[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] OODT Core .. SUCCESS [  
2.580 s]
[INFO] Common Utilities ... SUCCESS [ 
25.469 s]
[INFO] CAS Command Line Interface . SUCCESS [ 
10.728 s]
[INFO] OODT - Configuration Management  SUCCESS [ 
28.755 s]
[INFO] Process Control System Input Data Package .. SUCCESS [  
4.786 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container 
SUCCESS [  4.022 s]
[INFO] Catalog and Archive File Management Component .. SUCCESS [04:25 
min]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 
37.578 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 
40.678 s]
[INFO] Catalog and Archive Crawling Framework . SUCCESS [ 
28.660 s]
[INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [  
1.679 s]
[INFO] CAS Curation Web Services .. SUCCESS [ 
11.258 s]
[INFO] Process Control System Core Package  SUCCESS [ 
21.118 s]
[INFO] OODT Wicket Web Components . SUCCESS [  
5.078 s]
[INFO] CAS Curation Interface . SUCCESS [ 
15.037 s]
[INFO] CAS PGE Adaptor Framework .. FAILURE [  
6.886 s]
[INFO] CAS Installer Maven Mojo ... SKIPPED
[INFO] OODT :: Archetypes :: OpsUI  SKIPPED
[INFO] OODT :: Archetypes :: RADiX  SKIPPED
[INFO] OODT :: Archetypes . SKIPPED
[INFO] CAS File Manager Browser Web App ... SKIPPED
[INFO] CAS Workflow Manager Monitor Web App ... SKIPPED
[INFO] 

[jira] [Commented] (OODT-975) Upgrade Tomcat in radix

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480163#comment-16480163
 ] 

ASF GitHub Bot commented on OODT-975:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/60
  
so I was able to get around this by excluding merge commits...and by cherry 
picking the commit.


> Upgrade Tomcat in radix
> ---
>
> Key: OODT-975
> URL: https://issues.apache.org/jira/browse/OODT-975
> Project: OODT
>  Issue Type: Improvement
>  Components: radix
>Affects Versions: 1.2.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Minor
> Fix For: 1.9
>
>
> Tomcat is sitting at 5.X prior to org.apache.tomcat package renaming. This 
> issue will make the upgrade to the most recent Tomcat version... which I 
> assume will also improve security for radix installations. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #60: OODT-975 Upgrade Tomcat in radix

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/60
  
so I was able to get around this by excluding merge commits...and by cherry 
picking the commit.


---


[jira] [Commented] (OODT-975) Upgrade Tomcat in radix

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480150#comment-16480150
 ] 

ASF GitHub Bot commented on OODT-975:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/60
  
@lewismc I'm seeing some errors running `mvn clean install` with Apache 
OODT and this patch and running the tests. 


> Upgrade Tomcat in radix
> ---
>
> Key: OODT-975
> URL: https://issues.apache.org/jira/browse/OODT-975
> Project: OODT
>  Issue Type: Improvement
>  Components: radix
>Affects Versions: 1.2.2
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Minor
> Fix For: 1.9
>
>
> Tomcat is sitting at 5.X prior to org.apache.tomcat package renaming. This 
> issue will make the upgrade to the most recent Tomcat version... which I 
> assume will also improve security for radix installations. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #60: OODT-975 Upgrade Tomcat in radix

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/60
  
@lewismc I'm seeing some errors running `mvn clean install` with Apache 
OODT and this patch and running the tests. 


---


[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480149#comment-16480149
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 I think you are right. In fact I think it's related to @lewismc and 
the update for  OODT-976 in #60 


> Crawler Launcher hangs after ingesting files when Avro File Manager client is 
> used
> --
>
> Key: OODT-978
> URL: https://issues.apache.org/jira/browse/OODT-978
> Project: OODT
>  Issue Type: Bug
>  Components: crawler, file manager
>Reporter: Imesha Sudasingha
>Assignee: Imesha Sudasingha
>Priority: Critical
>
> When we run the crawler with Avro File manager client (within StdIngester), 
> the crawler hangs even after ingesting all the files with the directory.
> This was caused by Netty Transceiver still running in the background which is 
> used by Avro FM client. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 I think you are right. In fact I think it's related to @lewismc and 
the update for  OODT-976 in #60 


---


[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480071#comment-16480071
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user IMS94 commented on the issue:

https://github.com/apache/oodt/pull/62
  
@chrismattmann I will look at that. Seems like this is not related to my 
changes. Let's see.


> Crawler Launcher hangs after ingesting files when Avro File Manager client is 
> used
> --
>
> Key: OODT-978
> URL: https://issues.apache.org/jira/browse/OODT-978
> Project: OODT
>  Issue Type: Bug
>  Components: crawler, file manager
>Reporter: Imesha Sudasingha
>Assignee: Imesha Sudasingha
>Priority: Critical
>
> When we run the crawler with Avro File manager client (within StdIngester), 
> the crawler hangs even after ingesting all the files with the directory.
> This was caused by Netty Transceiver still running in the background which is 
> used by Avro FM client. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread IMS94
Github user IMS94 commented on the issue:

https://github.com/apache/oodt/pull/62
  
@chrismattmann I will look at that. Seems like this is not related to my 
changes. Let's see.


---


[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16479478#comment-16479478
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 I get an error building this:

```
INFO: Loading workflow context metadata...
Tests run: 15, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.242 sec 
<<< FAILURE! - in org.apache.oodt.cas.pge.TestPGETaskInstance
testCreatePgeConfig(org.apache.oodt.cas.pge.TestPGETaskInstance)  Time 
elapsed: 0.01 sec  <<< ERROR!
java.io.IOException: Failed to build PgeConfig : Failed to parse value: 
/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/3ea2e425-c368-4fc3-b73b-fe45724a17b5/pgeConfig.xml
at java.net.URL.(URL.java:532)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:444)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:438)
at 
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:58)
at 
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:218)
at 
org.apache.oodt.cas.pge.TestPGETaskInstance.testCreatePgeConfig(TestPGETaskInstance.java:260)

Running org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Running org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys

Results :

Tests in error: 
  TestXmlHelper.testGetImports:52 » PGE Failed to parse value: blank
  TestXmlHelper.testGetNamespace:65 » PGE Failed to parse value: blank
  TestXmlFilePgeConfigBuilder.testBuild:54 » IO Failed to build PgeConfig : 
Fail...
  TestPGETaskInstance.testCreatePgeConfig:260 » IO Failed to build 
PgeConfig : F...

Tests run: 31, Failures: 0, Errors: 4, Skipped: 1

[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] OODT Core .. SUCCESS [  
3.146 s]
[INFO] Common Utilities ... SUCCESS [ 
27.736 s]
[INFO] CAS Command Line Interface . SUCCESS [  
6.426 s]
[INFO] OODT - Configuration Management  SUCCESS [ 
23.711 s]
[INFO] Process Control System Input Data Package .. SUCCESS [  
2.284 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container 
SUCCESS [  3.407 s]
[INFO] Catalog and Archive File Management Component .. SUCCESS [03:50 
min]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 
33.547 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 
42.013 s]
[INFO] Catalog and Archive Crawling Framework . SUCCESS [ 
26.329 s]
[INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [  
2.354 s]
[INFO] CAS Curation Web Services .. SUCCESS [ 
11.634 s]
[INFO] Process Control System Core Package  SUCCESS [ 
20.501 s]
[INFO] OODT Wicket Web Components . SUCCESS [  
6.201 s]
[INFO] CAS Curation Interface . SUCCESS [ 
18.657 s]
[INFO] CAS PGE Adaptor Framework .. FAILURE [  
7.536 s]
[INFO] CAS Installer Maven Mojo ... SKIPPED
[INFO] OODT :: Archetypes :: OpsUI  SKIPPED
[INFO] OODT :: Archetypes :: RADiX  SKIPPED
[INFO] OODT :: Archetypes . SKIPPED
[INFO] CAS File Manager Browser Web App ... SKIPPED
[INFO] CAS Workflow Manager Monitor Web App ... SKIPPED
[INFO] CAS Product Server Web Application . SKIPPED
[INFO] CAS Workflow REST Services . SKIPPED
[INFO] Process Control System Operator Interface Webapp ... SKIPPED
[INFO] OODT Process Control System JAX-RS service layer ... SKIPPED
[INFO] Apache OODT  SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 07:46 min
[INFO] Finished at: 2018-05-17T10:35:12-07:00
[INFO] Final Memory: 116M/1554M
[INFO] 

[ERROR] Failed to execute goal 

[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
@IMS94 I get an error building this:

```
INFO: Loading workflow context metadata...
Tests run: 15, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.242 sec 
<<< FAILURE! - in org.apache.oodt.cas.pge.TestPGETaskInstance
testCreatePgeConfig(org.apache.oodt.cas.pge.TestPGETaskInstance)  Time 
elapsed: 0.01 sec  <<< ERROR!
java.io.IOException: Failed to build PgeConfig : Failed to parse value: 
/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/3ea2e425-c368-4fc3-b73b-fe45724a17b5/pgeConfig.xml
at java.net.URL.(URL.java:532)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:444)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:438)
at 
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:58)
at 
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:218)
at 
org.apache.oodt.cas.pge.TestPGETaskInstance.testCreatePgeConfig(TestPGETaskInstance.java:260)

Running org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeMetadata
Running org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.oodt.cas.pge.metadata.TestPgeTaskMetKeys

Results :

Tests in error: 
  TestXmlHelper.testGetImports:52 » PGE Failed to parse value: blank
  TestXmlHelper.testGetNamespace:65 » PGE Failed to parse value: blank
  TestXmlFilePgeConfigBuilder.testBuild:54 » IO Failed to build PgeConfig 
: Fail...
  TestPGETaskInstance.testCreatePgeConfig:260 » IO Failed to build 
PgeConfig : F...

Tests run: 31, Failures: 0, Errors: 4, Skipped: 1

[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] OODT Core .. SUCCESS [  
3.146 s]
[INFO] Common Utilities ... SUCCESS [ 
27.736 s]
[INFO] CAS Command Line Interface . SUCCESS [  
6.426 s]
[INFO] OODT - Configuration Management  SUCCESS [ 
23.711 s]
[INFO] Process Control System Input Data Package .. SUCCESS [  
2.284 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container 
SUCCESS [  3.407 s]
[INFO] Catalog and Archive File Management Component .. SUCCESS [03:50 
min]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 
33.547 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 
42.013 s]
[INFO] Catalog and Archive Crawling Framework . SUCCESS [ 
26.329 s]
[INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [  
2.354 s]
[INFO] CAS Curation Web Services .. SUCCESS [ 
11.634 s]
[INFO] Process Control System Core Package  SUCCESS [ 
20.501 s]
[INFO] OODT Wicket Web Components . SUCCESS [  
6.201 s]
[INFO] CAS Curation Interface . SUCCESS [ 
18.657 s]
[INFO] CAS PGE Adaptor Framework .. FAILURE [  
7.536 s]
[INFO] CAS Installer Maven Mojo ... SKIPPED
[INFO] OODT :: Archetypes :: OpsUI  SKIPPED
[INFO] OODT :: Archetypes :: RADiX  SKIPPED
[INFO] OODT :: Archetypes . SKIPPED
[INFO] CAS File Manager Browser Web App ... SKIPPED
[INFO] CAS Workflow Manager Monitor Web App ... SKIPPED
[INFO] CAS Product Server Web Application . SKIPPED
[INFO] CAS Workflow REST Services . SKIPPED
[INFO] Process Control System Operator Interface Webapp ... SKIPPED
[INFO] OODT Process Control System JAX-RS service layer ... SKIPPED
[INFO] Apache OODT  SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 07:46 min
[INFO] Finished at: 2018-05-17T10:35:12-07:00
[INFO] Final Memory: 116M/1554M
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project cas-pge: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/Users/mattmann/git/oodt/pge/target/surefire-reports for the individual test 

[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16479427#comment-16479427
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
testing this now locally


> Crawler Launcher hangs after ingesting files when Avro File Manager client is 
> used
> --
>
> Key: OODT-978
> URL: https://issues.apache.org/jira/browse/OODT-978
> Project: OODT
>  Issue Type: Bug
>  Components: crawler, file manager
>Reporter: Imesha Sudasingha
>Assignee: Imesha Sudasingha
>Priority: Critical
>
> When we run the crawler with Avro File manager client (within StdIngester), 
> the crawler hangs even after ingesting all the files with the directory.
> This was caused by Netty Transceiver still running in the background which is 
> used by Avro FM client. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
testing this now locally


---


[jira] [Commented] (OODT-978) Crawler Launcher hangs after ingesting files when Avro File Manager client is used

2018-05-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16479425#comment-16479425
 ] 

ASF GitHub Bot commented on OODT-978:
-

Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
LGTM!


> Crawler Launcher hangs after ingesting files when Avro File Manager client is 
> used
> --
>
> Key: OODT-978
> URL: https://issues.apache.org/jira/browse/OODT-978
> Project: OODT
>  Issue Type: Bug
>  Components: crawler, file manager
>Reporter: Imesha Sudasingha
>Assignee: Imesha Sudasingha
>Priority: Critical
>
> When we run the crawler with Avro File manager client (within StdIngester), 
> the crawler hangs even after ingesting all the files with the directory.
> This was caused by Netty Transceiver still running in the background which is 
> used by Avro FM client. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] oodt issue #62: [OODT-978] Fix for Crawler Launcher hanging even after inges...

2018-05-17 Thread chrismattmann
Github user chrismattmann commented on the issue:

https://github.com/apache/oodt/pull/62
  
LGTM!


---