Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Modified as per style guide

How This article describes how to troubleshoot the issue encountered with Polls for Confluence app after upgradeupgrading/migration of the migrating Confluence to 7.19.18 and above versions of 7.x.

...

Instructions

Follow the below given steps:

  1. Navigate to the Confluence server installed location at this path:
    <confluencePath>/atlassian-confluence-7.19.18/confluence/WEB-INF/classes/velocity.properties

  2. Make below the following changes to the file velocity.properties: -

    1. Go to introspector.allowlist.classes.

    -
    1. Add

    this line to the existing values in the new line
    1. com.opensymphony.xwork.util.XWorkList to the existing values on a new line.

      Sample reference:

      Code Block
      java.io.ObjectInputValidation,\   
      com.opensymphony.xwork.util.XWorkList,\
      net.sf.hibernate.proxy.HibernateProxy
  3. Stop and start restart the server.

Info

This workaround is required only for 7.x versions, and not the 8.x versions.