Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to troubleshoot the issue with Polls for Confluence app after the upgrade/migration of the Confluence.

...

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

  2. Modify the file velocity.properties.Look for the property

  3. Go to introspector.restrict.packages Remove the below lines from it
    allowlist.classes and add the following line to the existing values in the new line com.opensymphony.xwork.util,\
    .XWorkList

    so if you add to the existing one, it will be as below

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

Info
  • This workaround is required only for 7.x versions, not 8.x versions.

...