> For the complete documentation index, see [llms.txt](https://docs.swingsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages.md).

# Error messages

- [Error - Type mismatch in method OP\_CHECK\_TOS\_INST AINSTANCE found, Unknown expected](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/type-mismatch.md)
- [Error - Cannot write or create file (file or disk is read-only)](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-cannot-write-or-create-file-file-or-disk-is-read-only.md)
- [Error - DLL issue on 64-bit servers](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-dll-issue-on-64-bit-servers.md)
- [Error - Domino HTTP Error Loading Java Virtual Machine](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-domino-http-error-loading-java-virtual-machine.md)
- [Error - Exception in thread "Launcher: SwCreatePDF" java.lang.NoClassDefFoundError: -SOME CLASS-](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-exception-in-thread.md)
- [Error - ExceptionConverter: java.security.NoSuchAlgorithmException](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-exceptionconverter-java.security.nosuchalgorithmexception.md)
- [Error - INITIALIZE ERROR: EXTRACTJAVARESOURCES (nn) : 91 - Object variable not set - INIT (nn) - Lea](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-initialize-error-extractjavaresources-nn-91-object-variable-not-set-init-nn-lea.md)
- [Error - java.security.AccessControlException: Access denied (\[SOME CLASS EXCEPTION\]) - Learning Cent](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-java.security.accesscontrolexception-access-denied-some-class-exception.md)
- [Error - ReferenceError: openLInkPriv is not defined](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-referenceerror-openlinkpriv-is-not-defined.md)
- [Error - swllrend.dll corrupted or not extracted](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-swllrend.dll-corrupted-or-not-extracted.md)
- [Error - SWPDFSAVETODISK (29) : 53 - File not found](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-swpdfsavetodisk-29-53-file-not-found.md)
- [Error - There is another PDF conversion process already started](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-there-is-another-pdf-conversion-process-already-started.md)
- [Error - Type mismatch (13)](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/error-type-mismatch-13.md)
- [java.lang.IllegalAccessError (Linux)](https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages/java.lang.illegalaccesserror-linux.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swingsoftware.com/pdf-converter-for-notes/troubleshooting/error-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
