• Error when running Install

    By susan McKeever 3 years ago

    Getting the following Maven error when running the install. Using NSF ODP Tooling Version 3.2.0.202009181543. Any suggestions on how to resolve? TIA. Sue

    DEBUG] Received JSON message: {“type”:“error”,“stackTrace”:“java.lang.RuntimeException: com.darwino.domino.napi.DominoException: Invalid Property Value for Property specified\r\n\tat org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.lambda$2(ODPCompilerServlet.java:201)\r\n\tat org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet$$Lambda$37/0000000000000000.run(Unknown Source)\r\n\tat lotus.domino.NotesThread.run(Unknown Source)\r\n\tat org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.doPost(ODPCompilerServlet.java:204)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:713)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:806)\r\n\tat org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)\r\n\tat org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)\r\n\tat org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)\r\n\tat org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:806)\r\n\tat com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167)\r\n\tat com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153)\r\n\tat com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134)\r\n\tat com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181)\r\n\tat com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128)\r\n\tat com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418)\r\n\tat com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357)\r\n\tat com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313)\r\n\tat com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)\r\nCaused by: com.darwino.domino.napi.DominoException: Invalid Property Value for Property specified\r\n\tat com.darwino.domino.napi.DominoAPIImpl.DXLSetImporterProperty(Native Method)\r\n\tat com.darwino.domino.napi.wrap.NSFDXLImporter.setDesignImportOption(NSFDXLImporter.java:58)\r\n\tat org.openntf.nsfodp.compiler.ODPCompiler.compile(ODPCompiler.java:361)\r\n\tat org.openntf.nsfodp.compiler.ODPCompiler.compile(ODPCompiler.java:305)\r\n\tat org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.lambda$2(ODPCompilerServlet.java:196)\r\n\t… 19 more\r\n”}
    java.lang.RuntimeException: com.darwino.domino.napi.DominoException: Invalid Property Value for Property specified

        at org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.lambda$2(ODPCompilerServlet.java:201)
        at org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet$$Lambda$37/0000000000000000.run(Unknown Source)
        at lotus.domino.NotesThread.run(Unknown Source)
        at org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.doPost(ODPCompilerServlet.java:204)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
        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: Invalid Property Value for Property specified

        at com.darwino.domino.napi.DominoAPIImpl.DXLSetImporterProperty(Native Method)
        at com.darwino.domino.napi.wrap.NSFDXLImporter.setDesignImportOption(NSFDXLImporter.java:58)
        at org.openntf.nsfodp.compiler.ODPCompiler.compile(ODPCompiler.java:361)
        at org.openntf.nsfodp.compiler.ODPCompiler.compile(ODPCompiler.java:305)
        at org.openntf.nsfodp.compiler.servlet.ODPCompilerServlet.lambda$2(ODPCompilerServlet.java:196)
        ... 19 more
    

    [INFO] ————————————————————————
    [INFO] BUILD FAILURE
    [INFO] ————————————————————————
    [INFO] Total time: 4.187 s
    [INFO] Finished at: 2020-10-30T15:46:54-04:00
    [INFO] ————————————————————————

    [ERROR] Failed to execute goal org.openntf.maven:nsfodp-maven-plugin:3.1.0:compile (default-compile) on project nsfodp-example: Exception while compiling the NSF: Server reported an error -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.openntf.maven:nsfodp-maven-plugin:3.1.0:compile (default-compile) on project nsfodp-example: Exception while compiling the NSF

    • By Jesse Gallagher 3 years ago

      Hmm, what OS and Domino version is this? I've seen that type of error here and there, but have yet to find clearly what trips it up.

      • By susan McKeever 3 years ago

        So of course it is complicated. Server i was testing on is Windows/2016 10.0. OS is 11.0.1. Our production server is Linus 2.6.32-71 and is still OS 9.0.1FP9HF140 (it is scheduled for upgrade in the next 2 weeks). Thanks. Sue

        • By Jesse Gallagher 3 years ago

          Hmm, that should be fine on the development side, in theory. The prod server will need to be updated, but that wouldn't affect this situation.

          Could you test this snapshot build to see if you see the same behavior in your dev environment? I expect that you will, but there's always a chance that it was fixed as a side effect of development.

          https://www.dropbox.com/s/as858xemn7vy9dh/NSFODP-Tooling-3.3.0-SNAPSHOT.zip?raw=1

          • By susan McKeever 3 years ago

            will try right now. ty

            • By susan McKeever 3 years ago

              same error. is there a way to make sure it is using the new build?

              • By Jesse Gallagher 3 years ago

                You could run tell http osgi ss org.openntf.nsfodp on the server - it'll give you a listing of the matching plugins with their versions.

                • By susan McKeever 3 years ago

                  yes they are correct - sorry