08-06-2021 03:49 AM
Hola,
Recientemente hemos instalado Manualmente mediante zip alfresco share version 6.2 y alfresco conten app con angular, hasta aqui todo funciona bien, puedo conectarme, crear, subir y descargar hasta visualizar documentos.
Tengo installado el libreoffice 6.3 mediante zip.
El problema aqui es que solo puedo visualizar archivos pdf. Caulquier otro tipo de archivo o imagenes no puedo visualizarlos en alfresco ya sea tanto share o content App.
Me gustaria saber si alguien tiene alguna guia que yo pueda entender para solucionar este problema.
Muchas Gracias.
08-06-2021 04:57 AM
Buenos días, @Alfred2 .
Lo primero antes de nada ¿algún error en el log al intentar visualizar esos archivos que fallan? ¿Ocurre en ambas apps (share y ACA) ? ¿Si crear un archivo txt plano no se previsualiza, por ejemplo desde Share?
Antes de nada, mirando tu versión he encontrado este post, ojealo por si pudieran venir por ahí los tiros (timeouts disparados por el volumen de los documentos).
Ve contándonos.
Un saludo,
Cristina.
08-06-2021 05:21 AM
Hola Cristina,
Muchas Gracias por contestar, pues mediante Content App puedo abrir jpg, png, pdf y algunos documentos text.
Acabo de subir ahora dos documentos uno es: pptx de powerpoint otro es xlsx de excel. y el error en los dos es: error Couldn't load preview. Unknown format.
En cambio con share solo puedo pdf nada mas.
08-06-2021 05:53 AM
@Alfred2 wrote:Acabo de subir ahora dos documentos uno es: pptx de powerpoint otro es xlsx de excel. y el error en los dos es: error Couldn't load preview. Unknown format.
En cambio con share solo puedo pdf nada mas.
Mira a ver los logs de Alfresco y de Share y dime qué te está poniendo.
sudo docker-compose logs -f --tail 500 alfresco
donde alfresco es el nombre del contenedor en docker (puedes hacer un sudo docker-compose ps para saber los nombres).
Importante: Intenta por favor pasarme los logs de la misma franja cuando hagas las pruebas, así podremos ver si hay algún error técnico por detrás. También a veces es muy útil parar alfresco, arrancarlo y reproducir los errores porque a veces el problema es a la hora de arrancar que falle algo.
Para facilitar la lectura de los dos logs, podrías utilizar https://pastebin.com por ejemplo para colgarlos completos allí.
Ve comentandome.
08-06-2021 06:00 AM
Hice una instalacion con Docker y esa funciona de maravilla.
Pero la instlacion manual mediante zip tiene este problema con documentos que venga den Microsoft Office.
08-06-2021 06:03 AM
08-06-2021 06:09 AM
/opt/alfresco/tomcat/logs# tail -f catalina.out
06-Aug-2021 09:56:26.067 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/opt/alfresco/tomcat/temp
06-Aug-2021 09:56:26.067 INFORMATION [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
06-Aug-2021 09:56:26.112 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
06-Aug-2021 09:56:26.125 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
06-Aug-2021 09:56:26.145 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
06-Aug-2021 09:56:26.147 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
06-Aug-2021 09:56:26.147 INFORMATION [main] org.apache.catalina.startup.Catalina.load Initialization processed in 643 ms
06-Aug-2021 09:56:26.233 INFORMATION [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
06-Aug-2021 09:56:26.234 INFORMATION [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.43
06-Aug-2021 09:56:26.246 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/opt/alfresco/apache-tomcat-8.5.43/conf/Catalina/localhost/alfresco.xml]
Aug 06, 2021 9:56:37 AM org.apache.catalina.core.ApplicationContext log
INFORMATION: No Spring WebApplicationInitializer types detected on classpath
Aug 06, 2021 9:56:37 AM org.apache.jasper.servlet.TldScanner scanJars
INFORMATION: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 06, 2021 9:56:37 AM org.apache.catalina.core.ApplicationContext log
INFORMATION: Initializing Spring root WebApplicationContext
2021-08-06 09:56:48,603 WARN [heartbeat.datasender.HBDataSenderServiceBuilder] [localhost-startStop-1] Setting the Heartbeat sender cron with property 'heartbeat.sender.cronExpression' is no longer supported.
2021-08-06 09:56:48,782 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
2021-08-06 09:56:48,782 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
2021-08-06 09:56:48,783 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db
2021-08-06 09:56:49,020 INFO [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbcostgresql://localhost:5432/alfresco' with user 'alfresco'.
2021-08-06 09:56:49,022 INFO [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 11.12 (Ubuntu 11.12-1.pgdg18.04+1)
2021-08-06 09:56:57,181 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl
2021-08-06 09:56:57,186 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js
2021-08-06 09:56:59,187 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
2021-08-06 09:56:59,223 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete
2021-08-06 09:56:59,288 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbcostgresql://localhost:5432/alfresco, UserName=alfresco, PostgreSQL JDBC Driver
2021-08-06 09:56:59,288 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.alfresco.repo.domain.dialect.PostgreSQLDialect.
2021-08-06 09:56:59,313 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Applied patches detected: 223
2021-08-06 09:56:59,483 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Alfresco tables took 169 ms
2021-08-06 09:56:59,485 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Activiti tables need to be checked for patches
2021-08-06 09:56:59,593 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Activiti tables took 108 ms
2021-08-06 09:56:59,691 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking that all patches have been applied took 98 ms
2021-08-06 09:56:59,691 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Updating the DB schema took 402 ms
2021-08-06 09:56:59,692 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.
2021-08-06 09:57:00,615 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
2021-08-06 09:57:00,705 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
2021-08-06 09:57:00,705 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
Aug 06, 2021 9:57:00 AM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager <init>
INFORMATION: ProcessManager implementation is LinuxProcessManager
Aug 06, 2021 9:57:00 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: Using original OpenOffice command: [/opt/libreoffice6.3/program/soffice.bin, -accept=socket,host=127.0.0.1,port=2022;urp;, -env:UserInstallation=file:///opt/alfresco/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-2022, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
Aug 06, 2021 9:57:00 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: starting process with acceptString 'socket,host=127.0.0.1,port=2022,tcpNoDelay=1' and profileDir '/opt/alfresco/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-2022'
Aug 06, 2021 9:57:00 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: started process; pid = 25957
Aug 06, 2021 9:57:01 AM org.artofsolving.jodconverter.office.ManagedOfficeProcess$6 attempt
WARNUNG: office process died with exit code 81; restarting it
Aug 06, 2021 9:57:01 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: Using original OpenOffice command: [/opt/libreoffice6.3/program/soffice.bin, -accept=socket,host=127.0.0.1,port=2022;urp;, -env:UserInstallation=file:///opt/alfresco/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-2022, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
Aug 06, 2021 9:57:01 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: starting process with acceptString 'socket,host=127.0.0.1,port=2022,tcpNoDelay=1' and profileDir '/opt/alfresco/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-2022'
Aug 06, 2021 9:57:01 AM org.artofsolving.jodconverter.office.OfficeProcess start
INFORMATION: started process; pid = 25966
Aug 06, 2021 9:57:02 AM org.artofsolving.jodconverter.office.OfficeConnection connect
INFORMATION: connected: 'socket,host=127.0.0.1,port=2022,tcpNoDelay=1'
2021-08-06 09:57:02,064 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default] complete
2021-08-06 09:57:02,070 INFO [repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: /opt/alfresco/alf_data
08-06-2021 06:12 AM
2021-08-06 09:57:14,196 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 374 Web Scripts (+0 failed), 518 URLs
2021-08-06 09:57:14,196 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)
2021-08-06 09:57:14,196 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2021-08-06 09:57:14,293 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 14 Web Scripts (+0 failed), 103 URLs
2021-08-06 09:57:14,293 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
2021-08-06 09:57:14,293 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2021-08-06 09:57:14,388 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 14 Web Scripts (+0 failed), 103 URLs
2021-08-06 09:57:14,389 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Package Description Documents (+0 failed)
2021-08-06 09:57:14,389 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
2021-08-06 09:57:14,392 INFO [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Public Api Web Script Container (in 1035.9618ms)
2021-08-06 09:57:14,418 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 14 Web Scripts (+0 failed), 103 URLs
2021-08-06 09:57:14,418 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
2021-08-06 09:57:14,418 INFO [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2021-08-06 09:57:14,533 WARN [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] clientAuth does not appear to be set for Tomcat. clientAuth must be set to 'want' for X509 Authentication
2021-08-06 09:57:14,533 WARN [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] Attempting to set clientAuth=want through JMX...
2021-08-06 09:57:14,537 WARN [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] Unable to set clientAuth=want through JMX.
06-Aug-2021 09:57:17.960 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/opt/alfresco/apache-tomcat-8.5.43/conf/Catalina/localhost/alfresco.xml] has finished in [51,714] ms
06-Aug-2021 09:57:17.971 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/share.war]
06-Aug-2021 09:57:20.491 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2021-08-06 09:57:25,541 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
2021-08-06 09:57:25,546 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
2021-08-06 09:57:25,547 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
2021-08-06 09:57:25,549 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
2021-08-06 09:57:27,372 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 392 Web Scripts (+0 failed), 410 URLs
2021-08-06 09:57:27,372 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 8 Package Description Documents (+0 failed)
2021-08-06 09:57:27,373 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
2021-08-06 09:57:27,482 INFO [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Surf Container Web Script Container (in 1932.4374ms)
2021-08-06 09:57:27,532 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
2021-08-06 09:57:27,534 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
06-Aug-2021 09:57:27.787 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/share.war] has finished in [9,816] ms
06-Aug-2021 09:57:27.789 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/ROOT.war]
06-Aug-2021 09:57:27.791 WARNUNG [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
06-Aug-2021 09:57:27.849 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:27.850 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/ROOT.war] has finished in [61] ms
06-Aug-2021 09:57:27.851 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/_vti_bin.war]
06-Aug-2021 09:57:27.967 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:27.969 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/alfresco/apache-tomcat-8.5.43/webapps/_vti_bin.war] has finished in [118] ms
06-Aug-2021 09:57:27.970 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/host-manager]
06-Aug-2021 09:57:28.032 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:28.037 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/host-manager] has finished in [67] ms
06-Aug-2021 09:57:28.037 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/examples]
06-Aug-2021 09:57:28.183 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:28.213 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/examples] has finished in [176] ms
06-Aug-2021 09:57:28.213 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/manager]
06-Aug-2021 09:57:28.270 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:28.272 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/manager] has finished in [59] ms
06-Aug-2021 09:57:28.272 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/docs]
06-Aug-2021 09:57:28.351 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
06-Aug-2021 09:57:28.352 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/alfresco/apache-tomcat-8.5.43/webapps/docs] has finished in [80] ms
06-Aug-2021 09:57:28.361 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
06-Aug-2021 09:57:28.372 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
06-Aug-2021 09:57:28.391 INFORMATION [main] org.apache.catalina.startup.Catalina.start Server startup in 62243 ms
2021-08-06 09:57:28,483 INFO [management.subsystems.ChildApplicationContextFactory] [http-nio-8080-exec-2] Starting 'Search' subsystem, ID: [Search, managed, solr6]
2021-08-06 09:57:28,782 INFO [management.subsystems.ChildApplicationContextFactory] [http-nio-8080-exec-2] Startup of 'Search' subsystem, ID: [Search, managed, solr6] complete
08-06-2021 08:23 AM
@Alfred2 wrote:/opt/alfresco/tomcat/logs# tail -f catalina.out
..
No veo nada extraño. Pasanos el de alfresco y el de share cuando reproduzcas el problema. Por favor utiliza alguna web externa tipo https://pastebin.com para pegar y compartir los logs (es más fácil leerlos).
Un saludo.
08-09-2021 07:53 AM
Hola Cristina,
Creo que el poblema esta en el tamaño de subir archivos en alfresco share, acabo de subir una imagen jpg en content app y se abre la imagen pero si la subo a alfresco share me dice que el tamaño de la imagen es demsadio grande a lo permtido. si descargo una imagen jpg de internet que pesa 3KB, la imagen se puede en en alfresco share.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.