Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-3844

Installation fails due to unavailability of key plugins.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Medium
    • None
    • 2.7.1
    • Plugins
    • None
    • Debian Linux

    Description

      I have been unable to install crowd in a vanilla debian system.
      UI reports

      The following required plugins are not available: [Atlassian UI Plugin, Crowd REST API, Crowd Trusted Apps Integration, Atlassian Soy Templates - Plugin]. See Crowd server logs for details. The setup process cannot continue until the problem has been solved. If you require further assistance, you can contact Atlassian Support.

      The issue is also described here https://confluence.atlassian.com/display/CROWDKB/Unable+to+complete+Crowd+Setup+Wizard+Due+To+Invalid+Server+Base+URL

      The remedial action of deleting the cache does not work, the problem persists.

      I've attached the stacktrace

      2014-03-27 15:30:24,279 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.plugin.osgi.spring (1)
      2014-03-27 15:30:24,280 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle org.springframework.osgi.io (2)
      2014-03-27 15:30:24,288 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.plugin.osgi.bridge (3)
      2014-03-27 15:30:24,291 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.bundles.velocity (4)
      2014-03-27 15:30:24,304 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle org.springframework (5)
      2014-03-27 15:30:24,305 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle org.springframework.osgi.extensions.annotations (6)
      2014-03-27 15:30:24,306 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle jcl.over.slf4j (7)
      2014-03-27 15:30:24,307 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle org.springframework.osgi.extender (8)
      2014-03-27 15:30:24,309 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle org.springframework.osgi.core (9)
      2014-03-27 15:30:24,337 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle jcl.over.slf4j (7)
      2014-03-27 15:30:24,340 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle org.springframework (5)
      2014-03-27 15:30:24,340 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle org.springframework.osgi.core (9)
      2014-03-27 15:30:24,340 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.bundles.velocity (4)
      2014-03-27 15:30:24,341 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.plugin.osgi.spring (1)
      2014-03-27 15:30:24,341 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle org.springframework.osgi.extender (8)
      2014-03-27 15:30:24,341 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle org.springframework.osgi.extensions.annotations (6)
      2014-03-27 15:30:24,341 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle org.springframework.osgi.io (2)
      2014-03-27 15:30:24,355 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.plugin.osgi.bridge (3)
      2014-03-27 15:30:24,358 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle org.springframework.osgi.io (2)
      2014-03-27 15:30:24,361 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.plugin.osgi.bridge (3)
      2014-03-27 15:30:24,361 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.bundles.velocity (4)
      2014-03-27 15:30:24,361 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle org.springframework (5)
      2014-03-27 15:30:24,362 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle org.springframework.osgi.extensions.annotations (6)
      2014-03-27 15:30:24,362 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle jcl.over.slf4j (7)
      2014-03-27 15:30:24,372 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle org.springframework.osgi.extender (8)
      2014-03-27 15:30:24,372 FelixStartLevel ERROR [osgi.container.felix.FelixOsgiContainerManager] Error starting file:/var/crowd-home/caches/framework-bundles/spring-osgi-extender-1.2.1.jar
      java.lang.IllegalStateException: Cannot create ConcurrentHashMap - neither JDK 1.5 nor backport-concurrent available on the classpath
              at org.springframework.core.CollectionFactory.createConcurrentMap(CollectionFactory.java:229)
              at org.springframework.osgi.extender.internal.activator.ContextLoaderListener.<init>(ContextLoaderListener.java:332)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
              at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
              at java.lang.Class.newInstance(Class.java:433)
              at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:3659)
              at org.apache.felix.framework.Felix.activateBundle(Felix.java:1812)
              at org.apache.felix.framework.Felix.startBundle(Felix.java:1734)
              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143)
              at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
              at java.lang.Thread.run(Thread.java:744)
      2014-03-27 15:30:24,372 FelixDispatchQueue ERROR [osgi.container.felix.FelixOsgiContainerManager] Framework error in bundle org.springframework.osgi.extender
      org.osgi.framework.BundleException: Activator start error in bundle org.springframework.osgi.extender [8].
              at org.apache.felix.framework.Felix.activateBundle(Felix.java:1864)
              at org.apache.felix.framework.Felix.startBundle(Felix.java:1734)
              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143)
              at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
              at java.lang.Thread.run(Thread.java:744)
      Caused by: java.lang.IllegalStateException: Cannot create ConcurrentHashMap - neither JDK 1.5 nor backport-concurrent available on the classpath
              at org.springframework.core.CollectionFactory.createConcurrentMap(CollectionFactory.java:229)
              at org.springframework.osgi.extender.internal.activator.ContextLoaderListener.<init>(ContextLoaderListener.java:332)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
              at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
              at java.lang.Class.newInstance(Class.java:433)
              at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:3659)
              at org.apache.felix.framework.Felix.activateBundle(Felix.java:1812)
              ... 4 more
      2014-03-27 15:30:24,373 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle org.springframework.osgi.core (9)
      2014-03-27 15:30:24,373 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle org.apache.felix.framework (0)
      2014-03-27 15:30:25,195 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type soy-function registered as an unrecognised descriptor.
      2014-03-27 15:30:25,196 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type rest registered as an unrecognised descriptor.
      2014-03-27 15:30:25,196 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type rest registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,204 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,205 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-entity-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,206 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-application-type registered as an unrecognised descriptor.
      2014-03-27 15:30:25,206 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,207 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,208 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,212 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type supported-inbound-authentication registered as an unrecognised descriptor.
      2014-03-27 15:30:25,212 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type supported-inbound-authentication registered as an unrecognised descriptor.
      2014-03-27 15:30:25,213 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type supported-inbound-authentication registered as an unrecognised descriptor.
      2014-03-27 15:30:25,213 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type supported-inbound-authentication registered as an unrecognised descriptor.
      2014-03-27 15:30:25,213 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type supported-inbound-authentication registered as an unrecognised descriptor.
      2014-03-27 15:30:25,218 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,218 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,218 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type applinks-authentication-provider registered as an unrecognised descriptor.
      2014-03-27 15:30:25,218 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,219 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,219 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,219 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type cors-defaults registered as an unrecognised descriptor.
      2014-03-27 15:30:25,362 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'atlassian-oauth-service-provider-plugin-1.8.1.jar' uses a package 'com.atlassian.oauth.serviceprovider' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:25,457 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,457 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,457 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,457 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,476 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'atlassian-oauth-service-provider-sal-plugin-1.8.1.jar' uses a package 'com.atlassian.oauth.serviceprovider' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:25,783 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,783 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type template-context-item registered as an unrecognised descriptor.
      2014-03-27 15:30:25,827 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type web-panel-renderer registered as an unrecognised descriptor.
      2014-03-27 15:30:25,952 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type soy-function registered as an unrecognised descriptor.
      2014-03-27 15:30:25,952 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type soy-function registered as an unrecognised descriptor.
      2014-03-27 15:30:26,349 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type rest registered as an unrecognised descriptor.
      2014-03-27 15:30:26,486 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type rest registered as an unrecognised descriptor.
      2014-03-27 15:30:26,507 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'crowd-sal-2.7.1.jar' uses a package 'com.atlassian.sal.core.component' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:26,582 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type rest registered as an unrecognised descriptor.
      2014-03-27 15:30:26,589 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'crowd-trusted-apps-2.7.1.jar' uses a package 'com.atlassian.crowd.trusted' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:26,590 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'crowd-trusted-apps-2.7.1.jar' uses a package 'com.atlassian.crowd.trusted' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:26,592 http-bio-8095-exec-23 WARN [factory.transform.stage.ScanDescriptorForHostClassesStage] The plugin 'crowd-trusted-apps-2.7.1.jar' uses a package 'com.atlassian.crowd.trusted' that is also exported by the application.  It is highly recommended that the plugin use its own packages.
      2014-03-27 15:30:26,960 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type soy-function registered as an unrecognised descriptor.
      2014-03-27 15:30:26,961 http-bio-8095-exec-23 INFO [plugin.osgi.factory.UnrecognisedModuleDescriptorFallbackFactory] Unknown module descriptor of type web-panel-renderer registered as an unrecognised descriptor.
      2014-03-27 15:30:26,978 http-bio-8095-exec-23 INFO [atlassian.plugin.loaders.ScanningPluginLoader] No plugins found to be deployed
      2014-03-27 15:30:26,986 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.aui.plugin-integration-sal (10)
      2014-03-27 15:30:26,997 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.applinks.plugin (11)
      2014-03-27 15:30:27,003 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.auiplugin (12)
      2014-03-27 15:30:27,007 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.crowd.sync-feedback (13)
      2014-03-27 15:30:27,010 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.oauth.atlassian-oauth-consumer-plugin (14)
      2014-03-27 15:30:27,013 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.oauth.atlassian-oauth-consumer-sal-plugin (15)
      2014-03-27 15:30:27,020 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.oauth.atlassian-oauth-service-provider-plugin (16)
      2014-03-27 15:30:27,025 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.oauth.atlassian-oauth-service-provider-sal-plugin (17)
      2014-03-27 15:30:27,028 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.pdkinstall.plugin (18)
      2014-03-27 15:30:27,048 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.plugins.rest.atlassian-rest-module (19)
      2014-03-27 15:30:27,054 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.crowd.crowd-sal (20)
      2014-03-27 15:30:27,060 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.soy.template-plugin (21)
      2014-03-27 15:30:27,063 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.templaterenderer.atlassian-template-renderer-api (22)
      2014-03-27 15:30:27,068 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.templaterenderer.atlassian-template-renderer-velocity16-plugin (23)
      2014-03-27 15:30:27,072 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.crowd.rest-application-management (24)
      2014-03-27 15:30:27,077 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.crowd.rest-plugin (25)
      2014-03-27 15:30:27,083 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle com.atlassian.crowd.integration-saml (26)
      2014-03-27 15:30:27,089 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Installed bundle crowd-trusted-apps (27)
      2014-03-27 15:30:27,118 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.aui.plugin-integration-sal (10)
      2014-03-27 15:30:27,118 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.aui.plugin-integration-sal (10)
      2014-03-27 15:30:27,155 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.plugins.rest.atlassian-rest-module (19)
      2014-03-27 15:30:27,156 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.templaterenderer.atlassian-template-renderer-velocity16-plugin (23)
      2014-03-27 15:30:27,156 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.templaterenderer.atlassian-template-renderer-api (22)
      2014-03-27 15:30:27,157 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.applinks.plugin (11)
      2014-03-27 15:30:27,157 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.applinks.plugin (11)
      2014-03-27 15:30:27,173 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.auiplugin (12)
      2014-03-27 15:30:27,173 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.auiplugin (12)
      2014-03-27 15:30:27,194 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.crowd.sync-feedback (13)
      2014-03-27 15:30:27,194 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.crowd.sync-feedback (13)
      2014-03-27 15:30:27,210 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.oauth.atlassian-oauth-consumer-plugin (14)
      2014-03-27 15:30:27,210 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.oauth.atlassian-oauth-consumer-plugin (14)
      2014-03-27 15:30:27,229 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.oauth.atlassian-oauth-consumer-sal-plugin (15)
      2014-03-27 15:30:27,229 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.oauth.atlassian-oauth-consumer-sal-plugin (15)
      2014-03-27 15:30:27,247 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.oauth.atlassian-oauth-service-provider-plugin (16)
      2014-03-27 15:30:27,247 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.oauth.atlassian-oauth-service-provider-plugin (16)
      2014-03-27 15:30:27,264 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.oauth.atlassian-oauth-service-provider-sal-plugin (17)
      2014-03-27 15:30:27,265 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.oauth.atlassian-oauth-service-provider-sal-plugin (17)
      2014-03-27 15:30:27,277 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.pdkinstall.plugin (18)
      2014-03-27 15:30:27,277 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.pdkinstall.plugin (18)
      2014-03-27 15:30:27,278 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.plugins.rest.atlassian-rest-module (19)
      2014-03-27 15:30:27,297 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.crowd.crowd-sal (20)
      2014-03-27 15:30:27,297 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.crowd.crowd-sal (20)
      2014-03-27 15:30:27,316 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.soy.template-plugin (21)
      2014-03-27 15:30:27,316 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.soy.template-plugin (21)
      2014-03-27 15:30:27,317 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.templaterenderer.atlassian-template-renderer-api (22)
      2014-03-27 15:30:27,318 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.templaterenderer.atlassian-template-renderer-velocity16-plugin (23)
      2014-03-27 15:30:27,342 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.crowd.rest-application-management (24)
      2014-03-27 15:30:27,342 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.crowd.rest-application-management (24)
      2014-03-27 15:30:27,366 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.crowd.rest-plugin (25)
      2014-03-27 15:30:27,367 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.crowd.rest-plugin (25)
      2014-03-27 15:30:27,383 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle com.atlassian.crowd.integration-saml (26)
      2014-03-27 15:30:27,383 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle com.atlassian.crowd.integration-saml (26)
      2014-03-27 15:30:27,398 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Resolved bundle crowd-trusted-apps (27)
      2014-03-27 15:30:27,398 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Started bundle crowd-trusted-apps (27)
      2014-03-27 15:30:27,402 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 60 seconds remaining
      2014-03-27 15:30:28,402 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 59 seconds remaining
      2014-03-27 15:30:29,402 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 58 seconds remaining
      2014-03-27 15:30:30,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 56 seconds remaining
      2014-03-27 15:30:31,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 55 seconds remaining
      2014-03-27 15:30:32,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 54 seconds remaining
      2014-03-27 15:30:33,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 53 seconds remaining
      2014-03-27 15:30:34,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 52 seconds remaining
      2014-03-27 15:30:35,403 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 51 seconds remaining
      2014-03-27 15:30:36,404 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 50 seconds remaining
      2014-03-27 15:30:37,404 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 49 seconds remaining
      2014-03-27 15:30:38,404 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 48 seconds remaining
      2014-03-27 15:30:39,404 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 47 seconds remaining
      2014-03-27 15:30:40,405 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 46 seconds remaining
      2014-03-27 15:30:41,405 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 45 seconds remaining
      2014-03-27 15:30:42,405 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 44 seconds remaining
      2014-03-27 15:30:43,405 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 43 seconds remaining
      2014-03-27 15:30:44,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 42 seconds remaining
      2014-03-27 15:30:45,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 41 seconds remaining
      2014-03-27 15:30:46,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 40 seconds remaining
      2014-03-27 15:30:47,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 39 seconds remaining
      2014-03-27 15:30:48,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 38 seconds remaining
      2014-03-27 15:30:49,406 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 37 seconds remaining
      2014-03-27 15:30:50,407 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 36 seconds remaining
      2014-03-27 15:30:51,407 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 35 seconds remaining
      2014-03-27 15:30:52,407 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 34 seconds remaining
      2014-03-27 15:30:53,407 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 33 seconds remaining
      2014-03-27 15:30:54,419 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 32 seconds remaining
      2014-03-27 15:30:55,419 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 31 seconds remaining
      2014-03-27 15:30:56,419 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 30 seconds remaining
      2014-03-27 15:30:57,419 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 29 seconds remaining
      2014-03-27 15:30:58,419 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 28 seconds remaining
      2014-03-27 15:30:59,420 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 27 seconds remaining
      2014-03-27 15:31:00,420 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 26 seconds remaining
      2014-03-27 15:31:01,420 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 25 seconds remaining
      2014-03-27 15:31:02,420 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 24 seconds remaining
      2014-03-27 15:31:03,420 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 23 seconds remaining
      2014-03-27 15:31:04,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 22 seconds remaining
      2014-03-27 15:31:05,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 21 seconds remaining
      2014-03-27 15:31:06,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 20 seconds remaining
      2014-03-27 15:31:07,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 19 seconds remaining
      2014-03-27 15:31:08,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 18 seconds remaining
      2014-03-27 15:31:09,421 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 17 seconds remaining
      2014-03-27 15:31:10,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 16 seconds remaining
      2014-03-27 15:31:11,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 15 seconds remaining
      2014-03-27 15:31:12,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 14 seconds remaining
      2014-03-27 15:31:13,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 13 seconds remaining
      2014-03-27 15:31:14,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 12 seconds remaining
      2014-03-27 15:31:15,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 11 seconds remaining
      2014-03-27 15:31:16,422 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 10 seconds remaining
      2014-03-27 15:31:17,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 9 seconds remaining
      2014-03-27 15:31:18,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 8 seconds remaining
      2014-03-27 15:31:19,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 7 seconds remaining
      2014-03-27 15:31:20,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 6 seconds remaining
      2014-03-27 15:31:21,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 5 seconds remaining
      2014-03-27 15:31:22,423 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 4 seconds remaining
      2014-03-27 15:31:23,424 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 3 seconds remaining
      2014-03-27 15:31:24,424 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 2 seconds remaining
      2014-03-27 15:31:25,441 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 1 seconds remaining
      2014-03-27 15:31:26,441 http-bio-8095-exec-23 INFO [atlassian.plugin.util.WaitUntil] Plugins that have yet to be enabled: [auiplugin-integration-sal, com.atlassian.oauth.serviceprovider.sal, com.atlassian.pdkinstall, com.atlassian.soy.soy-template-plugin, com.atlassian.oauth.consumer, com.atlassian.sal.crowd, crowd-saml-plugin, crowd-rest-plugin, com.atlassian.auiplugin, crowd-trusted-apps, com.atlassian.oauth.serviceprovider, com.atlassian.templaterenderer.api, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.crowd.crowd-sync-feedback, com.atlassian.oauth.consumer.sal, crowd-rest-application-management], 0 seconds remaining
      2014-03-27 15:31:27,442 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling auiplugin-integration-sal
      2014-03-27 15:31:27,444 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.aui.plugin-integration-sal (10)
      2014-03-27 15:31:27,445 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.oauth.serviceprovider.sal
      2014-03-27 15:31:27,446 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.oauth.atlassian-oauth-service-provider-sal-plugin (17)
      2014-03-27 15:31:27,446 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.pdkinstall
      2014-03-27 15:31:27,446 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.pdkinstall.plugin (18)
      2014-03-27 15:31:27,446 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.soy.soy-template-plugin
      2014-03-27 15:31:27,447 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.soy.template-plugin (21)
      2014-03-27 15:31:27,447 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.oauth.consumer
      2014-03-27 15:31:27,447 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.oauth.atlassian-oauth-consumer-plugin (14)
      2014-03-27 15:31:27,447 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.sal.crowd
      2014-03-27 15:31:27,447 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.crowd.crowd-sal (20)
      2014-03-27 15:31:27,447 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling crowd-saml-plugin
      2014-03-27 15:31:27,447 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.crowd.integration-saml (26)
      2014-03-27 15:31:27,448 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling crowd-rest-plugin
      2014-03-27 15:31:27,448 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.crowd.rest-plugin (25)
      2014-03-27 15:31:27,448 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.auiplugin
      2014-03-27 15:31:27,448 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.auiplugin (12)
      2014-03-27 15:31:27,448 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling crowd-trusted-apps
      2014-03-27 15:31:27,449 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle crowd-trusted-apps (27)
      2014-03-27 15:31:27,449 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.oauth.serviceprovider
      2014-03-27 15:31:27,449 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.oauth.atlassian-oauth-service-provider-plugin (16)
      2014-03-27 15:31:27,449 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.templaterenderer.api
      2014-03-27 15:31:27,450 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.templaterenderer.atlassian-template-renderer-api (22)
      2014-03-27 15:31:27,450 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.plugins.rest.atlassian-rest-module
      2014-03-27 15:31:27,450 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.plugins.rest.atlassian-rest-module (19)
      2014-03-27 15:31:27,450 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin
      2014-03-27 15:31:27,450 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.templaterenderer.atlassian-template-renderer-velocity16-plugin (23)
      2014-03-27 15:31:27,450 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.applinks.applinks-plugin
      2014-03-27 15:31:27,451 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.applinks.plugin (11)
      2014-03-27 15:31:27,451 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.crowd.crowd-sync-feedback
      2014-03-27 15:31:27,452 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.crowd.sync-feedback (13)
      2014-03-27 15:31:27,452 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.oauth.consumer.sal
      2014-03-27 15:31:27,453 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.oauth.atlassian-oauth-consumer-sal-plugin (15)
      2014-03-27 15:31:27,453 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Disabling crowd-rest-application-management
      2014-03-27 15:31:27,453 FelixDispatchQueue INFO [osgi.container.felix.FelixOsgiContainerManager] Stopped bundle com.atlassian.crowd.rest-application-management (24)
      2014-03-27 15:31:27,453 http-bio-8095-exec-23 ERROR [atlassian.plugin.manager.PluginEnabler] Unable to start the following plugins due to timeout while waiting for plugin to enable: auiplugin-integration-sal,com.atlassian.oauth.serviceprovider.sal,com.atlassian.pdkinstall,com.atlassian.soy.soy-template-plugin,com.atlassian.oauth.consumer,com.atlassian.sal.crowd,crowd-saml-plugin,crowd-rest-plugin,com.atlassian.auiplugin,crowd-trusted-apps,com.atlassian.oauth.serviceprovider,com.atlassian.templaterenderer.api,com.atlassian.plugins.rest.atlassian-rest-module,com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin,com.atlassian.applinks.applinks-plugin,com.atlassian.crowd.crowd-sync-feedback,com.atlassian.oauth.consumer.sal,crowd-rest-application-management
      2014-03-27 15:31:27,638 http-bio-8095-exec-23 INFO [atlassian.plugin.manager.DefaultPluginManager] Plugin system started in 0:01:03.814
      2014-03-27 15:31:27,639 http-bio-8095-exec-23 ERROR [atlassian.crowd.plugin.RequiredPluginsStartupCheck] Required plugin is disabled: com.atlassian.auiplugin
      2014-03-27 15:31:27,639 http-bio-8095-exec-23 ERROR [atlassian.crowd.plugin.RequiredPluginsStartupCheck] Required plugin is disabled: crowd-rest-plugin
      2014-03-27 15:31:27,639 http-bio-8095-exec-23 ERROR [atlassian.crowd.plugin.RequiredPluginsStartupCheck] Required plugin is disabled: crowd-trusted-apps
      2014-03-27 15:31:27,639 http-bio-8095-exec-23 ERROR [atlassian.crowd.plugin.RequiredPluginsStartupCheck] Required plugin is disabled: com.atlassian.soy.soy-template-plugin
      2014-03-27 15:31:27,639 http-bio-8095-exec-23 FATAL [console.action.setup.Database] Setup cannot continue because some required plugins are not available: [Atlassian UI Plugin, Crowd REST API, Crowd Trusted Apps Integration, Atlassian Soy Templates - Plugin]
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dae514219cb1 Marinus van Aswegen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: