• Unable to generate test Employee Data

    By Martin Pradny 1 decade ago

    I wanted to play with sample Employee review database, but I'm not able to generate test data. When I try to generate them, I get Error 500. Same with delete button.

    Exception is javax.servlet.ServletException: java.lang.NoClassDefFoundError: org.eclipse.core.runtime.CoreException

    I tried to resign the db with server id but with no success.

    I don't know what changed between Domino versions, but probably used it few years back with no problems.

    I tried to remove references to CoreException, but there were other classes from core runtime that were actually used for something, so I gave up.

    • By Alexey Chikin 10 years ago

      Did you resolve this?

    • By Paul S Withers 10 years ago

      I'm getting the same error in Domino 9.0.1 FP2. It looks like it's because of unresolved constraints in org.eclipse.core.runtime. When I issue the command “tell http osgi diag org.eclipse.core.runtime” I get the eresponse:

      initial@reference:file:plugins/org.eclipse.core.runtime_3.4.0v20080512.jar/ [6]
      Direct constraints which are unresolved:
      Missing optionally required bundle org.eclipse.core.runtime.compatibility.auth_[3.2.0,4.0.0)
      Missing imported package org.eclipse.core.internal.runtime.auth_0.0.0

      This means org.eclipse.core.runtime.CoreException class cannot be loaded, which explains the error. I can find the jar files in “osgi\rcp\plugins” folder, but I'm not sure what's missing there. I tried adding org.eclipse.core.resources and org.eclipse.core.runtime.compatibility.auth to that folder, but neither fix the problem and “tell http osgi diag org.eclipse.core.runtime.compatibility.auth” can't find the bundle, which suggests I may be trying to fix it in the wrong place anyway.

      • By Paul S Withers 10 years ago

        8.5.3 with ExtLib throws the same dependency issues when issuing the “tell http osgi diag org.eclipse.core.runtime” command, but works. I can only guess it must be using org.eclipse.core.runtime from somewhere else, but I don't know where. It seems the project does not work with 9.0.1 FP2 (and possibly other versions of 9.0.1?)