Log inSkip to main contentSkip to sidebar
Something went wrong, please try again.
Create and track feature requests for Atlassian products.
  • More
    DashboardsProjectsIssues
  • Give feedback to Atlassian
  • Help
    • Jira Core help
    • Keyboard Shortcuts
    • About Jira
    • Jira Credits
  • Log In
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

Open issues

  • All issues
  • Open issues
  • Done issues
  • Viewed recently
  • Created recently
  • Resolved recently
  • Updated recently
View all issues and filters
Order by Priority
  1. Suggestion
    CONFSERVER-9159Enable changing groupnames
  2. Suggestion
    CONFSERVER-12314Would like to be able to remove ALL watches with one click.
  3. Suggestion
    CONFSERVER-98408Upgrade vulnerable Java versions bundled with Confluence installer
  4. Suggestion
    CONFSERVER-51723Exporter / Importer for Confluence Questions
  5. Suggestion
    CONFSERVER-54457Option to set a different Site Homepage for Anonymous Users
  6. Suggestion
    CONFSERVER-60263Ability to have the Websudo functionality working with SAML / SSO
  7. Suggestion
    CONFSERVER-79627Bulk update page restrictions: add, remove, edit page restrictions
  8. Suggestion
    CONFSERVER-36770Search results are unsatisfying - no google-style search provided
  9. Suggestion
    CONFSERVER-57903Floating Table of Contents
  10. Suggestion
    CONFSERVER-87786Requesting Smart links feature for Confluence Data Center
  11. Suggestion
    CONFSERVER-58096Allow maximum cell count to be configurable to be higher than default 100000 using JVM parameter
  12. Suggestion
    CONFSERVER-8458Allow for unwatching multiple pages at a time
  13. Suggestion
    CONFSERVER-99741Create JIRA Issue from Confluence Cloud Database
  14. Suggestion
    CONFSERVER-79262Provide edit page permissions for a single page
  15. Suggestion
    CONFSERVER-99713Ability to configure outgoing mail server using 2-legged flow
  16. Suggestion
    CONFSERVER-99645Hashicorp Vault values With Helm Charts
  17. Suggestion
    CONFSERVER-50323Add a feature to configure the number of days or events shown in the dashboard through UI
  18. Suggestion
    CONFSERVER-83272Log user session timeouts in Confluence logs
  19. Suggestion
    CONFSERVER-97761Enhance Log4j Configuration to Include Detailed Request Information in Confluence Application Logs
  20. Suggestion
    CONFSERVER-30831Space Shortcuts Configuration Should be Migrated with XML Backup
  21. Suggestion
    CONFSERVER-54074Create a user interface to facilitate the process of cleaning up duplicate users in the database
  22. Suggestion
    CONFSERVER-80593Review and Approval process integrated in Confluence for better governance
  23. Suggestion
    CONFSERVER-33044Allow login with username or email
  24. Suggestion
    CONFSERVER-49360Filters on calendar views
  25. Suggestion
    CONFSERVER-51028"Manage watchers" for Team Calendars
  26. Suggestion
    CONFSERVER-54300Allow administrators to configure or limit maximum resources for Add-ons (plugins)
  27. Suggestion
    CONFSERVER-59618Bulk Deleting deactivated/Disabled Users
  28. Suggestion
    CONFSERVER-99691When closing a comment, it goes back to the top of the page
  29. Suggestion
    CONFSERVER-94242Provide an option to recover and reset synchrony data for individual pages
  30. Suggestion
    CONFSERVER-11155Having the ability to list the size of pages, spaces, attachments and etc being used in Confluence
  31. Suggestion
    CONFSERVER-17219Create a tool to gauge the size of site or space XML backup
  32. Suggestion
    CONFSERVER-60163Test and approve Amazon Corretto OpenJDK for Confluence
  33. Suggestion
    CONFSERVER-99652Provide a way to increase the amount of search returns on the Team calendars restrictions drop down
  34. Suggestion
    CONFSERVER-99653Better Logging during plugin initialisation phase
  35. Suggestion
    CONFSERVER-2370Show/Hide available templates
  36. Suggestion
    CONFSERVER-5309Add font selection capabilities to WYSIWYG editing and Wiki markup modes
  37. Suggestion
    CONFSERVER-10412Support substring (partial) searches for terms used in Confluence: page title, attachment names, etc.
  38. Suggestion
    CONFSERVER-29281Confluence http log analyzer
  39. Suggestion
    CONFSERVER-37023Ability to Restrict Profile Editing
  40. Suggestion
    CONFSERVER-46077ability to adjust font size
  41. Suggestion
    CONFSERVER-49374Allow certain fields to be set as mandatory
  42. Suggestion
    CONFSERVER-5643Add email mailing list functionality
  43. Suggestion
    CONFSERVER-30567Allow for access to common variables in Blueprints templates
  44. Suggestion
    CONFSERVER-59543Bulk import Markdown Files
  45. Suggestion
    CONFSERVER-99656View-level and field-level permissions for Confluence databases
  46. Suggestion
    CONFSERVER-37326Clear the temp Directory in Confluence Installation Directory Whenever Confluence is Stopped
  47. Suggestion
    CONFSERVER-97929Enable the Import of CSV Site Backups from Confluence Cloud
  48. Suggestion
    CONFSERVER-98193REST API GET method to retrieve spaces with anonymous access.
  49. Suggestion
    CONFSERVER-30449Hide page author and page history from certain users
  50. Suggestion
    CONFSERVER-59999As an Admin I'd like to be able to move move a Space Template to the Global Template list
Refresh results
<< Previous 3 4 5 6 7Next >>
234 of 6195
Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-99653

Better Logging during plugin initialisation phase

Log In
Gathering Interest
Export
undefinedView workflow
XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Core - OSGi Plugins Platform
    • None
    • 1
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      There has been many scenarios where one or more plugin could not be enabled due to specific class loading issues or linkages since they all have some dependency to it as a part of their workflow. Based on the application logs, it is not apparent which plugins might be in play here and would be causing this issue. As a result of this, we have a follow an iterative approach to understand the real culprit and figure out the issue which is really time consuming. So, this feature request to add more logging under application logs that should at least point the name of the plugin which are using those libraries as part of their workflow. This will surely help to quickly get to the root cause of the issue.

      Below are the quick examples of the issue around plugin -

      java.lang.RuntimeException: loader constraint violation: when resolving method 'void com.atlassian.plugin.internal.module.Dom4jDelegatingElement.<init>(org.dom4j.Element)' the class loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @41aeabcb of the current class, com/atlassian/pocketknife/internal/lifecycle/modules/PluginDescriptorReader, and the class loader org.apache.catalina.loader.ParallelWebappClassLoader @6313b441 for the method's defining class, com/atlassian/plugin/internal/module/Dom4jDelegatingElement, have different Class objects for the type org/dom4j/Element used in the signature (com.atlassian.pocketknife.internal.lifecycle.modules.PluginDescriptorReader is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @41aeabcb, parent loader org.apache.catalina.loader.ParallelWebappClassLoader @6313b441; com.atlassian.plugin.internal.module.Dom4jDelegatingElement is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6313b441, parent loader java.net.URLClassLoader @4ceff87d). Listener: com.atlassian.confluence.plugins.questions.license.QuestionsLicenseEventListener event: com.atlassian.confluence.plugins.questions.license.LicenseUpdatedEvent

      OR
      Caused by: java.lang.LinkageError: loader constraint violation: when resolving method 'org.joda.time.DateTime org.joda.time.format.DateTimeFormatter.parseDateTime(java.lang.String)' the class loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @687b64aa of the current class, com/atlassian/confluence/extra/calendar3/util/AbstractBuildInformationManager, and the class loader org.apache.catalina.loader.ParallelWebappClassLoader @32fab3fa for the method's defining class, org/joda/time/format/DateTimeFormatter, have different Class objects for the type org/joda/time/DateTime used in the signature (com.atlassian.confluence.extra.calendar3.util.AbstractBuildInformationManager is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @687b64aa, parent loader org.apache.catalina.loader.ParallelWebappClassLoader @32fab3fa; org.joda.time.format.DateTimeFormatter is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @32fab3fa, parent loader java.net.URLClassLoader @6d7b4f4c)

            • All
            • Comments
            • Work Log
            • History
            • Activity
            No work has yet been logged on this issue.

              Unassigned Unassigned
              02495d088b9f Saurabh Bhatia
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                05/May/2025 4:12 PM
                Updated:
                07/May/2025 4:05 AM
                • Atlassian Jira Project Management Software
                • About Jira
                • Report a problem
                • Privacy policy
                • Notice at Collection

                Atlassian