Actions
Bug #1546
openNPE en Combo_centro_eval:Insert_asociacion_eval
Description
2026-03-09 16:51:32,864 [http-nio-8080-exec-171] ERROR Servlet.Combo_centro_eval - Combo_centro_eval:Insert_asociacion_eval: printer error: java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "java.util.ArrayList.get(int)" is null
2026-03-09 16:51:32,864 [http-nio-8080-exec-171] DEBUG Servlet.Combo_centro_eval - Combo_centro_eval:Insert_asociacion_eval: printer error
java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "java.util.ArrayList.get(int)" is null
at Servlet.Combo_centro_eval.Insert_asociacion_eval(Combo_centro_eval.java:126)
at Servlet.Combo_centro_eval.processRequest(Combo_centro_eval.java:37)
Updated by Miguel Ruiz Velasco about 2 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Control.Combo_1.Insertar_Asociaion_Evaluacion retorna en una Lista con key/value alternados
Servlet.Combo_centro_eval.Insert_asociacion_eval(HttpServletRequest, HttpServletResponse) tinene un for hardcodeado a 2, o sea 1 llave y 1 valor
Updated by Miguel Ruiz Velasco about 2 months ago
- Status changed from In Progress to Feedback
- % Done changed from 50 to 100
Actions