Guest User

Error while uploading new version of the file

a guest
Oct 12th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.84 KB | None | 0 0
  1. 2017-10-11 21:19:56,881 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-6] Exception from executeScript - redirecting to status template error: 09110407 Unexpected error occurred during upload of new content.
  2. org.springframework.extensions.webscripts.WebScriptException: 09110407 Unexpected error occurred during upload of new content.
  3. at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1124)
  4. at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
  5. at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:512)
  6. at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
  7. at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:580)
  8. at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:649)
  9. at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:421)
  10. at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:301)
  11. at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:382)
  12. at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:210)
  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.apache.catalina.filters.CorsFilter.handleSimpleCORS(CorsFilter.java:302)
  21. at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:170)
  22. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  23. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  24. at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)
  25. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  26. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  27. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  28. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  29. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
  30. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
  31. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  32. at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
  33. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  34. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
  35. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
  36. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  37. at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2466)
  38. at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2455)
  39. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  40. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  41. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  42. at java.lang.Thread.run(Unknown Source)
  43. Caused by: java.lang.IllegalArgumentException: userName is a mandatory parameter
  44. at org.springframework.extensions.surf.util.ParameterCheck.mandatoryString(ParameterCheck.java:58)
  45. at org.alfresco.repo.usage.ContentUsageImpl.getUserUsage(ContentUsageImpl.java:528)
  46. at org.alfresco.repo.usage.ContentUsageImpl.decrementUserUsage(ContentUsageImpl.java:481)
  47. at org.alfresco.repo.usage.ContentUsageImpl.onUpdateProperties(ContentUsageImpl.java:323)
  48. at sun.reflect.GeneratedMethodAccessor748.invoke(Unknown Source)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50. at java.lang.reflect.Method.invoke(Unknown Source)
  51. at org.alfresco.repo.policy.JavaBehaviour$JavaMethodInvocationHandler.invoke(JavaBehaviour.java:174)
  52. at com.sun.proxy.$Proxy57.onUpdateProperties(Unknown Source)
  53. at sun.reflect.GeneratedMethodAccessor537.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at org.alfresco.repo.policy.PolicyFactory$MultiHandler.invoke(PolicyFactory.java:354)
  57. at org.alfresco.repo.policy.$Proxy299.onUpdateProperties(Unknown Source)
  58. at org.alfresco.repo.node.AbstractNodeServiceImpl.invokeOnUpdateProperties(AbstractNodeServiceImpl.java:467)
  59. at org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:581)
  60. at org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:478)
  61. at org.alfresco.repo.node.db.DbNodeServiceImpl.addProperties_aroundBody64(DbNodeServiceImpl.java:1718)
  62. at org.alfresco.repo.node.db.DbNodeServiceImpl$AjcClosure65.run(DbNodeServiceImpl.java:1)
  63. at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  64. at org.alfresco.traitextender.RouteExtensions.intercept(RouteExtensions.java:93)
  65. at org.alfresco.repo.node.db.DbNodeServiceImpl.addProperties(DbNodeServiceImpl.java:1707)
  66. at sun.reflect.GeneratedMethodAccessor1893.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  68. at java.lang.reflect.Method.invoke(Unknown Source)
  69. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  70. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  71. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  72. at org.alfresco.repo.lock.mem.LockableAspectInterceptor.invoke(LockableAspectInterceptor.java:229)
  73. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  74. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  75. at com.sun.proxy.$Proxy20.addProperties(Unknown Source)
  76. at sun.reflect.GeneratedMethodAccessor1893.invoke(Unknown Source)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  78. at java.lang.reflect.Method.invoke(Unknown Source)
  79. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  80. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  81. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  82. at org.alfresco.repo.tenant.MultiTNodeServiceInterceptor.invoke(MultiTNodeServiceInterceptor.java:104)
  83. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  84. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  85. at com.sun.proxy.$Proxy20.addProperties(Unknown Source)
  86. at sun.reflect.GeneratedMethodAccessor1893.invoke(Unknown Source)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88. at java.lang.reflect.Method.invoke(Unknown Source)
  89. at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:224)
  90. at com.sun.proxy.$Proxy42.addProperties(Unknown Source)
  91. at org.alfresco.repo.copy.CopyServiceImpl.copyProperties(CopyServiceImpl.java:1061)
  92. at org.alfresco.repo.copy.CopyServiceImpl.copy(CopyServiceImpl.java:383)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  96. at java.lang.reflect.Method.invoke(Unknown Source)
  97. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  98. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  99. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  100. at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
  101. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  102. at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
  103. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  104. at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:249)
  105. at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:209)
  106. at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:164)
  107. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  108. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  109. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  110. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  111. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  112. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  113. at com.sun.proxy.$Proxy85.copy(Unknown Source)
  114. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl.checkin_aroundBody8(CheckOutCheckInServiceImpl.java:605)
  115. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl$AjcClosure9.run(CheckOutCheckInServiceImpl.java:1)
  116. at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  117. at org.alfresco.traitextender.RouteExtensions.intercept(RouteExtensions.java:93)
  118. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl.checkin(CheckOutCheckInServiceImpl.java:545)
  119. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl.checkin_aroundBody4(CheckOutCheckInServiceImpl.java:530)
  120. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl$AjcClosure5.run(CheckOutCheckInServiceImpl.java:1)
  121. at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  122. at org.alfresco.traitextender.RouteExtensions.intercept(RouteExtensions.java:93)
  123. at org.alfresco.repo.coci.CheckOutCheckInServiceImpl.checkin(CheckOutCheckInServiceImpl.java:526)
  124. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  125. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  126. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  127. at java.lang.reflect.Method.invoke(Unknown Source)
  128. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  129. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  130. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  131. at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
  132. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  133. at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
  134. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  135. at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:249)
  136. at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:209)
  137. at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:164)
  138. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  139. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  140. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  141. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  142. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  143. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  144. at com.sun.proxy.$Proxy87.checkin(Unknown Source)
  145. at org.alfresco.repo.jscript.ScriptNode.checkin(ScriptNode.java:2577)
  146. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  147. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  148. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  149. at java.lang.reflect.Method.invoke(Unknown Source)
  150. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
  151. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
  152. at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
  153. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18._c_main_3(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js:259)
  154. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)
  155. at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
  156. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js:435)
  157. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)
  158. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
  159. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
  160. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)
  161. at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_18.exec(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)
  162. at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:502)
  163. at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:200)
  164. at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
  165. at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
  166. at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
  167. at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376)
  168. at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)
  169. ... 38 more
Add Comment
Please, Sign In to add comment