Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No content to map due to end-of-input #120

Closed
gleporeNARA opened this issue Mar 28, 2023 · 1 comment
Closed

No content to map due to end-of-input #120

gleporeNARA opened this issue Mar 28, 2023 · 1 comment

Comments

@gleporeNARA
Copy link

Getting a handful of errors as below:

WARN [pool-5-thread-1] 10:09:48,594 org.tallison.tika.app.fx.batch.BatchProcess couldn't read status file
com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input
at [Source: (File); line: 1, column: 0]
at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4821) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4723) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3542) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at org.tallison.tika.app.fx.batch.BatchProcess.checkAsyncStatus(BatchProcess.java:145) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at org.tallison.tika.app.fx.status.StatusUpdater.call(StatusUpdater.java:56) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at org.tallison.tika.app.fx.status.StatusUpdater.call(StatusUpdater.java:35) ~[tika-gui-app.jar:1.0.0-ALPHA4]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]

@tballison
Copy link
Owner

I bumped this down to debug in the development branch. I've since bumped it down to trace. This kind of issue is expected, and the user should not know about it.

Thank you for opening this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants