Advertisement
Guest User

OUPUPG-278_error

a guest
May 7th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.82 KB | None | 0 0
  1. 2015-05-07 09:37:38,274 ERROR [extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-7] Exception from executeScript - redirecting to status template error: 04070004 Wrapped Exception (with status template): 04070021 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js': 04070020 You cannot change the type from oup:asset to oup:imageAsset due the restrictions violation with children or parents
  2. org.springframework.extensions.webscripts.WebScriptException: 04070004 Wrapped Exception (with status template): 04070021 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js': 04070020 You cannot change the type from oup:asset to oup:imageAsset due the restrictions violation with children or parents
  3. at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1126)
  4. at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
  5. at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:489)
  6. at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:454)
  7. at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:551)
  8. at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:619)
  9. at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:399)
  10. at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:280)
  11. at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:378)
  12. at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
  13. at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)
  14. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  15. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  16. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  17. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  18. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  19. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  20. at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)
  21. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  22. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  23. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  24. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  25. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
  26. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
  27. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  28. at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
  29. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  30. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
  31. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
  32. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  33. at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2466)
  34. at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2455)
  35. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  37. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  38. at java.lang.Thread.run(Thread.java:745)
  39. Caused by: org.alfresco.scripts.ScriptException: 04070021 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js': 04070020 You cannot change the type from oup:asset to oup:imageAsset due the restrictions violation with children or parents
  40. at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:204)
  41. at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
  42. at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
  43. at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
  44. at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1364)
  45. at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)
  46. ... 34 more
  47. Caused by: com.ixxus.alfresco.ixfe.service.RestrictedChildAssociationException: 04070020 You cannot change the type from oup:asset to oup:imageAsset due the restrictions violation with children or parents
  48. at com.ixxus.alfresco.ixfe.behaviours.RestrictedChangeTypeBehaviour.onSetNodeType(RestrictedChangeTypeBehaviour.java:50)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:483)
  53. at org.alfresco.repo.policy.JavaBehaviour$JavaMethodInvocationHandler.invoke(JavaBehaviour.java:174)
  54. at com.sun.proxy.$Proxy166.onSetNodeType(Unknown Source)
  55. at sun.reflect.GeneratedMethodAccessor900.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:483)
  58. at org.alfresco.repo.policy.PolicyFactory$MultiHandler.invoke(PolicyFactory.java:354)
  59. at org.alfresco.repo.policy.$Proxy307.onSetNodeType(Unknown Source)
  60. at org.alfresco.repo.node.AbstractNodeServiceImpl.invokeOnSetType(AbstractNodeServiceImpl.java:392)
  61. at org.alfresco.repo.node.db.DbNodeServiceImpl.setType(DbNodeServiceImpl.java:742)
  62. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:483)
  65. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  66. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  67. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  68. at org.alfresco.repo.lock.mem.LockableAspectInterceptor.invoke(LockableAspectInterceptor.java:221)
  69. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  70. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  71. at com.sun.proxy.$Proxy15.setType(Unknown Source)
  72. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:483)
  75. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  76. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  77. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  78. at org.alfresco.repo.tenant.MultiTNodeServiceInterceptor.invoke(MultiTNodeServiceInterceptor.java:104)
  79. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  80. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  81. at com.sun.proxy.$Proxy15.setType(Unknown Source)
  82. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84. at java.lang.reflect.Method.invoke(Method.java:483)
  85. at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:215)
  86. at com.sun.proxy.$Proxy37.setType(Unknown Source)
  87. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:483)
  90. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  91. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  92. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  93. at org.alfresco.repo.tagging.TagScopePropertyMethodInterceptor.invoke(TagScopePropertyMethodInterceptor.java:152)
  94. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  95. at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:305)
  96. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  97. at org.alfresco.enterprise.repo.sync.SyncPropertyInterceptor.invoke(SyncPropertyInterceptor.java:258)
  98. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  99. at org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:269)
  100. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  101. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  102. at com.sun.proxy.$Proxy15.setType(Unknown Source)
  103. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  104. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  105. at java.lang.reflect.Method.invoke(Method.java:483)
  106. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  107. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
  108. at com.sun.proxy.$Proxy15.setType(Unknown Source)
  109. at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:483)
  112. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  113. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  114. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  115. at org.alfresco.repo.audit.DisableAuditableBehaviourInterceptor.invoke(DisableAuditableBehaviourInterceptor.java:113)
  116. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  117. at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
  118. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  119. at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
  120. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  121. at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:159)
  122. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  123. at org.alfresco.repo.transaction.RetryingTransactionInterceptor$1.execute(RetryingTransactionInterceptor.java:79)
  124. at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:454)
  125. at org.alfresco.repo.transaction.RetryingTransactionInterceptor.invoke(RetryingTransactionInterceptor.java:69)
  126. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  127. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  128. at com.sun.proxy.$Proxy15.setType(Unknown Source)
  129. at org.alfresco.repo.jscript.ScriptNode.specializeType(ScriptNode.java:1725)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  131. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  132. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  133. at java.lang.reflect.Method.invoke(Method.java:483)
  134. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
  135. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
  136. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
  137. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25._c_main_1(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js:24)
  138. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js)
  139. at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
  140. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js:33)
  141. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js)
  142. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
  143. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
  144. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js)
  145. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_type_post_json_js_25.exec(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/type.post.json.js)
  146. at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:502)
  147. at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:200)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement