Hello and thank you for your suport in advance,
I am noticing around 6 exceptions every time this module does a scheduled or manual index.
The exceptions are all different files.
I have document indexing enabled, and we have the dnn documents module installed and in use.
The exception reads:
InnerException: Détail : C:\inetpub\wwwroot\wwwdev1test3\Portals\0\Support\Manuals\Test_Cell\SmartTach Users Manual 1_4 55x725.pdf
System.Exception: Détail : C:\inetpub\wwwroot\wwwdev1test3\Portals\0\Support\Manuals\Test_Cell\SmartTach Users Manual 1_4 55x725.pdf ---> System.IO.FileNotFoundException: Could not load file or assembly 'IKVM.OpenJDK.Text, Version=0.46.0.1, Culture=neutral, PublicKeyToken=13235d27fcbfff58' or one of its dependencies. The system cannot find the file specified.
I have both your newest versions of shared and lucene search installed.
I checked to see if I had the folders checked in your setting - and they are - but something just isnt right here.
Any thoughts or workarounds?
Hi,
We're planning a new release of our shared module soon, so I'll check if this is a new assembly that needs including, but in the mean time, you may find the dll file on the IKVM official website: http://www.ikvm.net/
For reference, IKVM is the .Net port of the Java Virtual Machng, and it should be used by the pdfbox component to index pdf files when no corresponding IFIlter is found on the server, thus your exception I suppose, though the module has worked without that specific assembly before I believe, since it is not currently included in our source code folders.
Regards
I am seeing 4 dll's with that name in our dnn bin folder.
Which one exactly or do all four need replaced?
Hi, IKVM is made of several assemblies, some of which we provide, but it seems the one your exception is asking for (IKVM.OpenJDK.Text.dll) is not currently included.
It shouldn't be too hard to find in their downloads though, or better to look for an updated version of Pdfbox leveraging IKVM, since this the only indirect dependency to IKVM we have: That one seems a good start http://www.squarepdf.net/pdfbox-in-net.
I will be investigating that, but til then, if you find the right set of dlls, let me know
Yes you were right - I found the dll.
And I re-built your aricie.documents project:
1) added both the aricie.documents.dll and the IKVM.OpenJDK.Text.dll to the dnn bin folder and it worked.