[
https://issues.apache.org/jira/browse/TIKA-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082606#comment-18082606
]
Hudson commented on TIKA-4733:
------------------------------
SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk17 #1380 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/1380/])
TIKA-4733 -- improve release artifact robustness and documentation (#2825)
(github:
[https://github.com/apache/tika/commit/da1801a84c4136850fb1d9bba985ddd0ec275193])
* (edit) tika-server/docker-build/CHANGES.md
* (edit)
tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/benchmark/TikaServerBenchmark.java
* (edit) docs/modules/ROOT/pages/advanced/integration-testing/tika-server.adoc
* (edit) tika-server/docker-build/README.md
* (edit) tika-e2e-tests/tika-server/pom.xml
* (edit)
docs/modules/ROOT/pages/advanced/integration-testing/run-uat-script.adoc
* (edit) tika-server/README.md
* (edit) docs/modules/ROOT/pages/using-tika/server/tls.adoc
* (edit) tika-server/docker-build/minimal/Dockerfile.snapshot
* (edit) tika-server/tika-server-standard/pom.xml
* (edit) tika-server/docker-build/full/Dockerfile.snapshot
* (edit) tika-server/tika-server-standard/src/main/assembly/assembly.xml
* (edit)
docs/modules/ROOT/pages/maintainers/release-guides/release-artifacts.adoc
* (edit) tika-server/tika-server-standard/bin/install_tika_service.sh
* (edit) docs/modules/ROOT/pages/using-tika/cli/index.adoc
* (edit) pom.xml
* (edit) tika-server/docker-build/docker-compose-tika-customocr.yml
* (edit) docs/modules/ROOT/pages/maintainers/release-guides/tika.adoc
* (edit) tika-app/pom.xml
* (edit) tika-eval/tika-eval-app/pom.xml
* (edit) docs/modules/ROOT/pages/pipes/parse-modes.adoc
* (edit) tika-server/docker-build/minimal/Dockerfile
* (edit) docs/modules/ROOT/pages/maintainers/release-guides/docker.adoc
* (edit) tika-server/tika-server-standard/bin/tika.in.sh
* (edit) tika-server/tika-server-standard/bin/tika
* (edit) tika-server/docker-build/full/Dockerfile
* (edit) tika-app/src/main/java/org/apache/tika/cli/TikaCLI.java
* (edit)
tika-e2e-tests/tika-server/src/test/java/org/apache/tika/server/e2e/TikaServerHttp2Test.java
* (edit) tika-server/docker-build/docker-compose-tika-grobid.yml
* (edit) docs/modules/ROOT/pages/using-tika/server/index.adoc
> tika-4.0.0-alpha1 - cannot find tika-async-cli.jar
> --------------------------------------------------
>
> Key: TIKA-4733
> URL: https://issues.apache.org/jira/browse/TIKA-4733
> Project: Tika
> Issue Type: Bug
> Affects Versions: 4.0.0
> Environment: Windows 11 using Java 17.
> Reporter: Adrian Bird
> Priority: Blocker
>
> I've downloaded the tika-app-4.0.0-alpha-1.jar and the
> tika-4.0.0-alpha-1-src.zip and unzipped the tika-4.0.0-alpha-1-src.zip into
> the same folder as tika-app-4.0.0-alpha-1.jar.
> I can successfully run a simple test but when I tried to extract images from
> a document (--extract) I got this error:
> {code:java}
> Apache Tika 4.0.0-alpha-1
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tika/async/cli/TikaAsyncCLI
> at org.apache.tika.cli.TikaCLI.async(TikaCLI.java:311)
> at org.apache.tika.cli.TikaCLI.main(TikaCLI.java:261)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.tika.async.cli.TikaAsyncCLI
> at
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
> at
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
> ... 2 more{code}
>
> I also noticed the documentation for [Basic Batch Usage
> |https://tika.apache.org/docs/4.0.0-SNAPSHOT/using-tika/cli/index.html#_basic_batch_usage]
> has this example:
> {code:java}
> java -jar tika-async-cli.jar -i /path/to/input -o /path/to/output{code}
> Where do I get tika-async-cli.jar from?
>
> PS: I added that it affects version 4.0.0 as there was no 'alpha' version
> visible.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)