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

Exception when creating PDF's #402

Open
datdamnzotz opened this issue Jun 17, 2020 · 0 comments
Open

Exception when creating PDF's #402

datdamnzotz opened this issue Jun 17, 2020 · 0 comments
Labels
area/application Task related to orcpub application itself area/pdf bug Something isn't working
Projects

Comments

@datdamnzotz
Copy link

Describe the bug
A clear and concise description of what the bug is.

"FAILED ADDING SPELLS CARDS!" #error {,
 :cause "U+0009 ('controlHT') is not available in this font Helvetica-BoldOblique encoding: WinAnsiEncoding",
 :via,
 [{:type java.lang.IllegalArgumentException,
   :message "U+0009 ('controlHT') is not available in this font Helvetica-BoldOblique encoding: WinAnsiEncoding",
   :at [org.apache.pdfbox.pdmodel.font.PDType1Font encode "PDType1Font.java" 425]}],
 :trace,
 [[org.apache.pdfbox.pdmodel.font.PDType1Font encode "PDType1Font.java" 425],
  [org.apache.pdfbox.pdmodel.font.PDFont encode "PDFont.java" 316],
  [org.apache.pdfbox.pdmodel.PDPageContentStream showText "PDPageContentStream.java" 362],
  [org.apache.pdfbox.pdmodel.PDPageContentStream drawString "PDPageContentStream.java" 326],
  [sun.reflect.GeneratedMethodAccessor7 invoke nil -1],
  [sun.reflect.DelegatingMethodAccessorImpl invoke "DelegatingMethodAccessorImpl.java" 43],
  [java.lang.reflect.Method invoke "Method.java" 498],
  [clojure.lang.Reflector invokeMatchingMethod "Reflector.java" 167],
  [clojure.lang.Reflector invokeInstanceMethod "Reflector.java" 102],
  [orcpub.pdf$draw_text invokeStatic "pdf.clj" 183],
  [orcpub.pdf$draw_text doInvoke "pdf.clj" 174],
  [clojure.lang.RestFn invoke "RestFn.java" 537],
  [orcpub.pdf$draw_spell_field invokeStatic "pdf.clj" 239],
  [orcpub.pdf$draw_spell_field invoke "pdf.clj" 230],
  [orcpub.pdf$print_spells$iter__12932__12938$fn__12939$iter__12934__12940$fn__12941$fn__12942 invoke "pdf.clj" 435],
  [orcpub.pdf$print_spells$iter__12932__12938$fn__12939$iter__12934__12940$fn__12941 invoke "pdf.clj" 354],
  [clojure.lang.LazySeq sval "LazySeq.java" 42],
  [clojure.lang.LazySeq seq "LazySeq.java" 51],
  [clojure.lang.RT seq "RT.java" 531],
  [clojure.core$seq__5387 invokeStatic "core.clj" 137],
  [clojure.core$seq__5387 invoke "core.clj" 137],
  [orcpub.pdf$print_spells$iter__12932__12938$fn__12939 invoke "pdf.clj" 354],
  [clojure.lang.LazySeq sval "LazySeq.java" 42],
  [clojure.lang.LazySeq seq "LazySeq.java" 51],
  [clojure.lang.RT seq "RT.java" 531],
  [clojure.core$seq__5387 invokeStatic "core.clj" 137],
  [clojure.core$dorun invokeStatic "core.clj" 3133],
  [clojure.core$doall invokeStatic "core.clj" 3148],
  [clojure.core$doall invoke "core.clj" 3148],
  [orcpub.pdf$print_spells invokeStatic "pdf.clj" 353],
  [orcpub.pdf$print_spells invoke "pdf.clj" 332],
  [orcpub.routes$add_spell_cards_BANG_$fn__29412 invoke "routes.clj" 454],
  [orcpub.routes$add_spell_cards_BANG_ invokeStatic "routes.clj" 442],
  [orcpub.routes$add_spell_cards_BANG_ invoke "routes.clj" 426],
  [orcpub.routes$character_pdf_2$fn__29432 invoke "routes.clj" 484],
  [orcpub.routes$character_pdf_2 invokeStatic "routes.clj" 481],
  [orcpub.routes$character_pdf_2 invoke "routes.clj" 467],
  [io.pedestal.interceptor$fn__13350$fn__13351 invoke "interceptor.clj" 41],
  [io.pedestal.interceptor.chain$try_f invokeStatic "chain.clj" 52],
  [io.pedestal.interceptor.chain$try_f invoke "chain.clj" 42],
  [io.pedestal.interceptor.chain$process_all_with_binding invokeStatic "chain.clj" 152],
  [io.pedestal.interceptor.chain$process_all_with_binding invoke "chain.clj" 129],
  [io.pedestal.interceptor.chain$process_all$fn__21182 invoke "chain.clj" 165],
  [clojure.lang.AFn applyToHelper "AFn.java" 152],
  [clojure.lang.AFn applyTo "AFn.java" 144],
  [clojure.core$apply invokeStatic "core.clj" 665],
  [clojure.core$with_bindings_STAR_ invokeStatic "core.clj" 1973],
  [clojure.core$with_bindings_STAR_ doInvoke "core.clj" 1973],
  [clojure.lang.RestFn invoke "RestFn.java" 425],
  [io.pedestal.interceptor.chain$process_all invokeStatic "chain.clj" 163],
  [io.pedestal.interceptor.chain$process_all invoke "chain.clj" 159],
  [io.pedestal.interceptor.chain$enter_all invokeStatic "chain.clj" 212],
  [io.pedestal.interceptor.chain$enter_all invoke "chain.clj" 206],
  [io.pedestal.interceptor.chain$execute invokeStatic "chain.clj" 356],
  [io.pedestal.interceptor.chain$execute invoke "chain.clj" 329],
  [io.pedestal.interceptor.chain$execute invokeStatic "chain.clj" 366],
  [io.pedestal.interceptor.chain$execute invoke "chain.clj" 329],
  [io.pedestal.http.impl.servlet_interceptor$interceptor_service_fn$fn__24507 invoke "servlet_interceptor.clj" 350],
  [io.pedestal.http.servlet.FnServlet service "servlet.clj" 28],
  [org.eclipse.jetty.servlet.ServletHolder handle "ServletHolder.java" 845],
  [org.eclipse.jetty.servlet.ServletHandler doHandle "ServletHandler.java" 583],
  [org.eclipse.jetty.server.handler.ScopedHandler handle "ScopedHandler.java" 143],
  [org.eclipse.jetty.server.handler.gzip.GzipHandler handle "GzipHandler.java" 399],
  [org.eclipse.jetty.server.handler.ContextHandler doHandle "ContextHandler.java" 1162],
  [org.eclipse.jetty.servlet.ServletHandler doScope "ServletHandler.java" 511],
  [org.eclipse.jetty.server.handler.ContextHandler doScope "ContextHandler.java" 1092],
  [org.eclipse.jetty.server.handler.ScopedHandler handle "ScopedHandler.java" 141],
  [org.eclipse.jetty.server.handler.HandlerWrapper handle "HandlerWrapper.java" 134],
  [org.eclipse.jetty.server.Server handle "Server.java" 518],
  [org.eclipse.jetty.server.HttpChannel handle "HttpChannel.java" 308],
  [org.eclipse.jetty.server.HttpConnection onFillable "HttpConnection.java" 244],
  [org.eclipse.jetty.io.AbstractConnection$ReadCallback succeeded "AbstractConnection.java" 273],
  [org.eclipse.jetty.io.FillInterest fillable "FillInterest.java" 95],
  [org.eclipse.jetty.io.SelectChannelEndPoint$2 run "SelectChannelEndPoint.java" 93],
  [org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume produceAndRun "ExecuteProduceConsume.java" 246],
  [org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume run "ExecuteProduceConsume.java" 156],
  [org.eclipse.jetty.util.thread.QueuedThreadPool runJob "QueuedThreadPool.java" 654],
  [org.eclipse.jetty.util.thread.QueuedThreadPool$3 run "QueuedThreadPool.java" 572],
  [java.lang.Thread run "Thread.java" 748]]},
@datdamnzotz datdamnzotz added area/application Task related to orcpub application itself area/pdf bug Something isn't working labels Jun 18, 2020
@datdamnzotz datdamnzotz added this to To do in Orcpub via automation Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application Task related to orcpub application itself area/pdf bug Something isn't working
Projects
Orcpub
  
To do
Development

No branches or pull requests

1 participant