mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #166] Pipeline error End-of-File #164
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bakrowork on GitHub (Jun 19, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/166
Hi
I am running into the following error in the logs:
My docs are readable by everybody, I am running a ubuntu16.04 box with docker.
Where could I find more log about this error? Does somebody run into this error?
@bakrowork commented on GitHub (Jun 19, 2018):
i should be something with read rights.
I just created a simple asd.txt file and I get the following error:
GD_Docs/asd.txt JVM exception occurred: InputStream must have > 0 bytes@bakrowork commented on GitHub (Jun 19, 2018):
If I am correct the last error is generated by this line:
https://github.com/apache/tika/blob/master/tika-core/src/main/java/org/apache/tika/parser/AutoDetectParser.java#L122
@evilham commented on GitHub (Jun 27, 2018):
I am having the exact same issue :-D.
@evilham commented on GitHub (Jun 27, 2018):
Solved!
By checking:
docker-compose logs, I saw that there was a dns lookup error; then noticed that both @bakrowork and I had used something not-DNS valid as the name for the crawler.I guess this was a docker-rookie mistake. It should be fixed with a mention in the
READMEnot to use weird stuff as the crawler name :-).@bakrowork should now:
docker-compose downrm -rf $YOUR_DATA_DIR(care not to delete your source data, but only ambar's data dir)docker-compose.ymlso that the crawler name basically only contains lowercase ascii chars.docker-compose up -d@bakrowork commented on GitHub (Jun 28, 2018):
Thank you @evilham
@AyKarsi commented on GitHub (Jul 19, 2018):
@evilham could you maybe mention that the crawler name should be lower case in the installation guide?
Could save people some hours debugging. (I'm glad I found this post eventually)
@evilham commented on GitHub (Jul 20, 2018):
@AyKarsi I can't :-) but maybe @sochix can.
@sochix commented on GitHub (Jul 20, 2018):
@AyKarsi @evilham it's already been in Installation guide, please read carefully