ministero-salute / it-fse-support

https://ministero-salute.github.io/it-fse-support/
33 stars 20 forks source link

Crash Program - Creazione documento da Piemonte verso Veneto: BLOCKING_ERROR #1132

Open marco-volpe opened 4 days ago

marco-volpe commented 4 days ago

Buongiorno

otteniamo il seguente errore in fase di pubblicazione

  {
      "eventType": "PUBLICATION",
      "eventDate": "2024-10-21T17:14:22.193+02:00",
      "eventStatus": "SUCCESS",
      "identificativoDocumento": "2.16.840.1.113883.2.9.2.10.4.4^1729523661526",
      "subject": "PROVAX00X00X000Y^^^\u00262.16.840.1.113883.2.9.4.3.2\u0026ISO",
      "tipoAttivita": "CON",
      "organizzazione": "010",
      "workflowInstanceId": "2.16.840.1.113883.2.9.2.120.4.4.97bb3fc5bee3032679f4f07419e04af6375baafa17024527a98ede920c6812ed.a5070f6b52^^^^urn:ihe:iti:xdw:2013:workflowInstanceId",
      "traceId": "f227d10a5229ef8b",
      "issuer": "integrity:S1#010#REGIONEPIEMONTETEST",
      "expiringDate": "2025-10-21T17:14:22.201+02:00"
    },
    {
      "eventType": "SEND_TO_INI",
      "eventDate": "2024-10-21T17:14:22.482+02:00",
      "eventStatus": "BLOCKING_ERROR",
      "message": "500 : \"{\"traceID\":\"a0704247ab2c9093\",\"spanID\":\"a0704247ab2c9093\",\"type\":\"/errors\",\"title\":\"Generic\",\"detail\":\"com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Missing upload consent Please see the server log to find more detail regarding exact cause of the failure.\",\"instance\":\"error/generic\"}\"",
      "workflowInstanceId": "2.16.840.1.113883.2.9.2.120.4.4.97bb3fc5bee3032679f4f07419e04af6375baafa17024527a98ede920c6812ed.a5070f6b52^^^^urn:ihe:iti:xdw:2013:workflowInstanceId",
      "expiringDate": "2025-10-21T17:14:22.489+02:00"
    }

Restiamo a disposizione

rangemasterd commented 4 days ago

Salve, stesso problema anche da Regione Umbria

marco-volpe commented 2 days ago

Buongiorno

con il cambio del codice fiscale la creazione è OK

{
      "eventType": "PUBLICATION",
      "eventDate": "2024-10-23T07:19:09.899+02:00",
      "eventStatus": "SUCCESS",
      "identificativoDocumento": "2.16.840.1.113883.2.9.2.10.4.4^1729660748446",
      "subject": "PROVAX00X00X000Y^^^\u00262.16.840.1.113883.2.9.4.3.2\u0026ISO",
      "tipoAttivita": "CON",
      "organizzazione": "010",
      "workflowInstanceId": "2.16.840.1.113883.2.9.2.120.4.4.97bb3fc5bee3032679f4f07419e04af6375baafa17024527a98ede920c6812ed.8548594cb9^^^^urn:ihe:iti:xdw:2013:workflowInstanceId",
      "traceId": "5045c5f697bdc577",
      "issuer": "integrity:S1#010#REGIONEPIEMONTETEST",
      "expiringDate": "2025-10-23T07:19:09.951+02:00"
    },
    {
      "eventType": "SEND_TO_INI",
      "eventDate": "2024-10-23T07:19:11.103+02:00",
      "eventStatus": "SUCCESS",
      "workflowInstanceId": "2.16.840.1.113883.2.9.2.120.4.4.97bb3fc5bee3032679f4f07419e04af6375baafa17024527a98ede920c6812ed.8548594cb9^^^^urn:ihe:iti:xdw:2013:workflowInstanceId",
      "expiringDate": "2025-10-23T07:19:11.279+02:00"
    }

L'aggiornamento, la sostituzione e la cancellazione invece restituiscono errore 500

Aggiornamento

 {
  "status": "500"
}

Sostituzione

{
  "traceID": "38d5b934db509a89",
  "spanID": "38d5b934db509a89",
  "type": "/msg/ini-error",
  "title": "Ini error.",
  "detail": "{\"traceID\":\"38d5b934db509a89\",\"spanID\":\"42baf05688cc4cf3\",\"type\":\"/errors\",\"title\":\"Generic\",\"detail\":\"\",\"instance\":\"error/generic\"}", 
  "status": "500",
  "instance": "/msg/service-error/ini"
}

Cancellazione

{
  "traceID": "e62e09fe755edb14",
  "spanID": "e62e09fe755edb14",
  "type": "/msg/ini-error",
  "title": "Ini error.",
  "detail": "{\"traceID\":\"e62e09fe755edb14\",\"spanID\":\"7fc95d5f9378f593\",\"type\":\"/errors\",\"title\":\"Generic\",\"detail\":\"\",\"instance\":\"error/generic\"}", 
  "status": "500",
  "instance": "/msg/service-error/ini"
}

Restiamo a disposizione