-
Notifications
You must be signed in to change notification settings - Fork 129
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
Error upgrading to 0.13 using java 1.8 #82
Comments
for me it is working with java 1.8. I had that error during migration of docjure using apache-poi >= 4.0. Could it be you are also using apache-poi as your dependency and this one got an update too? Otherwise can you provide more informations, so we can check for that issue? Best would be if these information provide a small example project showing that problem. |
OK, will try to document more if necessary. Meanwhile yes I confirm the error occurred migrating also to apache-poi>=4.0 - isn't that supposed to happen? I realise now perhaps version 4 is not supported yet? |
apache-poi>= 4.0 is planned but not yet finished. #81 |
I'm seeing a similar
#error {
:cause CELL_TYPE_BOOLEAN
:via
[{:type clojure.lang.Compiler$CompilerException
:message Syntax error macroexpanding at (engine.clj:1:1).
:data #:clojure.error{:phase :execution, :line 1, :column 1, :source engine.clj}
:at [clojure.lang.Compiler load Compiler.java 8177]}
{:type java.lang.NoSuchFieldError
:message CELL_TYPE_BOOLEAN
:at [dk.ative.docjure.spreadsheet__init load nil 18]}]
:trace
[[dk.ative.docjure.spreadsheet__init load nil 18]
[dk.ative.docjure.spreadsheet__init <clinit> nil -1]
[java.lang.Class forName0 Class.java -2]
[java.lang.Class forName Class.java 467]
[clojure.lang.RT classForName RT.java 2229]
[clojure.lang.RT classForName RT.java 2238]
[clojure.lang.RT loadClassForName RT.java 2257]
[clojure.lang.RT load RT.java 469]
[clojure.lang.RT load RT.java 444]
[clojure.core$load$fn__6931 invoke core.clj 6189]
[...] Relevant part of my
|
Not sure if occurring also with Java 1.9, in case documentation should state necessity to upgrade.
The error is:
Pardon the approximation, I haven't investigated this further (happy 0.12 user).
The text was updated successfully, but these errors were encountered: