ok... tried the latest sources from trunk (which should be after M3, right? ) and this time I did not have the error, but the activation via workflow didn't work again... Actualy, when I click activate this page, nothing happens. And there is no error in the log. I removed the workflow module and it worked just fine with the simple actionation. The project I am working on does not require workflow activation so it will be fine for now, but I think that you should look at it. Does anybody else has the same error or problem?
Thanx... Regards, Vasko On Fri, Jul 4, 2008 at 3:27 PM, Jan Haderka <[email protected]> wrote: > You were testing on 3.6M2, right? If so then please remove all the jars > from WEB-INF/lib and replace them with jars from 3.6M3 on both instances > and also delete everything from store and expressions workspaces. > Cheers, > Jan > > On Fri, 2008-07-04 at 15:13 +0200, Vasko Gjurovski wrote: >> No, it wasn't a one time thing.. I actually can't activate via >> workflow at all. I will try to disable the workflow module and perform >> simple activation (because delete works just fine and it does not go >> through workfloww). The UUID does exist, checked it for sure. >> >> On Fri, Jul 4, 2008 at 2:39 PM, Jan Haderka <[email protected]> wrote: >> > Strange. Was it one time event or can you reproduce it? >> > Also could you please lookup what is node with that UUID on author >> > instance and how it was/is related to the page you are trying to >> > activate. >> > And one more thing to describe in the issue yo uare going to log about >> > it ... did you try to activate directly or via workflow (I know title >> > suggest that, but just to be sure)? >> > Cheers, >> > Jan >> > >> > On Fri, 2008-07-04 at 12:12 +0200, Vasko Gjurovski wrote: >> >> Hi again, >> >> >> >> Now when try to activate the page I get the following message in the log: >> >> >> >> WARN info.magnolia.module.exchangesimple.ReceiveFilter >> >> ReceiveFilter.java(applyLock:496) 04.07.2008 11:27:02 Exception >> >> caught >> >> javax.jcr.ItemNotFoundException: a9dfa8a8-31e3-46a9-8acd-77b2c343611e >> >> at >> >> org.apache.jackrabbit.core.ItemManager.createItemInstance(ItemManager.java:566) >> >> at >> >> org.apache.jackrabbit.core.ItemManager.getItem(ItemManager.java:395) >> >> at >> >> org.apache.jackrabbit.core.SessionImpl.getNodeById(SessionImpl.java:487) >> >> at >> >> org.apache.jackrabbit.core.SessionImpl.getNodeByUUID(SessionImpl.java:456) >> >> at >> >> org.apache.jackrabbit.core.SessionImpl.getNodeByUUID(SessionImpl.java:837) >> >> at >> >> info.magnolia.cms.core.DefaultHierarchyManager.getContentByUUID(DefaultHierarchyManager.java:511) >> >> at >> >> info.magnolia.module.exchangesimple.ReceiveFilter.getNode(ReceiveFilter.java:509) >> >> at >> >> info.magnolia.module.exchangesimple.ReceiveFilter.applyLock(ReceiveFilter.java:483) >> >> at >> >> info.magnolia.module.exchangesimple.ReceiveFilter.doFilter(ReceiveFilter.java:98) >> >> 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:60) >> >> 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.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:235) >> >> at >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> >> at >> >> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) >> >> at >> >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) >> >> at >> >> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) >> >> at >> >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) >> >> at >> >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) >> >> at >> >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) >> >> at >> >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) >> >> at >> >> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) >> >> at >> >> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) >> >> at java.lang.Thread.run(Thread.java:619) >> >> >> >> checked in the issues for activation on jira and didn't found a >> >> similar one. Should I report this one or.. ? >> >> >> >> Regards... >> >> Vasko >> >> >> >> On Thu, Jul 3, 2008 at 9:19 PM, Vasko Gjurovski <[EMAIL PROTECTED]> wrote: >> >> > Properly noted.. :) >> >> > >> >> > I probably should have looked at the jura reposrts first... >> >> > >> >> > Thanx... >> >> > Vasko >> >> > >> >> > On Thu, Jul 3, 2008 at 5:08 PM, Philipp Bracher >> >> > <[email protected]> wrote: >> >> >> We are currently fixing many 'minor' bugs including the one you >> >> >> describe. >> >> >> >> >> >> A more stable RC1 will be available soon. Could you first check the >> >> >> open >> >> >> jira tasks for 3.6? But many thanks for testing! >> >> >> >> >> >> >> >> >> On Jul 3, 2008, at 4:46 PM, Vasko Gjurovski wrote: >> >> >> >> >> >>> I try to activate new page. >> >> >>> >> >> >>> Right click, activate this page.. a popup shows to enter comment.. I >> >> >>> enter the comment... I press OK... and here is the weird part... the >> >> >>> js information that the workflow was sent to the appropriate inbox >> >> >>> shows, but the popup is never closed... and I get the following >> >> >>> message in the log >> >> >>> >> >> >>> INFO | jvm 1 | 2008/07/03 10:39:40 | WARN >> >> >>> info.magnolia.module.admininterface.DialogMVCHandler >> >> >>> DialogMVCHandler.java(getStorageNode:335) 03.07.2008 14:39:40 No path >> >> >>> defined for a dialog called by the url >> >> >>> >> >> >>> [http://ferspedbroker.com:8080/author/.magnolia/dialogs/startActivationWorkflow.html] >> >> >>> >> >> >>> if I try to press OK in the popup again, there is an exception that >> >> >>> the requested item with the requested UID does not exist any more... >> >> >>> so I have to press Cancel... and of course, when I press cancel there >> >> >>> is nothing in the Inbox tab... >> >> >>> >> >> >>> Any suggestions? >> >> >>> >> >> >>> I'm using Magnolia 3.6 m2 on Tomcat 6... >> >> >>> >> >> >>> Regards, >> >> >>> Vasko >> >> >>> >> >> >>> ---------------------------------------------------------------- >> >> >>> for list details see >> >> >>> http://documentation.magnolia.info/ >> >> >>> ---------------------------------------------------------------- >> >> >> >> >> >> >> >> >> ---------------------------------------------------------------- >> >> >> for list details see >> >> >> http://documentation.magnolia.info/ >> >> >> ---------------------------------------------------------------- >> >> >> >> >> > >> >> >> >> ---------------------------------------------------------------- >> >> for list details see >> >> http://documentation.magnolia.info/ >> >> ---------------------------------------------------------------- >> > >> > >> > ---------------------------------------------------------------- >> > for list details see >> > http://documentation.magnolia.info/ >> > ---------------------------------------------------------------- >> > >> >> ---------------------------------------------------------------- >> for list details see >> http://documentation.magnolia.info/ >> ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/ > ---------------------------------------------------------------- > ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
