tika is running on a docker container.
This is the entrypoint:
"Entrypoint": [
"/bin/sh",
"-c",
"exec java cp
\"/tika-server-standard${TIKA_VERSION}.jar:/tika-extras/*\"
org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"
]
I see many entries on manifoldcf:
at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:402)
~[mcf-pull-agent.jar:?]
WARN 2025-01-15T10:52:22,230 (Worker thread '137') - JCIFS: Possibly transient
exception detected on attempt 1 while getting share security: All pipe
instances are busy.
.
.
at
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:402)
~[mcf-pull-agent.jar:?]
WARN 2025-01-15T10:52:39,397 (Worker thread '97') - JCIFS: Possibly transient
exception detected on attempt 1 while getting share security: All pipe
instances are busy.
jcifs.smb.SmbException: All pipe instances are busy.
at jcifs.smb.SmbTransportImpl.checkStatus2(SmbTransportImpl.java:1496)
~[?:?]
.
.
but I think it's only a warning and it retries.