Result of the db-layer is closing without null check
[closing] [closing day] [closing the ring] [closing time] [IPC] [kb_query_table_result_bypass_buffer_imp] [NullPointerException] [result]
Symptom
NullPointerExceptions in SM53 logs.
Other terms
IPC, NullPointerException, kb_query_table_result_bypass_buffer_imp, result
Reason and Prerequisites
After a dblayer hit we always close the result, after its use.The close operation will throw the exception if the result is empty which is always null in the db layer.
Solution
The configuration files have been suitably modified. The changes are available as part of the latest patch for AP700 SP10 through SP17. The changes will be part of standard from SP18 onwards.