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

Encountered NotesAPIException when a server can't resolve itself #461

Closed
jesse-gallagher opened this issue Aug 1, 2023 · 0 comments
Closed
Labels
bug Something isn't working nosql
Milestone

Comments

@jesse-gallagher
Copy link
Member

This happens when using a custom sort in a NoSQL query, where the driver tries to check the last-modified time of the NSF. Most likely, this should check to see if the current server is the DB's server and, if so, skip the server-name param.

java.lang.RuntimeException: com.ibm.designer.domino.napi.NotesAPIException: Error while getting last data modification date
The remote server is not a known TCP/IP host.
    org.openntf.xsp.nosql.communication.driver.lsxbe.impl.DefaultDominoDocumentCollectionManager.select(DefaultDominoDocumentCollectionManager.java:251)
    org.eclipse.jnosql.mapping.document.AbstractDocumentTemplate.executeQuery(AbstractDocumentTemplate.java:238)
    org.eclipse.jnosql.mapping.document.AbstractDocumentTemplate.select(AbstractDocumentTemplate.java:140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nosql
Projects
None yet
Development

No branches or pull requests

1 participant