[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=26437#action_26437
]
Jan Haderka commented on MAGNOLIA-3071:
---------------------------------------
Hey Thomas,
could you please move this issue to Support project? Thanks.
Nodes get normally locked only by activation process, so the error message
means there is other unfinished activation process. Normally activation should
be fast enough to finish within the retry time. From the logs it seems like
there was concurrent activation to following nodes:{noformat}
/nl/Help-Informatie/Contactformulier
/nl/Help-Informatie
/nl
{noformat}
the last one finished at 17:56:45, the first one finished at 17:56:46 and the
middle one failed with the message you have seen. Activating the
{{/nl/Help-Informatie/Contactformulier}} would lock the parent node
{{/nl/Help-Informatie}} so this is the one which was really conflicting.
If you now try to activate only {{/nl/Help-Informatie}} would that work or do
you get the same message? If it still doesn't work it means there is something
else keeping the lock on the process and I would need the whole log file to try
to analyze this.
If you just need to quickly recover from the issue, you can restart the public
instance, that would release the lock and we can then still use the log files
to investigate the cause.
HTH,
Jan
> Operation not permitted, /nl/Help-Informatie is locked
> ------------------------------------------------------
>
> Key: MAGNOLIA-3071
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3071
> Project: Magnolia
> Issue Type: Bug
> Components: activation
> Affects Versions: 3.6.5
> Environment: FreeBSD 7.2/64bit using mySQL DB backend
> Reporter: Thomas Sperger
> Assignee: Philipp Bärfuss
> Priority: Blocker
>
> On activation the user gets the above message. On the public instance log
> shows:
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:25 Content
> /nl/Help-Informatie is locked. Will retry 10 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:27 Content
> /nl/Help-Informatie is locked. Will retry 9 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:29 Content
> /nl/Help-Informatie is locked. Will retry 8 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:31 Content
> /nl/Help-Informatie is locked. Will retry 7 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:33 Content
> /nl/Help-Informatie is locked. Will retry 6 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:35 Content
> /nl/Help-Informatie is locked. Will retry 5 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:37 Content
> /nl/Help-Informatie is locked. Will retry 4 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:39 Content
> /nl/Help-Informatie is locked. Will retry 3 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:41 Content
> /nl/Help-Informatie is locked. Will retry 2 more times.
> INFO info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(applyLock:534) 09.02.2010 17:56:43 Content
> /nl/Help-Informatie is locked. Will retry 1 more times.
> INFO info.magnolia.module.exchangetransactional.XAReceiveFilter
> XAReceiveFilter.java(update:153) 09.02.2010 17:56:45 User superuser
> successfuly activated /nl on ROOT.
> ERROR info.magnolia.module.exchangesimple.ReceiveFilter
> ReceiveFilter.java(doFilter:140) 09.02.2010 17:56:45 Operation not
> permitted, /nl/Help-Informatie is locked
> info.magnolia.cms.exchange.ExchangeException: Operation not permitted,
> /nl/Help-Informatie is locked
> at
> info.magnolia.module.exchangesimple.ReceiveFilter.applyLock(ReceiveFilter.java:545)
> at
> info.magnolia.module.exchangetransactional.XAReceiveFilter.applyLock(XAReceiveFilter.java:339)
> at
> info.magnolia.module.exchangesimple.ReceiveFilter.doFilter(ReceiveFilter.java:120)
> at
> info.magnolia.module.exchangetransactional.XAReceiveFilter.doFilter(XAReceiveFilter.java:56)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.filters.CosMultipartRequestFilter.doFilter(CosMultipartRequestFilter.java:84)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.security.BaseSecurityFilter.doFilter(BaseSecurityFilter.java:61)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.security.LogoutFilter.doFilter(LogoutFilter.java:81)
> at
> info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:62)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.security.auth.login.LoginFilter.doFilter(LoginFilter.java:76)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.enterprise.registration.RegistrationFilter.doFilter(RegistrationFilter.java:50)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.filters.ContentTypeFilter.doFilter(ContentTypeFilter.java:80)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.filters.ContextFilter.doFilter(ContextFilter.java:72)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
> at
> info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:64)
> at
> info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:71)
> at
> info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:97)
> at
> info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:200)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
> at
> org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:835)
> at
> org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
> at
> org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1286)
> at java.lang.Thread.run(Thread.java:619)
> INFO info.magnolia.module.exchangetransactional.XAReceiveFilter
> XAReceiveFilter.java(update:153) 09.02.2010 17:56:46 User superuser
> successfuly activated /nl/Help-Informatie/Contactformulier on ROOT.
> INFO info.magnolia.module.exchangetransactional.XAReceiveFilter
> XAReceiveFilter.java(update:153) 09.02.2010 17:59:34 User superuser
> successfuly activated /nl on ROOT.
> On the author instance:
> info.magnolia.cms.exchange.ExchangeException: Message received from
> subscriber: Operation not permitted, /nl/Help-Informatie is locked
> info.magnolia.cms.exchange.ExchangeException: Message received from
> subscriber: Operation not permitted, /nl/Help-Informatie is locked
> ERROR info.magnolia.module.exchangetransactional.TransactionalSyndicator
> TransactionalSyndicator.java(activate:110) 09.02.2010 17:56:52 Message
> received from subscriber: Operation not permitted, /nl/Help-Informatie is
> locked
> info.magnolia.cms.exchange.ExchangeException: Message received from
> subscriber: Operation not permitted, /nl/Help-Informatie is locked
> ERROR info.magnolia.module.exchangetransactional.TransactionalSyndicator
> TransactionalSyndicator.java(activate:110) 09.02.2010 17:56:52 Message
> received from subscriber: Operation not permitted, /nl/Help-Informatie is
> locked
> info.magnolia.cms.exchange.ExchangeException: Message received from
> subscriber: Operation not permitted, /nl/Help-Informatie is locked
> That's all, no more hints on what happens
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------