[
https://issues.apache.org/jira/browse/OODT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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.<init>(URL.java:532)
at java.net.URL.<init>(URL.java:490)
at java.net.URL.<init>(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 Control System JAX-RS service layer ... SKIPPED
[INFO] Apache OODT ........................................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 08:30 min
[INFO] Finished at: 2018-05-17T22:20:02-07:00
[INFO] Final Memory: 126M/1517M
[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
results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :cas-pge
nonas:oodt mattmann$
```
> 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)