Problem with XML parsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 02:37 AM
Hi, I trying to play with Alfresco Community Edition by Docker images from Angel Borroy guides, using his acs installer for acs version of 23.2 and I have two problems, first one with searching for documents in alfresco share, it occures whenever I uplode sth through Project Library site or searching through folders. Everytime the same error appears
"01260008 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/documentlibrary/data/surf-doclist.get.js': 01260007 'javax.servlet.http.HttpSession org.springframework.extensions.surf.ServletUtil.getSession()'"
I searched through logs and any connection problems between solr, share and alfresco nothing...
My logs from containers:
alfresco-search-services-alfresco-1
alfresco-search-services-solr6-1
alfresco-search-services-postgres-1
alfresco-search-services-proxy-1
alfresco-search-services-share-1
Logs form share container shows that there is a problem with executing script from classpath*:alfresco/site-webscripts/org/alfresco/components/documentlibrary/data/surf-doclist.get.js which i think is a part of a docker but any changes done to this container will not remain upon restarting.
Second problem is with solr container, Im using secret method for auth (got me a lot of time to figure out how to add specific config for proxy to pass this stupid thing through nginx, because I dont want to download browser extension to just pass one secret in header, anyways..), on solr logging I see some warnings, like:
XML parse warning in "solrres:/solrconfig.xml",​ line 1858,​ column 88: Include operatio... |
And
XML parse warning in "solrres:/solrconfig.xml",​ line 1858,​ column 88: Include operatio... |
This specific .xml configuration is sitting on a alfresco-search-services-solr6-1 container but not in path that log shows, after logining in to this docker I saw that solrconfig.xml is in /opt/alfresco-search-services/solrhome/archive/conf/ , no clue why, also the specific fallback line is from here:
Please help me with this, im new with dms systems and a specially containers.
- Labels:
-
Community Happenings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 02:39 AM
I checked, and the problem with searching through share on the same configurations not appear on Alfresco Community in version 7.4 (ALFRESCO_CE_TAG=7.4.1), but I want to play on newer version not the old one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 02:58 AM
Its work around but this .env setup, everything is working, but im not satified with this to use older versions of repos to solve the problem:
# Docker Image versions
ALFRESCO_CE_TAG=23.2.1
SEARCH_CE_TAG=2.0.8
SHARE_TAG=7.4.1
ACA_TAG=4.4.1
POSTGRES_TAG=15.6
MARIADB_TAG=11.3.2
TRANSFORM_ENGINE_TAG=5.1.0
ACTIVEMQ_TAG=5.18-jre17-rockylinux8
