Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-1272

Property.getValue() throws RepositoryException with internal error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.4
    • jackrabbit-core
    • None

    Description

      Running ConcurrentReadWriteTest (NUM_NODES=5, NUM_THREADS=3, RUN_NUM_SECONDS=120) resulted in a RepositoryException calling Property.getValue():

      javax.jcr.RepositoryException: Internal error while retrieving value of b3fc1ea8-3364-4236-bcc7-dea0baf90640/{}test: null: null

      Debugging shows that it is a NullPointerException:

      java.lang.NullPointerException
      at org.apache.jackrabbit.core.PropertyImpl.getValue(PropertyImpl.java:481)
      at org.apache.jackrabbit.core.ConcurrentReadWriteTest$1$1.execute(ConcurrentReadWriteTest.java:68)
      at org.apache.jackrabbit.core.AbstractConcurrencyTest$Executor.run(AbstractConcurrencyTest.java:110)
      at java.lang.Thread.run(Thread.java:619)

      It's probably the state which has been discarded after the sanityCheck().

      Attachments

        1. JCR-1272.jz.patch
          28 kB
          Jukka Zitting
        2. JCR-1272.patch
          1 kB
          Marcel Reutegger

        Activity

          People

            Unassigned Unassigned
            mreutegg Marcel Reutegger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: