Hi, As you can see from the error messages - there is a table version error. You can go and fix this in the database - table version ( update version set table_version=table_version+1 where table_name="presentity") or you can drop the database and rebuild it with the script. I warn you that there are many tables that changed version.
regards, Anca bay2x1 wrote: > I have recently upgraded to version opensips 1.5 and encountered this error > with openxcap > > Feb 19 09:43:36 [16111] INFO:core:init_tcp: using epoll_lt as the TCP io > watch method (auto detected) > Feb 19 09:43:36 [16113] NOTICE:core:main: version: opensips 1.5.0dev5-tls > (i386/linux) > Feb 19 09:43:36 [16113] INFO:core:main: using 32 Mb shared memory > Feb 19 09:43:36 [16113] INFO:core:main: using 1 Mb private memory per > process > Feb 19 09:43:36 [16113] NOTICE:signaling:mod_init: initializing module ... > Feb 19 09:43:36 [16113] INFO:sl:mod_init: Initializing StateLess engine > Feb 19 09:43:36 [16113] INFO:tm:mod_init: TM - initializing... > [r...@ws16 opensips]# Feb 19 09:43:36 [16113] INFO:maxfwd:mod_init: > initializing... > Feb 19 09:43:36 [16113] INFO:usrloc:ul_init_locks: locks array size 512 > Feb 19 09:43:36 [16113] INFO:registrar:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:textops:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:xlog:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:siptrace:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:acc:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:dialog:mod_init: Dialog module - initializing > Feb 19 09:43:36 [16113] INFO:auth:mod_init: initializing... > Feb 19 09:43:36 [16113] INFO:auth_db:mod_init: initializing... > Feb 19 09:43:36 [16113] NOTICE:presence:mod_init: initializing module ... > Feb 19 09:43:36 [16113] ERROR:core:db_check_table_version: invalid version 3 > for table presentity found, expected 4 > Feb 19 09:43:36 [16113] ERROR:presence:mod_init: error during table version > check > Feb 19 09:43:36 [16113] ERROR:core:init_mod: failed to initialize module > presence > Feb 19 09:43:36 [16113] ERROR:core:main: error while initializing modules > Feb 19 09:43:36 [16113] NOTICE:presence:destroy: destroy module ... > > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
