You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurred in the 3.5.0-SNAPSHOT stream, exporting a database located on a second, distinct server referenced like -DdatabasePath=server!!foo.nsf.
org.openntf.nsfodp.commons.odp.notesapi.NDominoException: com.darwino.domino.napi.DominoException: Special database object cannot be located
at org.openntf.nsfodp.notesapi.darwinonapi.DarwinoNDatabase.getNoteByID(DarwinoNDatabase.java:43)
at org.openntf.nsfodp.exporter.ODPExporter.export(ODPExporter.java:298)
at org.openntf.nsfodp.exporter.servlet.ODPExporterServlet.handle(ODPExporterServlet.java:148)
at org.openntf.nsfodp.exporter.servlet.ODPExporterServlet.doGet(ODPExporterServlet.java:61)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134)
at com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128)
at com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313)
at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
Caused by:
com.darwino.domino.napi.DominoException: Special database object cannot be located
at com.darwino.domino.napi.DominoAPIImpl.NSFNoteOpenExt(Native Method)
at com.darwino.domino.napi.wrap.NSFDatabase.getNoteByID(NSFDatabase.java:124)
at org.openntf.nsfodp.notesapi.darwinonapi.DarwinoNDatabase.getNoteByID(DarwinoNDatabase.java:40)
... 19 more
Encountered native exception while processing special note 256: com.darwino.domino.napi.DominoException: Special database object cannot be located
org.openntf.nsfodp.commons.odp.notesapi.NDominoException: com.darwino.domino.napi.DominoException: Special database object cannot be located
at org.openntf.nsfodp.notesapi.darwinonapi.DarwinoNDatabase.getNoteByID(DarwinoNDatabase.java:43)
at org.openntf.nsfodp.exporter.ODPExporter.export(ODPExporter.java:298)
at org.openntf.nsfodp.exporter.servlet.ODPExporterServlet.handle(ODPExporterServlet.java:148)
at org.openntf.nsfodp.exporter.servlet.ODPExporterServlet.doGet(ODPExporterServlet.java:61)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134)
at com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181)
at com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128)
at com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313)
at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
Caused by:
com.darwino.domino.napi.DominoException: Special database object cannot be located
at com.darwino.domino.napi.DominoAPIImpl.NSFNoteOpenExt(Native Method)
at com.darwino.domino.napi.wrap.NSFDatabase.getNoteByID(NSFDatabase.java:124)
at org.openntf.nsfodp.notesapi.darwinonapi.DarwinoNDatabase.getNoteByID(DarwinoNDatabase.java:40)
... 19 more
Encountered native exception while processing special note 2: com.darwino.domino.napi.DominoException: Special database object cannot be located
The text was updated successfully, but these errors were encountered:
This occurred in the 3.5.0-SNAPSHOT stream, exporting a database located on a second, distinct server referenced like -DdatabasePath=server!!foo.nsf.
The text was updated successfully, but these errors were encountered: