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

incorrect jar reference in tika-server jar script #169663

Open
4 tasks done
andreasnef opened this issue Apr 21, 2024 · 2 comments
Open
4 tasks done

incorrect jar reference in tika-server jar script #169663

andreasnef opened this issue Apr 21, 2024 · 2 comments
Labels
bug Reproducible Homebrew/homebrew-core bug

Comments

@andreasnef
Copy link

andreasnef commented Apr 21, 2024

brew gist-logs <formula> link OR brew config AND brew doctor output

HOMEBREW_VERSION: 4.2.18
ORIGIN: https://github.com/Homebrew/brew
HEAD: 9edabf02ce29e54d0b717baa757cff38ad0c0e25
Last commit: 7 days ago
Core tap JSON: 21 Apr 11:29 UTC
Core cask tap JSON: 21 Apr 11:29 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.39.3 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 14.4.1-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.3
Rosetta 2: false

Verification

  • My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.
  • I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.

What were you trying to do (and why)?

Trying to start the tika server

What happened (include all command output)?

$ /opt/homebrew/bin/tika-rest-server 
Error: Unable to access jarfile /opt/homebrew/Cellar/tika/2.9.2/libexec/tika-server-2.9.2.jar
$

What did you expect to happen?

Expecting the server to correctly start up with default settings.

Step-by-step reproduction instructions (by running brew commands)

$ brew install tika
$ $HOMEBREW_PREFIX/bin/tika-rest-server
@andreasnef andreasnef added the bug Reproducible Homebrew/homebrew-core bug label Apr 21, 2024
@SMillerDev
Copy link
Member

Is /opt/homebrew/Cellar/tika/2.9.2/libexec/tika-server-2.9.2.jar installed?

andreasnef added a commit to andreasnef/homebrew-core that referenced this issue Apr 21, 2024
@andreasnef
Copy link
Author

Hi @SMillerDev
See my PR, there is a mismatch between the name of the jar file and the name used in the jar script.

chenrui333 pushed a commit to andreasnef/homebrew-core that referenced this issue Apr 24, 2024
fixes Homebrew#169663

tika: ensure resource in sync

Signed-off-by: Rui Chen <[email protected]>
chenrui333 pushed a commit to andreasnef/homebrew-core that referenced this issue Apr 24, 2024
fixes Homebrew#169663

tika: ensure resource in sync

tika: revision bump

Signed-off-by: Rui Chen <[email protected]>
chenrui333 pushed a commit to andreasnef/homebrew-core that referenced this issue Apr 24, 2024
fixes Homebrew#169663

tika: ensure resource in sync

tika: revision bump

Signed-off-by: Rui Chen <[email protected]>

tika: add server start check

Signed-off-by: Rui Chen <[email protected]>
chenrui333 pushed a commit to andreasnef/homebrew-core that referenced this issue Apr 24, 2024
fixes Homebrew#169663

tika: ensure resource in sync

tika: revision bump

Signed-off-by: Rui Chen <[email protected]>

tika: add server start check

Signed-off-by: Rui Chen <[email protected]>
chenrui333 pushed a commit to andreasnef/homebrew-core that referenced this issue Apr 25, 2024
fixes Homebrew#169663

tika: ensure resource in sync

tika: revision bump

Signed-off-by: Rui Chen <[email protected]>

tika: add server start check

Signed-off-by: Rui Chen <[email protected]>

tika: bump sleep time

Signed-off-by: Rui Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducible Homebrew/homebrew-core bug
Projects
None yet
Development

No branches or pull requests

2 participants