asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.89k stars 297 forks source link

v1.7.2 fails to launch on OSX Mojave 10.14.6 #470

Closed starksm64 closed 3 years ago

starksm64 commented 4 years ago

I updated to 1.7.2 from 1.7.1 and now the AsciidocFX.app fails to launch. I have tried removing and doing a new install and the same problem exists. The log indicates there is a version incompatibility problem with the javax.servlet.ServletContext class. It looks like two versions of the servlet api have been included.

After I removed the lib/servlet-api-2.2.jar file I was able to launch the application.

asciidocfx.log

rahmanusta commented 4 years ago

Thanks for reporting, I excluded the old dependency from fop. Please re-download the build https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.7.2

ViraHavrylenko commented 4 years ago

Still there is a problem with Catalina 10.15.4

rahmanusta commented 3 years ago

New release is available https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.7.4 Please check if that fix your issue.

starksm64 commented 3 years ago

Yes it does fix the issue

rahmanusta commented 3 years ago

Thanks