Cool-jconon - Selezioni online

Marco grazie come al solito, il problema era dovuto degli utenti “Fantasma”.
Ora abbiamo il problema della firma Aruba con il seguente errore:

[ERROR] it.cnr.cool.frontOfficeHandler.Log4jHandler:33 - log,{“mappa”:{“user”:“admin”,“url”:“http://localhost:8080/show-convocazione?callId=da7d218a-a586-49ce-bfc3-0919055e9c8e",“application”:“”,“stackTraceAjax”:"{"error":"08090012 Wrapped Exception (with status template): 08090075 Failed to execute script ‘/it/cnr/jconon/firma-convocazioni.post.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts)’: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service."}”},“typeDocument”:“log”,“codice”:1,“testo”:"error - ",“ajax”:{},“Date”:“09/09/2022 ΓÇô 14:38:44”,“user-agent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36”,“IP”:“0:0:0:0:0:0:0:1”}

Stiamo utilizzando la versione 5.0.11 del parent

Ciao, puoi controllare nei log di Alfresco se il problema è dovuto a questo:
Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema/xs:schema): faultCode=PARSER_ERROR: Problem parsing 'http://www.w3.org/2005/05/xmlmime'.: org.xml.sax.SAXParseException: Fine del file anticipata.

Non lo trovo.
Ho questo:

2022-09-09 17:32:20,718 INFO [http-nio-8080-exec-3] CMISService: User: admin with ticket: TICKET_d43a87cd6299029e1cc98df20499d65fe882d84c IP: 0:0:0:0:0:0:0:1 Path:
POST /call/firma-comunicazioni?ajax=true
2022-09-09 17:32:23,762 ERROR [http-nio-8080-exec-3] RESTSecurityInterceptor: ERROR for REST SERVICE
it.cnr.cool.web.scripts.exception.ClientMessageException: 08090019 Wrapped Exception (with status template):
08090105 Failed to execute script ‘/it/cnr/jconon/firma-convocazioni.post.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts)’:
org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
2022-09-09 17:32:23,777 INFO [http-nio-8080-exec-1] CMISService: User: admin with ticket: TICKET_d43a87cd6299029e1cc98df20499d65fe882d84c IP: 0:0:0:0:0:0:0:1 Path:
POST /frontOffice/log?ajax=true
2022-09-09 17:32:23,785 INFO [http-nio-8080-exec-1] CMISService: User: admin with ticket: TICKET_d43a87cd6299029e1cc98df20499d65fe882d84c IP: 0:0:0:0:0:0:0:1 Path:
POST /frontOffice/log?ajax=true
2022-09-09 17:32:23,791 ERROR [http-nio-8080-exec-1] Log4jHandler: log,{“mappa”:{“user”:“admin”,
“url”:“http://localhost:8080/show-comunicazione?callId=da7d218a-a586-49ce-bfc3-0919055e9c8e",“application”:"”,
“stackTraceAjax”:“{"error":"08090019 Wrapped Exception (with status template):
08090105 Failed to execute script ‘/it/cnr/jconon/firma-convocazioni.post.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts)’:
org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service."}”},“typeDocument”:“log”,“codice”:1,“testo”:"error - ",“ajax”:{},
“Date”:“09/09/2022 – 17:32:23”,“user-agent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/104.0.0.0 Safari/537.36”,“IP”:“0:0:0:0:0:0:0:1”}

Dovresti vedere nei log di Alfresco.

Scusa l’incomprensione.
Ti confermo che l’errore è quello da te riportato

Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema/xs:schema): faultCode=PARSER_ERROR:
Problem parsing ‘http://www.w3.org/2005/05/xmlmime’.: org.xml.sax.SAXParseException: Premature end of file.

Allora il problema è dovuto al fatto che i WebServices SOAP di Aruba fanno riferimento a http://www.w3.org/2005/05/xmlmime come puoi vedere da qui https://arss.demo.firma-automatica.it/ArubaSignService/ArubaSignService?xsd=1 e W3C risponde con un 301, evidentemente l’imlementazione di Alfresco 7 non effettua un redirect corretto


image

Buongiorno Marco,
abbiamo tentato di effettuare la stessa procedura anche noi perchè, per un bando di concorso, abbiamo necessità di non pubblicare in GU.
Abbiamo eseguito lo script da console e successivamente effettuato l’override, ma il cool-jconon va in errore:

2022-09-13T10:15:53.640468060Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: admin with ticket: TICKET_08a40a57f8dc7ed86f4eacb3410fe7e0f2fd5ef8 IP: 192.168.1.113 Path: GET /search?guest=true&ajax=true&maxItems=10&skipCount=0&fetchCmisObject=true&calculateTotalNumItems=false&cache=600&groups=08925c557ce8ff6d2ecc837d86b4459f&q=SELECT+*+FROM+jconon_call%3Afolder+root+WHERE+(root.jconon_call%3Adata_inizio_invio_domande_index+%3C%3D+TIMESTAMP+%272022-09-13T10%3A10%3A00.000Z%27+AND+(root.jconon_call%3Adata_fine_invio_domande_index+%3E%3D+TIMESTAMP+%272022-09-13T10%3A10%3A00.000Z%27+OR+root.jconon_call%3Adata_fine_invio_domande_index+is+null+)+AND+root.jconon_call%3Ahas_macro_call+%3D+%27false%27+AND+IN_TREE+(root%2C%27a970030d-17a8-40e2-a5d9-e40f23b33de7%27))++ORDER+BY+jconon_call%3Adata_fine_invio_domande_index+ASC+
2022-09-13T10:15:53.654431925Z [ERROR] it.cnr.si.cool.jconon.util.RESTSecurityInterceptor:163 - ERROR for REST SERVICE
2022-09-13T10:15:53.654469470Z org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: null
2022-09-13T10:15:53.654484726Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.convertStatusCode(AbstractBrowserBindingService.java:340)
2022-09-13T10:15:53.654519158Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.post(AbstractBrowserBindingService.java:426)
2022-09-13T10:15:53.654533483Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:72)
2022-09-13T10:15:53.654546796Z  at org.apache.chemistry.opencmis.client.runtime.SessionImpl$6.fetchPage(SessionImpl.java:1000)
2022-09-13T10:15:53.654560014Z  at org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:131)
2022-09-13T10:15:53.654573138Z  at org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getHasMoreItems(AbstractIterator.java:82)
2022-09-13T10:15:53.654586312Z  at org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable.getHasMoreItems(AbstractIterable.java:96)

2022-09-13T10:15:53.656619595Z  at java.lang.Thread.run(Thread.java:745)
2022-09-13T10:15:53.672205441Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: admin with ticket: TICKET_08a40a57f8dc7ed86f4eacb3410fe7e0f2fd5ef8 IP: 192.168.1.113 Path: POST /frontOffice/log?ajax=true
2022-09-13T10:15:53.676657490Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: admin with ticket: TICKET_08a40a57f8dc7ed86f4eacb3410fe7e0f2fd5ef8 IP: 192.168.1.113 Path: POST /frontOffice/log?ajax=true
2022-09-13T10:15:53.678706170Z [ERROR] it.cnr.cool.frontOfficeHandler.Log4jHandler:33 - log,{"mappa":{"user":"admin","url":"/rest/search?guest=true&ajax=true&maxItems=10&skipCount=0&fetchCmisObject=true&calculateTotalNumItems=false&cache=600&groups=08925c557ce8ff6d2ecc837d86b4459f&q=SELECT+*+FROM+jconon_call%3Afolder+root+WHERE+(root.jconon_call%3Adata_inizio_invio_domande_index+%3C%3D+TIMESTAMP+'2022-09-13T10%3A10%3A00.000Z'+AND+(root.jconon_call%3Adata_fine_invio_domande_index+%3E%3D+TIMESTAMP+'2022-09-13T10%3A10%3A00.000Z'+OR+root.jconon_call%3Adata_fine_invio_domande_index+is+null+)+AND+root.jconon_call%3Ahas_macro_call+%3D+'false'+AND+IN_TREE+(root%2C'a970030d-17a8-40e2-a5d9-e40f23b33de7'))++ORDER+BY+jconon_call%3Adata_fine_invio_domande_index+ASC+","application":"","stackTraceAjax":"{\"error\":null}"},"typeDocument":"log","codice":1,"testo":"error - Internal Server Error","ajax":{"type":"GET","contentType":"application/x-www-form-urlencoded; charset=UTF-8","processData":true},"Date":"13/09/2022 – 12:15:53","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0","IP":"192.168.1.113"}

A seguito dell’errore il sito continua a funzionare, ma esce l’errore generico in ogni pagina che si tenta di consultare e risultano 0 bandi presenti (sia attivi che a storico).
Al momento abbiamo ripristinato la situazione con una snapshot della macchina, ma vorremmo, se possibile, portare a termine la procedura per rendere non obbligatoria la pubblicazione.

Suggerimenti?

Grazie sempre! :wink:

Ciao, mi potresti fornire il dettaglio dei modelli di Alfresco modificati, in tal modo posso fare un test.

Buongiorno Marco,
grazie per la pronta risposta, come sempre.
Ci eravamo focalizzati sui due step che avevi indicato, ma non avevamo minimamente considerato di dover modificare il modello di Alfresco :sweat: normale che andasse in errore!

Grazie ancora e buona giornata!

1 Mi Piace

Ciao Marco,
utilizzando il modello “cvelement_nuovo_ente.xml” per creare una nuova voce di curriculum:

  • l’utente riesce ad inserire i dati
  • Cliccando sul link creato per visualizzare il dettaglio dei dati non vede nessuno dei campi legati al parent del cvelement, ma solo eventualmente il nuovo campo inserito nel modello
  • andando in modifica vede tutti i dati inseriti e li può gestire

Un esempio:

Il codice usato è il seguente:

Qual è il motivo della mancata visualizzazione dei dati quando si clicca sul link?

Marco un altro comportamento è questo. E’ stato creato il seguente modello, sulla base del tuo esempio:

<?xml version="1.0" encoding="UTF-8"?> Estenzione CV ASI - Scheda A Processi e digitalizzazione 1.1
<constraints>
	<constraint name="cvelement_asi_scheda_a:longLenght" type="LENGTH">
		<parameter name="minLength">
			<value>0</value>
		</parameter>
		<parameter name="maxLength">
			<value>5000</value>
		</parameter>
	</constraint>
	<constraint name="cvelement_asi_scheda_a:listaRapportoLavoro" type="LIST">
		<parameter name="allowedValues">
			<list>
				<value>Tempo Indeterminato</value>
				<value>Tempo Determinato</value>
				<value>Assegni di Ricerca</value>
				<value>Somministrazione Lavoro</value>
				<value>Tirocini Post laurea</value>
				<value>Stage Post laurea</value>
				<value>Borsa di Studio</value>
				<value>Co.Co.Co</value>
				<value>Partita IVA</value>
				<value>Altro</value>
			</list>
		</parameter>
	</constraint>
</constraints>	
<!-- TYPES -->      
<types>
<!-- NEW TYPES -->
	<type name="cvelement_asi_scheda_a:progetto">
		<title>Scheda A - Attività tecnologica e/o amministrativo gestionale</title>
		<parent>jconon_attachment:cv_element</parent>
		<properties>
		</properties>
		<mandatory-aspects>
			<aspect>cvelement:commonSottoSezioneId</aspect>
			<aspect>cvelement_asi_scheda_a:commonMetadata1</aspect>
		</mandatory-aspects>
	</type>
</types>

<aspects>
	<aspect name="cvelement_asi_scheda_a:commonMetadata1">
		<title>A Common Metadata 1</title>
		<properties>
			<property name="cvelement_asi_scheda_a:datoreLavoro">
				<title>1 Datore di lavoro</title>
				<type>d:text</type>
				<mandatory>true</mandatory>
				<multiple>false</multiple>
				<constraints>
					<constraint ref="cvelement_asi_scheda_a:longLenght" />
				</constraints>
			</property>
			<property name="cvelement_asi_scheda_a:RapportoLavoro">
				<title>2 Rapporto di lavoro</title>
				<type>d:text</type>
				<mandatory>false</mandatory>
				<multiple>false</multiple>
				<constraints>
					<constraint ref="cvelement_asi_scheda_a:listaRapportoLavoro" />
				</constraints>
			</property>
			<property name="cvelement_asi_scheda_a:attivitaSvolta">
				<title>3 Attività svolte</title>
				<type>d:text</type>
				<mandatory>false</mandatory>
				<multiple>true</multiple>
				<constraints>
					<constraint ref="cvelement_asi_scheda_a:longLenght" />
				</constraints>
			</property>
			<property name="cvelement_asi_scheda_a:periodAttivitaDal">
				<title>4 Periodo di attività dal</title>
				<type>d:date</type>
				<mandatory>false</mandatory>
				<multiple>false</multiple>
				<!-- 
				<constraints>
					<constraint ref="cvelement:dataRange" />
				</constraints> 
				-->
			</property>
			<property name="cvelement_asi_scheda_a:attivitainCorso">
				<title>6 Attività in corso</title>
				<type>d:boolean</type>
				<mandatory>false</mandatory>
				<multiple>false</multiple>
			</property>
			<property name="cvelement_asi_scheda_a:periodAttivitaAl">
				<title>5 Periodo di attività al</title>
				<type>d:date</type>
				<mandatory>false</mandatory>
				<multiple>false</multiple>
				<!-- 					
				<constraints>
					<constraint ref="cvelement:dataRange" />
				</constraints> 
				-->
			</property>
			<property name="cvelement_asi_scheda_a:altreInformazioni">
				<title>7 Altre informazioni</title>
				<type>d:text</type>
				<mandatory>false</mandatory>
				<multiple>false</multiple>
				<constraints>
					<constraint ref="cvelement_asi_scheda_a:longLenght" />
				</constraints>
			</property>
		</properties>
	</aspect>
</aspects>

Quando l’utente compila la sezione:

  • nel link per la visualizzazione del dato si ha il testo “Undefined”
  • sotto il link non appare nessuna delle informazioni inserite
  • se l’utente va in modifica vede tutte le informazioni inserite e le può modificare

Di seguito quello che visualizza l’utente con il link “Undefined” e nessun altro dato dopo

se va in modifica vede tutti i dati inseriti:

Come gestire il testo del link e quali campi visualizzare sotto ?
image

L’ordine di visualizzazione dei campi nella compilazione come viene gestita? per far rispettare l’ordine voluto è stata inserita la numerazione (1, 2, …) nel title del campo.

Grazie!

Ciao, la visualizzazione delle righe di curriculum viene gestita da questa funzione:

Non è il massimo, ma ora purtroppo è così

Grazie Marco.
Se sovrascrivo questo file con le mie modifiche, lo posiziono nel path del front-end \src\main\resources\META-INF\js\cnr\cnr.application.js e poi ribildo tutto? c’è anche altro da fare?

Buongiorno,
abbiamo riscontrato in problema relativo alla visualizzazione delle domande presentate. Mi spiego:
in amministrazione, quando abbiamo iniziato a utilizzare l’applicativo, avevo creato alcuni Bandi test e alcune mie colleghe si erano iscritte per provarli. Poco dopo ho eliminato i Bandi e le relative domande, ma quando le colleghe tentano di accedere all’elenco domande presentate l’applicativo va in loop:

Abbiamo anche le log dell’errore:

2022-09-19T10:24:22.450652565Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: xxx with ticket: TICKET_8c927dcc5f3165d18eeecfa68e8b3704ffbb6c9e IP: 192.168.1.113 Path: GET null?null
2022-09-19T10:24:22.453923408Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: xxx  with ticket: TICKET_8c927dcc5f3165d18eeecfa68e8b3704ffbb6c9e IP: 192.168.1.113 Path: GET /page/my-applications?null
2022-09-19T10:24:22.545433283Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: xxx  with ticket: TICKET_8c927dcc5f3165d18eeecfa68e8b3704ffbb6c9e IP: 192.168.1.113 Path: GET /common?pageId=my-applications&v=0.0.1
2022-09-19T10:24:22.547861605Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: xxx 
 with ticket: TICKET_8c927dcc5f3165d18eeecfa68e8b3704ffbb6c9e IP: 192.168.1.113 Path: GET /common?pageId=my-applications&v=0.0.1
2022-09-19T10:24:22.615150536Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: xxx  with ticket: TICKET_8c927dcc5f3165d18eeecfa68e8b3704ffbb6c9e IP: 192.168.1.113 Path: GET /search?guest=true&ajax=true&maxItems=100&skipCount=0&fetchCmisObject=true&calculateTotalNumItems=false&q=SELECT+cmis%3Aname%2Ccmis%3AbaseTypeId%2Ccmis%3AobjectId%2Ccmis%3AobjectTypeId%2Ccmis%3AlastModificationDate%2Ccmis%3AlastModifiedBy%2Calfcmis%3AnodeRef%2Ccmis%3AparentId%2Cjconon_application%3Astato_domanda%2Cjconon_application%3Anome%2Cjconon_application%3Acognome%2Cjconon_application%3Adata_domanda%2Cjconon_application%3Acodice_fiscale%2Cjconon_application%3Adata_nascita%2Cjconon_application%3Aesclusione_rinuncia%2Cjconon_application%3Auser+FROM+jconon_application%3Afolder+WHERE+(jconon_application%3Auser+%3D+%27xxx %27+AND+((NOT+((jconon_application%3Astato_domanda+%3D+%27I%27)))))++ORDER+BY+cmis%3AlastModificationDate+DESC+&relationship=parent&_=1663583062587
2022-09-19T10:24:22.695101451Z [WARN] it.cnr.cool.service.QueryService:397 - Parent is not visible
2022-09-19T10:24:22.695161606Z org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException: Permission denied!
2022-09-19T10:24:22.695179629Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.convertStatusCode(AbstractBrowserBindingService.java:298)
2022-09-19T10:24:22.695195612Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.read(AbstractBrowserBindingService.java:410)
2022-09-19T10:24:22.695211773Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.ObjectServiceImpl.getObject(ObjectServiceImpl.java:291)
2022-09-19T10:24:22.695226814Z  at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:532)
2022-09-19T10:24:22.695241615Z  at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:513)
2022-09-19T10:24:22.695256810Z  at it.cnr.cool.service.QueryService.addParentToModel(QueryService.java:373)

Abbiamo notato anche che, in realtà, entrando come Admin il Bando elminato risulta ancora presente (ma non attivo o modificabile) e se tentiamo nuovamente di eliminarlo:

2022-09-19T10:34:13.586189051Z [INFO] it.cnr.cool.cmis.service.CMISService:271 - User: admin with ticket: TICKET_b402645f2af30c39eb9cd17b54ecc289d6ba7f28 IP: 192.168.1.113 Path: DELETE /manage-call/main?cmis:objectId=3338bf09-e595-4aa7-8758-e670f7875b69&cmis:objectTypeId=F:jconon_call_tind:folder_concorsi_pubblici&ajax=true
2022-09-19T10:34:13.596867417Z [ERROR] it.cnr.si.cool.jconon.util.RESTSecurityInterceptor:163 - ERROR for REST SERVICE
2022-09-19T10:34:13.596908602Z org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Object not found: 3338bf09-e595-4aa7-8758-e670f7875b69
2022-09-19T10:34:13.596943708Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.convertStatusCode(AbstractBrowserBindingService.java:296)
2022-09-19T10:34:13.596959089Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.read(AbstractBrowserBindingService.java:410)
2022-09-19T10:34:13.596973158Z  at org.apache.chemistry.opencmis.client.bindings.spi.browser.ObjectServiceImpl.getObject(ObjectServiceImpl.java:291)
2022-09-19T10:34:13.596987018Z  at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:532)

Ci siamo persi qualche passaggio?
Grazie sempre!

No, ma se riesci ad astrarre il metodo, potrebbe anche essere inglobato nel master

Ciao, una delle spiegazioni possibili è che risulta ancora presente negli indici di SOLR per verficarlo potresti eseguire il seguente script da console:

`var node = search.findNode(“workspace://SpacesStore/3338bf09-e595-4aa7-8758-e670f7875b69”);

if (node==null) {
logger.info(“Nodo non presente”);
} else {
logger.info(node.name);
}
`

Ciao Marco,
direi che non è presente:
null

Allora c’è qualche problema negli indici di SOLR, dovresti effettuare un reindicizzazione.

Continuo io l’indagine di @KarimSaad91, ora i problemi sembrano peggiorati, ora non si riesce proprio ad usare il portale (sempre “internal server error”).
Quali sono i passi per fare tentare questa reindicizzazione SOLR?
Intanto ho indagato e trovato alcune nuove log “interessanti”:

2022-09-20T14:51:20.426706322Z [ERROR] it.cnr.si.cool.jconon.util.RESTSecurityInterceptor:163 - ERROR for REST SERVICE
2022-09-20T14:51:20.426779095Z org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: 08200001 Request failed 500 /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=10&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&cmisVersion=CMIS_1_1&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
2022-09-20T14:51:20.552465527Z [ERROR] it.cnr.cool.frontOfficeHandler.Log4jHandler:33 - log,{"mappa":{"user":"guest","url":"/rest/search?guest=true&ajax=true&maxItems=10&skipCount=0&fetchCmisObject=true&calculateTotalNumItems=false&cache=600&groups=&q=SELECT+*+FROM+jconon_call%3Afolder+root+WHERE+(root.jconon_call%3Adata_inizio_invio_domande_index+%3C%3D+TIMESTAMP+'2022-09-20T14%3A50%3A00.000Z'+AND+(root.jconon_call%3Adata_fine_invio_domande_index+%3E%3D+TIMESTAMP+'2022-09-20T14%3A50%3A00.000Z'+OR+root.jconon_call%3Adata_fine_invio_domande_index+is+null+)+AND+root.jconon_call%3Ahas_macro_call+%3D+'false'+AND+IN_TREE+(root%2C'a970030d-17a8-40e2-a5d9-e40f23b33de7'))++ORDER+BY+jconon_call%3Adata_fine_invio_domande_index+ASC+","application":"","stackTraceAjax":"{\"error\":\"08200001 Request failed 500 /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=10&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&cmisVersion=CMIS_1_1&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON\"}"},"typeDocument":"log","codice":1,"testo":"error - Internal Server Error","ajax":{"type":"GET","contentType":"application/x-www-form-urlencoded; charset=UTF-8","processData":true},"Date":"20/09/2022 – 16:51:20","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0","IP":"XXXXX"}

Anche Alfresco restituisce molti errori:

2022-09-20 14:48:58.339 ERROR (Finalizer) [   ] o.a.s.u.SolrIndexWriter SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
2022-09-20 14:48:58.340 ERROR (Finalizer) [   ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
java.lang.NullPointerException
2022-09-20 14:51:20.241 WARN  (qtp1205044462-18) [   x:alfresco] o.a.o.d.CMISStrictDictionaryService Unexpected - no class for {http://www.alfresco.org/model/cmis/1.0/cs01}relationship - cannot create assocDefs for: [{http://www.cnr.it/model/jconon_attachment/cmis}in_prodotto, {http://www.alfresco.org/model/system/1.0}archiveUserLink, {http://www.alfresco.org/model/system/1.0}archivedLink, {http://www.alfresco.org/model/system/1.0}lost_found, {http://www.alfresco.org/model/system/1.0}children, {http://www.alfresco.org/model/content/1.0}attachments, {http://www.alfresco.org/model/content/1.0}references, {http://www.alfresco.org/model/content/1.0}mlContainer, {http://www.alfresco.org/model/content/1.0}workingcopylink, {http://www.alfresco.org/model/content/1.0}mlChild, {http://www.alfresco.org/model/content/1.0}basis, {http://www.alfresco.org/model/content/1.0}failedThumbnail, {http://www.alfresco.org/model/content/1.0}formats, {http://www.alfresco.org/model/content/1.0}contains, {http://www.alfresco.org/model/content/1.0}subscribedBy, {http://www.alfresco.org/model/content/1.0}member, {http://www.alfresco.org/model/content/1.0}parts, {http://www.alfresco.org/model/content/1.0}replaces, {http://www.alfresco.org/model/content/1.0}inZone, {http://www.alfresco.org/model/content/1.0}avatar, {http://www.alfresco.org/model/content/1.0}subcategories, {http://www.alfresco.org/model/content/1.0}original, {http://www.alfresco.org/model/content/1.0}ratings, {http://www.alfresco.org/model/rendition/1.0}rendition, {http://www.alfresco.org/model/content/1.0}preferenceImage, {http://www.alfresco.org/model/content/1.0}translations, {http://www.alfresco.org/model/content/1.0}categories]
2022-09-20 14:51:20.323 ERROR (qtp1205044462-18) [   x:alfresco] o.a.s.h.RequestHandlerBase org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException: Type is unsupported in query: jconon_call:folder

Ciao,
se avete una installazione con docker e non avete esportato gli indici di SOLR all’esterno del container, ad esempio come quella pubblicata qui:

basterebbe eseguire i seguenti comandi:

docker-compose rm -f -s -v alfresco-search-services  
docker-compose up -d alfresco-search-services
docker-compose logs -f alfresco-search-services