• Operation of BackendBridge.getViewEntryByKeyWithOptions FAILED

    By Markus Langer 9 years ago

    I installed the new Version 2.0 on my Domino server (9.0.1FP3 on CentOS). When the http task starts I get the following message.

    10/06/2015 04:57:07 PM [ODA] Operation of BackendBridge.getViewEntryByKeyWithOptions FAILED
    10/06/2015 04:57:07 PM [ODA] Please read the comments in org.openntf.domino.xsp.ODAPlatform

    On this page I have seen that the method “BackendBridge.getViewEntryByKeyWithOptions(dummyView, null, 42)” is commented out.
    https://github.com/OpenNTF/org.openntf.domino/blob/master/domino/xsp/src/main/java/org/openntf/domino/xsp/ODAPlatform.java

    What should I do?

    Many thanks for the support.
    Markus

    • By Jesse Gallagher 9 years ago

      This is an erroneous message caused by a test being commented out in the startup routine. Though ominous, it is safe to ignore, and I'm planning to do a small followup release to address it.

      • By Markus Langer 9 years ago

        Thanks for the quick information.