Hello,
After upgrading, i cannot start anymore the service.
Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:828]: pv_parse_spec2(): error searching pvar "NULL" Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:1032]: pv_parse_spec2(): wrong char [L/76] in [$NULL] at [4 (0)] Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/rvalue.c:2551]: mk_rval_expr_v(): memory allocation failure
Any ideas ?
Fixed , increasing the memory
# Amount of shared memory to allocate for the running Kamailio server (in Mb) SHM_MEMORY=128
# Amount of per-process (package) memory to allocate for Kamailio (in Mb) PKG_MEMORY=16
De : Nicolas Breuer Envoyé : dimanche 19 août 2018 10:21 À : 'Kamailio (SER) - Users Mailing List' sr-users@lists.sip-router.org Objet : Upgrade from Kamailio 4.4>5
Hello,
After upgrading, i cannot start anymore the service.
Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:828]: pv_parse_spec2(): error searching pvar "NULL" Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:1032]: pv_parse_spec2(): wrong char [L/76] in [$NULL] at [4 (0)] Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/rvalue.c:2551]: mk_rval_expr_v(): memory allocation failure
Any ideas ?
Hello,
On 19.08.18 10:21, Nicolas Breuer wrote:
Hello,
After upgrading, i cannot start anymore the service.
Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:828]: pv_parse_spec2(): error searching pvar "NULL" Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/pvapi.c:1032]: pv_parse_spec2(): wrong char [L/76] in [$NULL] at [4 (0)]
iirc, $null needs to be lower case. We can add an alias for $NULL to be the same, I saw couple of similar situations in the past.
Aug 19 10:19:57 proxy1 kamailio: ERROR: <core> [core/rvalue.c:2551]: mk_rval_expr_v(): memory allocation failure
Any ideas ?
I saw your follow up that increasing the private memory solved this one.
Cheers, Daniel