-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X 10.5.2 Leopard, Alfresco 2.2.0 E, CMA 1.1.2
nodeService.deleteNode(user.getTicket(), nodeRef);
The node is being deleted but I'm also getting a CmaRuntimeException:
org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/c218ce5f-2cf8-11dd-8285-a9d2bc968af2
at org.alfresco.repo.node.db.DbNodeServiceImpl.getNodeNotNull(DbNodeServiceImpl.java:142)
at org.alfresco.repo.node.db.DbNodeServiceImpl.getPaths(DbNodeServiceImpl.java:1579)
at org.alfresco.repo.node.db.DbNodeServiceImpl.getPath(DbNodeServiceImpl.java:1563)
at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
at org.alfresco.repo.transaction.SingleEntryTransactionResourceInterceptor.invokeInternal(SingleEntryTransactionResourceInterceptor.java:163)
at org.alfresco.repo.transaction.SingleEntryTransactionResourceInterceptor.invoke(SingleEntryTransactionResourceInterceptor.java:138)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
at $Proxy3.getPath(Unknown Source)
at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:221)
at $Proxy4.getPath(Unknown Source)
at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:241)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:241)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:280)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:280)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
at $Proxy3.getPath(Unknown Source)
at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.alfresco.repo.audit.AuditComponentImpl.audit(AuditComponentImpl.java:245)
at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
at $Proxy3.getPath(Unknown Source)
at com.rivetlogic.core.cma.alfresco.webscripts.bean.NodeServiceWebScript.getPath(NodeServiceWebScript.java:1274)
at com.rivetlogic.core.cma.alfresco.webscripts.bean.NodeServiceWebScript.executeInternal(NodeServiceWebScript.java:214)
at com.rivetlogic.core.cma.alfresco.webscripts.bean.CmaWebScript.execute(CmaWebScript.java:139)
at org.alfresco.web.scripts.WebScriptRuntime.wrappedExecute(WebScriptRuntime.java:364)
at org.alfresco.web.scripts.WebScriptRuntime.transactionedExecute(WebScriptRuntime.java:318)
at org.alfresco.web.scripts.WebScriptRuntime.authenticatedExecute(WebScriptRuntime.java:250)
at org.alfresco.web.scripts.WebScriptRuntime.executeScript(WebScriptRuntime.java:150)
at org.alfresco.web.scripts.WebScriptServlet.service(WebScriptServlet.java:109)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
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:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:613)
- Trackbacks
-
Azon Commission Crusher Review
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Best web hosting
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Click At this website
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Epson Powerlite Home Cinema 5020UBe review
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Free poker
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
I Phone Accessories
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Informative Post
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Play money
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
Their explanation
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
best case for iphone 5
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
best ipad mini cases
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
best iphone 5 cases
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
best poker hands
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
best web hosting
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
buy twitter Followers
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
buy twitter followers
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
carbon poker withdrawal
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
cheap Hosting
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click Over here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click the up coming document
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click this link here now
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
click through the following website page
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
convertible tablet windows 8
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
cool iphone 4 cases
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
cool iphone case
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
easiest way to lose weight
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
epson Powerlite home cinema 8350
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
euro casino
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
extra resources
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
find more
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
find out here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
free online poker games
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
free online poker games
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
funny post
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
get more followers
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
get more followers
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
get paid to take surveys
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
go here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
how to play poker for beginners
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
inspir8s.com
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
instructions on how to play poker
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
internet site
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
ipad 3 cover
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
ipad cases for kids
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
ipad mini case
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
iphone 5 cases
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
just click the following document
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
keylogger
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
like it
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
look at here now
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
maidstone century 21
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
misocialnetwork.com
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
mouse click the following post
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
online poker free
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
online poker sites
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
paid online surveys
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
party poker review
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
penis enlargement wiki
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
poker hands
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
pokerstars app
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
read webpage
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
rentavto34.ru
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
speck ipad Case
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
texas hold Em hands
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
titan poker bonus code
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
top 10 projectors
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
try This site
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
vdeo to mp3 converter free
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
visit this web page link
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
visit your url
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
webhostingbadger.Com
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
website link
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
weight loss
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
www.britonclub.com
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
www.fromvideotomp3.com
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
you can try this out
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA
-
you could look here
[#CMA-10] CMA NodeService deleteNode method deletes the node and throws an exception - Rivet Logic Corporation JIRA