Importing.........................................................Execution error (IllegalArgumentException) at org.fressian.handlers.WriteHandlerLookup/requireWriteHandler (WriteHandlerLookup.java:48).
Cannot write 90 as tag null
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Cannot write 90 as tag null
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
java.lang.IllegalArgumentException: Cannot write 90 as tag null
at org.fressian.handlers.WriteHandlerLookup.requireWriteHandler(WriteHandlerLookup.java:48)
at org.fressian.FressianWriter.writeAs(FressianWriter.java:458)
at org.fressian.FressianWriter.writeAs(FressianWriter.java:464)
at org.fressian.FressianWriter.writeObject(FressianWriter.java:472)
at datomic.dev_local.tx$reify__19341.write(tx.clj:64)
at org.fressian.FressianWriter.doWrite(FressianWriter.java:449)
at org.fressian.FressianWriter.writeAs(FressianWriter.java:459)
at org.fressian.FressianWriter.writeAs(FressianWriter.java:464)
at org.fressian.FressianWriter.writeObject(FressianWriter.java:472)
at datomic.dev_local.tx$write_fressian.invokeStatic(tx.clj:94)
at datomic.dev_local.tx$write_fressian.invoke(tx.clj:91)
at datomic.dev_local.tx$fressian_bbuf.invokeStatic(tx.clj:101)
at datomic.dev_local.tx$fressian_bbuf.invoke(tx.clj:97)
at datomic.dev_local.tx$sized_fressian_bbuf.invokeStatic(tx.clj:110)
at datomic.dev_local.tx$sized_fressian_bbuf.invoke(tx.clj:104)
at datomic.dev_local.tx$marshal_import_tx$fn__19370.invoke(tx.clj:209)
at clojure.core$mapv$fn__8430.invoke(core.clj:6912)
at clojure.lang.PersistentVector.reduce(PersistentVector.java:343)
at clojure.core$reduce.invokeStatic(core.clj:6827)
at clojure.core$mapv.invokeStatic(core.clj:6903)
at clojure.core$mapv.invoke(core.clj:6903)
at datomic.dev_local.tx$marshal_import_tx.invokeStatic(tx.clj:206)
at datomic.dev_local.tx$marshal_import_tx.invoke(tx.clj:202)
at clojure.core$pmap$fn__8447$fn__8448.invoke(core.clj:7022)
at clojure.core$binding_conveyor_fn$fn__5739.invoke(core.clj:2030)
at clojure.lang.AFn.call(AFn.java:18)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Did you ever run system administer on this DB to upgrade your tuple schema?
I’m 99% sure that we ran this directly after the tuples release, because we needed tuples at the time and have been using them since. That being said, is it possible that we could be using tuples without running this?
That being said, is it possible that we could be using tuples without running this?
No you would have to run the upgrade.
A schema level of 4 means that you ran the upgrade. I think that rules out the theory I had. I will discuss this issue with the team this morning and review your deps more closely.
@joshkh to troubleshoot this better we improved the error messaging on import-cloud in the latest release of dev-tools. Could you try importing on the latest dev-local 0.9.229.
Thanks for the update, Jaret. I do see some more details in the error message. Since we’re approaching “real life” data, do you mind if we continue the discussion in a support email, and then update the forum post (for others) when we find a resolution?