$customHeader
Skip to end of banner
Go to start of banner

How to troubleshoot the issue with Polls for Confluence app after upgrade/migration of the Confluence to 7.19.18 and above versions of 7.x

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

How to troubleshoot the issue with Polls for Confluence app after upgrade/migration of the Confluence to 7.19.18 and above versions of 7.x

\uD83D\uDCD8 Instructions

Follow the below 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 changes to the file velocity.properties
    - Go to introspector.allowlist.classes
    - Add this line to the existing values in the new line com.opensymphony.xwork.util.XWorkList

    Sample reference:

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

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

  • No labels