
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 03:56 AM
Hi all,
I'm installing Alfresco Community Edition 7.3 with Alfresco Share 2.0 (Solr6) .
I'm migrating from Alfresco Comunity Edition 5.2 with Solr4.
As per the manual, I installed on the same machine a new empty instance of Application Server , with the new Version of Community and Share.
I had some problems with keystores but i overcame them. So now i have this error in Solr6 Log :
org.alfresco.error.AlfrescoRuntimeException: 04080000 api/solr/modelsdiff return status:403
and
org.alfresco.error.AlfrescoRuntimeException: 04080001 api/solr/aclchangesets return status:403
I read that from version 7.2 it is not possible to connect via http from Alfresco and Solr. so as per the manual I configured the http but with the secret.
Here the configs :
alfresco-global.properties :
alfresco.secureComms.secret=password
- Labels:
-
Alfresco Content Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 05:28 AM
I solved upgrading ASS version from 2.0.1 to ASS 2.0.2.2.
Maybe the 2.0.1 do not support the secret mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2024 06:31 AM
Try using the alternative described in https://docs.alfresco.com/search-services/latest/install/options/#install-without-mutual-tls-http-wi...
Apply the settings in Solr side using environment variables instead of modifiying the values in solrcore.properties
-Dalfresco.secureComms=secret -Dalfresco.secureComms.secret=password

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2024 10:09 AM
Not Work,
When i try to open in the browser Solr6 do not ask me the secret .
I put this on the solr.in.sh
export JAVA_TOOL_OPTIONS="-Dalfresco.secureComms=secret-Dalfresco.secureComms.secret=secret"
And when i started the solr i can see this :
Picked up JAVA_TOOL_OPTIONS: -Dalfresco.secureComms=secret-Dalfresco.secureComms.secret=secret
Picked up JAVA_TOOL_OPTIONS: -Dalfresco.secureComms=secret-Dalfresco.secureComms.secret=secret
Picked up JAVA_TOOL_OPTIONS: -Dalfresco.secureComms=secret-Dalfresco.secureComms.secret=secret
NOTE: Please install lsof as this script needs it to determine if Solr is listening on port 8983.
Started Solr server on port 8983 (pid=11320). Happy searching!
Already in the solr.log the same error :
api/solr/modelsdiff return status:403

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 05:28 AM
I solved upgrading ASS version from 2.0.1 to ASS 2.0.2.2.
Maybe the 2.0.1 do not support the secret mode.
