-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Freeze on Startup: ?recent update to JAVA 1.8.0_331 #1175
base: bugfix/468
Are you sure you want to change the base?
Conversation
…ithub release names while also using more precise version numbers under the hood. build w/ latest java jdk.
…ithub release names while also using more precise version numbers under the hood. build w/ latest java jdk.
…ith `-Dtabula.openBrowser=true`. re: #534 #541 and a bunch of old tickets about odd window managers or other linux things or folks wanting to put tabula on a headless server.
…ith `-Dtabula.openBrowser=true`. re: #534 #541 and a bunch of old tickets about odd window managers or other linux things or folks wanting to put tabula on a headless server.
note jruby 9000 requirement
note jruby 9000 requirement
(faster startup time)
(faster startup time)
Fix typo
Fix typo
Update README.md
Update README.md
adds context bar to let users opt-out of notifications/stats
Fix docker build error & add docker-compose.yml
travis build is failing, see https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/6 Should fix to set build distribution to trusty instead of xenial
Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.1.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@2.0.6...2.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1. Delete apt-cache after installing dependencies 2. Move EXPOSE and CMD statements to before copying files 3. Consolidate COPY statements 4. Join running bundle and jbundle install in one statement
Hi, We have the same problem for someone with Windows 11 and fresh tabula install. Same hang at the same line and same error after manually goto: http://localhost:8080/ Before receiving the message that the server has started, we got an error caused by org.jruby.exception.RaidedException (loadError) No such file to load Sorry, I just have a screenshot of the error message and I don't know if it's ok to post it as a png here, but if it may help, I can ask for the log text itself to paste it here to document the issue more in depth. Kind regards.
|
I'm having the same problem on Windows 10 with Java 1.8.0_341 Any fixes? Thanks.
|
Fix typo
Added Docker Compose quick start guide section under Using Tabula
Never Mind...... I seemed to have fixed the problem by updating to:
java version "1.8.0_333"
Below is the problem I was having when I was running Java 1.8.0_331
"When I tried to start Tabula this morning, it hung up at this line:
.......
2022-05-03 09:42:36.252:INFO:oejs.ServerConnector:main: Started ServerConnector@7e78dd7b{HTTP/1.1}{0.0.0.0:8080}
2022-05-03 09:42:36.252:INFO:oejs.Server:main: Started @9190ms
I then tried to manually goto: http://localhost:8080/
And then got these errors:
DEBUG: due a previous initialization failure application instance can not be returned
DEBUG: resetting rack response due exception
DEBUG: due a previous initialization failure application instance can not be returned
DEBUG: resetting rack response due exception
I am running Windows 10 and just had an autoupdate to Java 1.8.0_331 at the end of April, this is the first time trying to run Tabula since the update."