Request description
Bonjour,
Nous avons une erreur récurrente à l’appel d’une API. Après redémarrage des serveurs, c’est de nouveau fonctionnel puis retombe quelques jours plus tard.
J’avais ouvert ce ticket à ce propos Erreur à l'appel d'une API Simplicité - #11 by david
L’erreur survient avant l’entrée dans mon API donc le problème ne vient pas du code.
Pouvez vous m’aider à comprendre ce qui peut se passer avant ? Car le problème devient critique chez nous.
Merci
Steps to reproduce
This request concerns an up-to-date Simplicité instance
and those are the steps to reproduce it:
curl -s -k -u [LOGIN]:[MDP] “[BASE URL]/api/login?_output=json”
→ là j’ai un token en retour
curl -X GET “[BASE URL]/api/ext/RciApiList” -H “Authorization: Bearer [TOKEN]”
→ erreur
Cannot read field “m_objects” because “this.m_data” is null
Et si j’essaie une API classique
curl -X GET “[BASE URL]/api/rest/RciApplication” -H “Authorization: Bearer [TOKEN]”
→ retour correct sans erreur
Technical information
Instance /health
Status=OK
Version=4.0.P25
BuiltOn=2022-03-18 11:41 (revision d81c6d369cb003b957136e8ed8d42cb7e2bbe62e)```
Simplicité logs
2022-04-19 16:48:35,128|SIMPLICITE|http://simplicite-XXXXXXXXXXXXXXXXXXx:8080||DEBUG|system|com.simplicite.webapp.tools.ServletTool|setHTTPHeaders||Event: [REQUEST] method GET on /api/ext/RciApiList from 10.252.251.71 with session B92D89CEEE04E5D8D827CEB6D677567F, [RESPONSE] MIME type: text/plain max age: -1 seconds
2022-04-19 16:48:58,257|GLOBAL|INFO|2022-04-19 16:48:57,990|SIMPLICITE|http://simplicite-XXXXXXXXXXXXXXX:8080||DEBUG|system|com.simplicite.webapp.tools.ServletTool|setHTTPHeaders||Event: [REQUEST] method GET on /ui/logs from 10.252.251.71 with session 61E96AEDF12AD672003CFB757BDE3DDE, [RESPONSE] MIME type: text/html; charset=UTF-8 max age: 0 seconds
2022-04-19 16:48:58,397|GLOBAL|INFO|2022-04-19 16:48:58,394|SIMPLICITE|http://simplicite-XXXXXXXXXXXXXX||DEBUG|system|com.simplicite.webapp.tools.ServletTool|setHTTPHeaders||Event: [REQUEST] method GET on /scripts/core.js from 10.252.251.71 with session 61E96AEDF12AD672003CFB757BDE3DDE, [RESPONSE] MIME type: text/javascript; charset=UTF-8 max age: 1296000 seconds
Browser logs
---paste content of the **relevant** browser-side logs---
Other relevant information
----E.g. type of deployment, browser vendor and version, etc.----