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-1815Confluence Auto-Upgrades / Auto Update
  2. Suggestion
    CONFSERVER-51021Ability to see who created a calendar event
  3. Suggestion
    CONFSERVER-74251Improve Confluence compatibility with OWASP ModSecurity Core Rule Set (CRS)
  4. Suggestion
    CONFSERVER-99732Ability to turn on/off copy link to the heading button
  5. Suggestion
    CONFSERVER-37156Link attachment modifications to page history
  6. Suggestion
    CONFSERVER-56449Exceeding license limit should not render the server Read-Only for Data Center
  7. Suggestion
    CONFSERVER-90422Have Confluence verify if a certificate is valid before connection
  8. Suggestion
    CONFSERVER-58583As an Administrator I'd like to have Audit options for comments on pages
  9. Suggestion
    CONFSERVER-59908SQL Server - Documentation and Confirmation of support for Transparent Data Encryption in Confluence
  10. Suggestion
    CONFSERVER-79993Remove/Disable items associated with Synchrony if this feature is disabled
  11. Suggestion
    CONFSERVER-37712Create a Confluence Roadmap from a JIRA Portfolio Plan
  12. Suggestion
    CONFSERVER-78468Remove h2 dependency when using a non-embedded database
  13. Suggestion
    CONFSERVER-60536Ability to generate Personal Access Tokens for specific users by admins
  14. Suggestion
    CONFSERVER-6647add permission type VIEW PAGE SOURCE
  15. Suggestion
    CONFSERVER-58616Team Calendars should take space edit permissions into account
  16. Suggestion
    CONFSERVER-59598Confluence via Citrix ADC (Netscaler)
  17. Suggestion
    CONFSERVER-62785Microsoft Graph API integration for Confluence
  18. Suggestion
    CONFSERVER-99569Disabled user status is inconsistent
  19. Suggestion
    CONFSERVER-99729Add the ability to configure SSO via Helm Charts for automated deployments
  20. Suggestion
    CONFSERVER-5572Ability to work with a historical version of a space - source control like functionality
  21. Suggestion
    CONFSERVER-51723Exporter / Importer for Confluence Questions
  22. Suggestion
    CONFSERVER-54457Option to set a different Site Homepage for Anonymous Users
  23. Suggestion
    CONFSERVER-36770Search results are unsatisfying - no google-style search provided
  24. Suggestion
    CONFSERVER-57903Floating Table of Contents
  25. Suggestion
    CONFSERVER-58096Allow maximum cell count to be configurable to be higher than default 100000 using JVM parameter
  26. Suggestion
    CONFSERVER-99741Create JIRA Issue from Confluence Cloud Database
  27. Suggestion
    CONFSERVER-79262Provide edit page permissions for a single page
  28. Suggestion
    CONFSERVER-99713Ability to configure outgoing mail server using 2-legged flow
  29. Suggestion
    CONFSERVER-99645Hashicorp Vault values With Helm Charts
  30. Suggestion
    CONFSERVER-83272Log user session timeouts in Confluence logs
  31. Suggestion
    CONFSERVER-97761Enhance Log4j Configuration to Include Detailed Request Information in Confluence Application Logs
  32. Suggestion
    CONFSERVER-80593Review and Approval process integrated in Confluence for better governance
  33. Suggestion
    CONFSERVER-33044Allow login with username or email
  34. Suggestion
    CONFSERVER-49360Filters on calendar views
  35. Suggestion
    CONFSERVER-54300Allow administrators to configure or limit maximum resources for Add-ons (plugins)
  36. Suggestion
    CONFSERVER-99691When closing a comment, it goes back to the top of the page
  37. Suggestion
    CONFSERVER-94242Provide an option to recover and reset synchrony data for individual pages
  38. Suggestion
    CONFSERVER-11155Having the ability to list the size of pages, spaces, attachments and etc being used in Confluence
  39. Suggestion
    CONFSERVER-17219Create a tool to gauge the size of site or space XML backup
  40. Suggestion
    CONFSERVER-60163Test and approve Amazon Corretto OpenJDK for Confluence
  41. Suggestion
    CONFSERVER-99652Provide a way to increase the amount of search returns on the Team calendars restrictions drop down
  42. Suggestion
    CONFSERVER-99653Better Logging during plugin initialisation phase
  43. Suggestion
    CONFSERVER-2370Show/Hide available templates
  44. Suggestion
    CONFSERVER-5309Add font selection capabilities to WYSIWYG editing and Wiki markup modes
  45. Suggestion
    CONFSERVER-37023Ability to Restrict Profile Editing
  46. Suggestion
    CONFSERVER-46077ability to adjust font size
  47. Suggestion
    CONFSERVER-49374Allow certain fields to be set as mandatory
  48. Suggestion
    CONFSERVER-5643Add email mailing list functionality
  49. Suggestion
    CONFSERVER-99656View-level and field-level permissions for Confluence databases
  50. Suggestion
    CONFSERVER-37326Clear the temp Directory in Confluence Installation Directory Whenever Confluence is Stopped
Refresh results
<< Previous 8 9 10 11 12Next >>
492 of 6199
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
            There are no comments yet 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