Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1524

Documentum Connector fails with NullPointerException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • ManifoldCF 2.10
    • ManifoldCF 2.11
    • Documentum connector
    • None

    Description

      I am running ManifoldCF 2.10 patched for issues 1512 and 1517.

      I recently upgraded Java to 10.0.2 (for another server on the same machine) and find that when I try to create jobs using the Documentum connector, clicking on (e.g.) the Paths tab will give this error dialog:

      HTTP ERROR 500
      Problem accessing /mcf-crawler-ui/execute.jsp. Reason:
          Server Error
      Caused by:
      
      org.apache.jasper.JasperException: An exception occurred processing JSP page /execute.jsp at line 1542
      
      1539:           {
      1540:             threadContext.save("JobObject",job);
      1541: %>
      1542:             <jsp:forward page="editjob.jsp"/>
      1543: <%
      1544:           }
      1545:           else if (op.equals("Save"))

      There's a lot of stack trace (which I'll attach) but it includes some ManifoldCF calls:

       

      Caused by: java.lang.RuntimeException: Unexpected exception type: java.lang.NullPointerException: null
          at org.apache.manifoldcf.crawler.connectors.DCTM.DCTM$GetSessionThread.finishUp(DCTM.java:117)
          at org.apache.manifoldcf.crawler.connectors.DCTM.DCTM.getSession(DCTM.java:173)
      ...
      Caused by: java.lang.NullPointerException
          at com.documentum.fc.client.impl.docbase.DocbaseDateFormat.getSeparator(DocbaseDateFormat.java:119)
          at ...
      

      If I revert to OpenJDK 1.8.0_171 (the version I upgraded from) the issue is not seen.

       

      Attachments

        1. 500_server_error.txt
          31 kB
          James Thomas

        Activity

          People

            kwright@metacarta.com Karl Wright
            jamesthomas James Thomas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: