Looks like the GRPC server is running fine as well:

cd tika-grpc
mvn exec:java "-Dexec.args=-p 50003"


[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO]
------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 6.5
[INFO] os.detected.version.major: 6
[INFO] os.detected.version.minor: 5
[INFO] os.detected.release: ubuntu
[INFO] os.detected.release.version: 22.04
[INFO] os.detected.release.like.ubuntu: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[INFO]
[INFO] ---------------------< org.apache.tika:tika-grpc
>----------------------
[INFO] Building Apache Tika pipes gRPC server 3.0.0-BETA2
[INFO]   from pom.xml
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
[INFO] --- exec:3.3.0:java (default-cli) @ tika-grpc ---
INFO  [org.apache.tika.pipes.grpc.TikaGrpcServer.main()] 12:34:09,102
org.apache.tika.config.TikaConfigSerializer no getter for setter: streaming
in class org.apache.tika.parser.epub.EpubParser
INFO  [org.apache.tika.pipes.grpc.TikaGrpcServer.main()] 12:34:09,373
org.apache.tika.pipes.grpc.TikaGrpcServer Server started, listening on 50003




On Mon, Jul 15, 2024 at 12:30 PM Nicholas DiPiazza <
nicholas.dipia...@gmail.com> wrote:

> Tests successful on Linux ThinkPad-L14-Gen-2 6.5.0-41-generic
> #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 3 11:32:55 UTC 2 x86_64 x
>
> [X] +1 Release this package as Apache Tika 3.0.0-BETA2
>
> On Mon, Jul 15, 2024 at 12:08 PM Nicholas DiPiazza <
> nicholas.dipia...@gmail.com> wrote:
>
>> this seems to have fixed me
>>
>> sudo apt purge imagemagick-*
>>
>>
>>
>> On Mon, Jul 15, 2024 at 11:37 AM Nicholas DiPiazza <
>> nicholas.dipia...@gmail.com> wrote:
>>
>>> I'm consistently having maven test fail on my
>>>
>>> Linux ThinkPad-L14-Gen-2 6.5.0-41-generic #41~22.04.2-Ubuntu SMP
>>> PREEMPT_DYNAMIC Mon Jun  3 11:32:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
>>>
>>> ERROR] Tests run: 13, Failures: 1, Errors: 0, Skipped: 1, Time elapsed:
>>> 5.188 s <<< FAILURE! -- in org.apache.tika.parser.ocr.TesseractOCRParserTest
>>> [ERROR]
>>> org.apache.tika.parser.ocr.TesseractOCRParserTest.testPositiveRotateOCR --
>>> Time elapsed: 1.051 s <<< FAILURE!
>>> org.opentest4j.AssertionFailedError: expected: <true> but was: <null>
>>> at
>>> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
>>> at
>>> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
>>> at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
>>> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
>>> at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
>>> at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
>>> at
>>> org.apache.tika.parser.ocr.TesseractOCRParserTest.testPositiveRotateOCR(TesseractOCRParserTest.java:139)
>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>>> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
>>>
>>> On Fri, Jul 12, 2024 at 11:08 AM Tim Allison <talli...@apache.org>
>>> wrote:
>>>
>>>> A candidate for the Tika 3.0.0-BETA2 release is available at:
>>>> https://dist.apache.org/repos/dist/dev/tika/3.0.0-BETA2
>>>>
>>>> The release candidate is a zip archive of the sources in:
>>>> https://github.com/apache/tika/tree/3.0.0-BETA2-rc1/
>>>>
>>>> The SHA-512 checksum of the archive is
>>>>
>>>> 8a4142f61110f196c550146637994d26f66d6c798fc9e1d18dcadcb8a8fe817a52f59f3a03341809131f59b644fa2e183212bdee5f292d3d603d1a5a893c6848.
>>>>
>>>> In addition, a staged maven repository is available here:
>>>>
>>>> https://repository.apache.org/content/repositories/orgapachetika-1105/org/apache/tika
>>>>
>>>> Please vote on releasing this package as Apache Tika 3.0.0-BETA2.
>>>> The vote is open for the next 72 hours and passes if a majority of at
>>>> least three +1 Tika PMC votes are cast.
>>>>
>>>> [ ] +1 Release this package as Apache Tika 3.0.0-BETA2
>>>> [ ] -1 Do not release this package because...
>>>>
>>>> Here's my +1.
>>>>
>>>> Thank you, all!
>>>>
>>>> Best,
>>>>
>>>>      Tim
>>>>
>>>

Reply via email to