Requested page not found error

Issue #4 new
Markus Liebelt created an issue

I have installed the plugin today (Confluence 5.5.6) and tried to use it. Here are the details:

  1. I have created a new page in my personal space.
  2. I have selected from the menu Tools > Publish as Blog
  3. The notification comes that the page will be published.
  4. Then an error popup comes that tells me: Requested page not found.

The error message is:

2014-11-03 09:00:22,760 ERROR [TP-Processor28] [atlassian.plugin.servlet.DefaultServletModuleManager] getFilter Unable to create filter
 -- url: /confluence/rest/publish/1/publish/81136964 | userName: mliebelt | referer: https://<host>/confluence/display/~mliebelt/Another+try+to+blog
com.atlassian.util.concurrent.LazyReference$InitializationException: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.atlassian.confluence.plugins.PublishResource': Unsatisfied dependency expressed through constructor argument with index 5 of type [com.atlassian.sal.api.ApplicationProperties]: : No unique bean of type [com.atlassian.sal.api.ApplicationProperties] is defined: Unsatisfied dependency of type [interface com.atlassian.sal.api.ApplicationProperties]: expected at least 1 matching bean; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.atlassian.sal.api.ApplicationProperties] is defined: Unsatisfied dependency of type [interface com.atlassian.sal.api.ApplicationProperties]: expected at least 1 matching bean
    at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)
    at com.atlassian.util.concurrent.LazyReference.get(LazyReference.java:112)
        ...
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.atlassian.confluence.plugins.PublishResource': Unsatisfied dependency expressed through constructor argument with index 5 of type [com.atlassian.sal.api.ApplicationProperties]: : No unique bean of type [com.atlassian.sal.api.ApplicationProperties] is defined: Unsatisfied dependency of type [interface com.atlassian.sal.api.ApplicationProperties]: expected at least 1 matching bean; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.atlassian.sal.api.ApplicationProperties] is defined: Unsatisfied dependency of type [interface com.atlassian.sal.api.ApplicationProperties]: expected at least 1 matching bean
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:591)
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:193)
        ....
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.atlassian.sal.api.ApplicationProperties] is defined: Unsatisfied dependency of type [interface com.atlassian.sal.api.ApplicationProperties]: expected at least 1 matching bean
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:613)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:622)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:584)
    ... 234 more

Comments (1)

  1. Log in to comment