IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: Windows Forms 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll  (Read 3211 times)

darrenforce

  • Jr. Member
  • **
  • Posts: 3
    • View Profile

Whenever I try to run

PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf(path + "5000017_395.pdf"));

I get an error

Exception thrown: 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll
An unhandled exception of type 'System.TypeInitializationException' occurred in IKVM.OpenJDK.Util.dll
The type initializer for 'java.util.logging.LogManager' threw an exception.


Any advice would be appreciated.

Logged

admin

  • Administrator
  • Full Member
  • *****
  • Posts: 33
    • View Profile

Hi, thank you for the error report.

Could you please provide the version of IvyPdf that you are using?

Is it happening with one specific PDF or many files? If it's one PDF would you be able to share it, so I could take a deeper look? (support@ivytools.net)

Also, could you try the new version 1.60 please? It using a different way to read PDFs, not depending on IKVM anymore.

Thank you,
Andrew
Logged

darrenforce

  • Jr. Member
  • **
  • Posts: 3
    • View Profile

This solved the issue

Thanks
Logged