08-19-2025 08:30 PM
Hi All,
I am FRUSTRATED right now as I tried to deploy Alfresco pdf-toollkit in Alfresco community edition 25.2 using Docker desktop via Linux/ubuntu, but that did not work. I then downgraded to Alfresco community edition 7.4 using Docker desktop via Linux/Ubuntu, which had the Alfresco pdf-toolkit as an addon.
I chose that, and that still did not install and deploy, even though I could see the share modules being deployed with this link: http://localhost/share/page/modules/deploy.
I started from scratch again and did not choose the Alfresco pdf-toolkit addon, and decided to install it separately. I downloaded the .amp files from pdf-toolkit-repo-1.4.4-SNAPSHOT.amp and pdf-toolkit-share-1.4.3-SNAPSHOT.amp, and i placed them in their correct directory as stated in the Alfrescoalfresco-docker-installer for deploying additional addons. I then built both the alfresco and share amp using the command :docker-compose build --no-cache share and docker-compose build --no-cache alfresco.
After this, I ran the command: docker-compose up --build --force-recreate -d and docker-compose up, but when I log in to the Alfresco application using the link: http://localhost/share/page/, I do not see the pdf functionality, but the modules are deployed in http://localhost/share/page/modules/deploy.
These are my logs:
#15 resolving provenance for metadata file
#15 DONE 0.0s
[+] Building 1/1
✔ alfresco-docker-compose-share Built 0.0s
ejike@BlueFlame:~/alfresco-docker-compose$
ejike@BlueFlame:~/alfresco-docker-compose$
ejike@BlueFlame:~/alfresco-docker-compose$ docker-compose up -d
WARN[0000] /home/ejike/alfresco-docker-compose/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 8/8
✔ Container alfresco-docker-compose-share-1 Started 1.1s
✔ Container alfresco-docker-compose-activemq-1 Started 0.7s
✔ Container alfresco-docker-compose-transform-core-aio-1 Started 0.6s
✔ Container alfresco-docker-compose-postgres-1 Started 0.7s
✔ Container alfresco-docker-compose-solr6-1 Started 0.7s
✔ Container alfresco-docker-compose-alfresco-1 Started 0.5s
✔ Container alfresco-docker-compose-content-app-1 Started 0.5s
✔ Container alfresco-docker-compose-proxy-1 Started 0.8s
ejike@BlueFlame:~/alfresco-docker-compose$
ejike@BlueFlame:~/alfresco-docker-compose$
ejike@BlueFlame:~/alfresco-docker-compose$ docker-compose up
WARN[0000] /home/ejike/alfresco-docker-compose/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 8/8
✔ Container alfresco-docker-compose-share-1 Running 0.0s
✔ Container alfresco-docker-compose-postgres-1 Running 0.0s
✔ Container alfresco-docker-compose-alfresco-1 Running 0.0s
✔ Container alfresco-docker-compose-content-app-1 Running 0.0s
✔ Container alfresco-docker-compose-solr6-1 Running 0.0s
✔ Container alfresco-docker-compose-proxy-1 Running 0.0s
✔ Container alfresco-docker-compose-activemq-1 Running 0.0s
✔ Container alfresco-docker-compose-transform-core-aio-1 Running 0.0s
Attaching to activemq-1, alfresco-1, content-app-1, postgres-1, proxy-1, share-1, solr6-1, transform-core-aio-1
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:280) ~[catalina.jar:9.0.73]
alfresco-1 | at java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
alfresco-1 | at javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[?:?]
alfresco-1 | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:253) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:176) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:137) ~[catalina.jar:9.0.73]
alfresco-1 | at java.security.AccessController.doPrivileged(AccessController.java:569) ~[?:?]
alfresco-1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:136) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:768) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[catalina.jar:9.0.73]
alfresco-1 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-coyote.jar:9.0.73]
alfresco-1 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-coyote.jar:9.0.73]
alfresco-1 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) ~[tomcat-coyote.jar:9.0.73]
alfresco-1 | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) ~[tomcat-coyote.jar:9.0.73]
alfresco-1 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-coyote.jar:9.0.73]
alfresco-1 | at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-util.jar:9.0.73]
alfresco-1 | at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-util.jar:9.0.73]
alfresco-1 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-util.jar:9.0.73]
alfresco-1 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
alfresco-1 | Caused by: org.alfresco.scripts.ScriptException: 07190038 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': 07190037 Failed to execute search: +@cm\:modified:[2025\-8\-12T00\:00\:00.000 TO 2025\-8\-19T23\:59\:59.999] +@cm\:modifier:"admin" +TYPE:"cm:content" -TYPE:"cm:systemfolder" -TYPE:"fm:forums" -TYPE:"fm:forum" -TYPE:"fm:topic" -TYPE:"fm:post" +(TYPE:"content" OR TYPE:"app:filelink" OR TYPE:"folder")
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:278) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:239) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:181) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:109) ~[alfresco-remote-api-21.14.jar:21.14]
alfresco-1 | at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | ... 107 more
alfresco-1 | Caused by: org.alfresco.error.AlfrescoRuntimeException: 07190037 Failed to execute search: +@cm\:modified:[2025\-8\-12T00\:00\:00.000 TO 2025\-8\-19T23\:59\:59.999] +@cm\:modifier:"admin" +TYPE:"cm:content" -TYPE:"cm:systemfolder" -TYPE:"fm:forums" -TYPE:"fm:forum" -TYPE:"fm:topic" -TYPE:"fm:post" +(TYPE:"content" OR TYPE:"app:filelink" OR TYPE:"folder")
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultMeta(Search.java:1127) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultSet(Search.java:819) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.query(Search.java:560) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:206) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:211) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:35) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_getDoclist_20(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1127) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:66) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1352) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:380) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.alfresco.repo.jscript.AlfrescoContextFactory.doTopCall(AlfrescoContextFactory.java:127) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3868) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.exec(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:589) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:274) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:239) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:181) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:109) ~[alfresco-remote-api-21.14.jar:21.14]
alfresco-1 | at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | ... 107 more
alfresco-1 | Caused by: org.alfresco.repo.search.QueryParserException: 07190036
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:594) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:52) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:354) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:84) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:79) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at jdk.proxy3.$Proxy45.query(Unknown Source) ~[?:?]
alfresco-1 | at org.alfresco.repo.search.impl.SearchServiceSubSystemDelegator.query(SearchServiceSubSystemDelegator.java:133) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80) ~[acegi-security-0.8.2_patched.jar:?]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:166) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at jdk.proxy3.$Proxy45.query(Unknown Source) ~[?:?]
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultMeta(Search.java:1016) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultSet(Search.java:819) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.query(Search.java:560) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:206) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:211) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:35) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_getDoclist_20(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1127) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:66) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1352) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:380) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.alfresco.repo.jscript.AlfrescoContextFactory.doTopCall(AlfrescoContextFactory.java:127) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3868) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.exec(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:589) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:274) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:239) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:181) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:109) ~[alfresco-remote-api-21.14.jar:21.14]
alfresco-1 | at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | ... 107 more
alfresco-1 | Caused by: java.net.SocketTimeoutException: Read timed out
alfresco-1 | at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) ~[?:?]
alfresco-1 | at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) ~[?:?]
alfresco-1 | at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) ~[?:?]
alfresco-1 | at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) ~[?:?]
alfresco-1 | at java.net.Socket$SocketInputStream.read(Socket.java:966) ~[?:?]
alfresco-1 | at java.io.BufferedInputStream.fill(BufferedInputStream.java:244) ~[?:?]
alfresco-1 | at java.io.BufferedInputStream.read(BufferedInputStream.java:263) ~[?:?]
alfresco-1 | at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.alfresco.httpclient.RequestHeadersHttpClient.executeMethod(RequestHeadersHttpClient.java:90) ~[alfresco-core-21.14.jar:21.14]
alfresco-1 | at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) ~[commons-httpclient-3.1-HTTPCLIENT-1265.jar:?]
alfresco-1 | at org.alfresco.httpclient.RequestHeadersHttpClient.executeMethod(RequestHeadersHttpClient.java:75) ~[alfresco-core-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.AbstractSolrQueryHTTPClient.postQuery(AbstractSolrQueryHTTPClient.java:100) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.postSolrQuery(SolrQueryHTTPClient.java:1112) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:579) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:52) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:354) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:84) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:79) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at jdk.proxy3.$Proxy45.query(Unknown Source) ~[?:?]
alfresco-1 | at org.alfresco.repo.search.impl.SearchServiceSubSystemDelegator.query(SearchServiceSubSystemDelegator.java:133) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80) ~[acegi-security-0.8.2_patched.jar:?]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:166) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220) ~[spring-aop-5.3.27.jar:5.3.27]
alfresco-1 | at jdk.proxy3.$Proxy45.query(Unknown Source) ~[?:?]
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultMeta(Search.java:1016) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.queryResultSet(Search.java:819) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.Search.query(Search.java:560) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
alfresco-1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
alfresco-1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
alfresco-1 | at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
alfresco-1 | at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:206) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:211) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:35) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_getDoclist_20(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1127) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:66) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js:1352) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:380) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.alfresco.repo.jscript.AlfrescoContextFactory.doTopCall(AlfrescoContextFactory.java:127) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3868) ~[rhino-1.7.14.jar:1.7.14]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.call(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_slingshot_documentlibrary_doclist_get_js_6.exec(classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js) ~[?:?]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:589) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:274) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:239) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:181) ~[alfresco-repository-21.14.jar:21.14]
alfresco-1 | at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:109) ~[alfresco-remote-api-21.14.jar:21.14]
alfresco-1 | at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86) ~[spring-webscripts-8.44.jar:8.44]
alfresco-1 | ... 107 more
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08] "GET /share/ HTTP/1.1" 302 0 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/page/ HTTP/1.1" 302 0 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/page/user/admin/dashboard HTTP/1.1" 200 49401 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/service/modules/authenticated?noCache=1755646208855&a=user HTTP/1.1" 200 23 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/noauth/1_0_127/defaults.js HTTP/1.1" 200 989 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/proxy/alfresco/api/people/admin/sites?roles=user&size=100 HTTP/1.1" 200 506 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:08 ] "GET /share/proxy/alfresco/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&exclude=wcmwf:*&skipCount=0&maxItems=50 HTTP/1.1" 200 202 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:09 ] "GET /share/service/components/dashlets/activities/list?site=&mode=user&dateFilter=7&userFilter=all&activityFilter= HTTP/1.1" 200 1 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:09 ] "GET /share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50&filter=recentlyModifiedByMe HTTP/1.1" 200 2260 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:09 ] "GET /share/res/components/images/filetypes/pdf-file-32.png HTTP/1.1" 200 1288 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:11 ] "GET /share/page/repository HTTP/1.1" 200 102844 "http://localhost/share/page/user/admin/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:11 ] "GET /share/service/modules/authenticated?noCache=1755646211955&a=user HTTP/1.1" 200 23 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:11 ] "GET /share/noauth/1_0_127/defaults.js HTTP/1.1" 200 989 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:11 ] "GET /share/proxy/alfresco/collaboration/tagQuery?d=1755646211919&m=100&s=count&n=alfresco%3A%2F%2Fcompany%2Fhome HTTP/1.1" 200 58 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
share-1 | 2025-08-19T23:30:12,989 [] INFO [web.scripts.DictionaryQuery] [http-nio-8080-exec-8] Successfully retrieved Data Dictionary from Alfresco.
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:13 ] "GET /share/service/components/documentlibrary/data/doclist/all/node/alfresco/user/home/?filter=path&size=50&pos=1&sortAsc=true&sortField=cm%3Aname&libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&view=browse&noCache=1755646211918 HTTP/1.1" 200 42293 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:13 ] "GET /share/proxy/alfresco/slingshot/doclib/treenode/node/alfresco/company/home?perms=false&children=false&max=500&libraryRoot=alfresco://company/home HTTP/1.1" 200 4414 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:14 ] "GET /share/proxy/alfresco/collaboration/tagQuery?d=1755646215463&m=100&s=count&n=alfresco%3A%2F%2Fcompany%2Fhome HTTP/1.1" 200 58 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:14 ] "GET /share/service/components/documentlibrary/data/doclist/all/node/alfresco/user/home/NSIA%20REPOSITORY?filter=path&size=50&pos=1&sortAsc=true&sortField=cm%3Aname&libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&view=browse&noCache=1755646215474 HTTP/1.1" 200 8373 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:15 ] "GET /share/proxy/alfresco/slingshot/doclib/treenode/node/alfresco/company/home/NSIA%20REPOSITORY?perms=false&children=false&max=500&libraryRoot=alfresco://company/home HTTP/1.1" 200 289 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - - [19/Aug/2025:23:30:15 ] "GET /share/proxy/alfresco/api/node/workspace/SpacesStore/d920cd62-7386-4468-95e3-044779826c05/content/thumbnails/doclib?c=queue&ph=true&lastModified=doclib:1755645327170 HTTP/1.1" 200 2925 "http://localhost/share/page/repository" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:30:25 ] "GET /alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=223e4bc8-2883-4af7-892c-ab80fb76c7cb&in=28&action=root&store=system%3a%2f%2fsystem HTTP/1.1" 200 22967 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=f8ee908c-4c06-48f6-850..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:30:28 ] "POST /alfresco/s/admin/admin-nodebrowser?t=%2Fadmin%2Fadmin-nodebrowser&alf-csrftoken=null HTTP/1.1" 301 1719 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=223e4bc8-2883-4af7-892..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:30:28 ] "GET /alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=2e015f4d-3416-4286-a89f-01d6d965c748&in=23&action=root&store=system%3a%2f%2fsystem HTTP/1.1" 200 33350 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=223e4bc8-2883-4af7-892..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:36:53 ] "GET /alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=2e015f4d-3416-4286-a89f-01d6d965c748&in=23&action=root&store=system%3a%2f%2fsystem HTTP/1.1" 200 33350 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=223e4bc8-2883-4af7-892..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:36:58 ] "POST /alfresco/s/admin/admin-nodebrowser?t=%2Fadmin%2Fadmin-nodebrowser&alf-csrftoken=null HTTP/1.1" 301 1719 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=2e015f4d-3416-4286-a89..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
proxy-1 | 172.18.0.1 - admin [19/Aug/2025:23:36:58 ] "GET /alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=eea2a0b3-cf68-46e4-bd9d-bfe33fe2e340&in=13&action=root&store=system%3a%2f%2fsystem HTTP/1.1" 200 33350 "http://localhost/alfresco/s/admin/admin-nodebrowser?searcher=noderef&resultId=2e015f4d-3416-4286-a89..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0"
I would also appreciate it if someone can explain to me how to go about this: "These transformers should be updated to local transformer to be used in ACS 7+.
Explore our Alfresco products with the links below. Use labels to filter content by product module.