[asterisk-bugs] [JIRA] (ASTERISK-19429) ERROR[23303]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL when login to AMI

Jaco van Niekerk (JIRA) noreply at issues.asterisk.org
Thu Jan 9 08:53:04 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213831#comment-213831 ] 

Jaco van Niekerk commented on ASTERISK-19429:
---------------------------------------------

I am getting the exact same error, just opening the AMI port creates the error:
ERROR[13355]: astobj2.c:146 INTERNAL_OBJ: user_data is NULL


                
> ERROR[23303]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL when login to AMI
> -----------------------------------------------------------------------------
>
>                 Key: ASTERISK-19429
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19429
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/ManagerInterface
>    Affects Versions: 1.8.9.2, 1.8.10.0
>         Environment: OS: CentOS 5.7 i386
> Kernel: 2.6.18-274.18.1.el5
> CPU: Dual-Core AMD Opteron(tm) Processor 1214
> CLI> core show sysinfo 
> System Statistics
> -----------------
>   System Uptime:             0 hours
>   Total RAM:                 2074996 KiB
>   Free RAM:                  1868608 KiB
>   Buffer RAM:                14708 KiB
>   Total Swap Space:          4128760 KiB
>   Free Swap Space:           4128760 KiB
>   Number of Processes:       134 
>            Reporter: Vladimir Astafiev
>            Assignee: Matt Jordan
>         Attachments: issue_19429_full_log
>
>
> Periodically when user log in to AMI, I got in CLI:
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
> [Feb 23 23:19:11] ERROR[2757]: astobj2.c:110 INTERNAL_OBJ: user_data is NULL
>   == Manager 'test_op1' logged on from 192.168.1.10
> EventFilters not working.
> When I comment all users in manager.conf, reload manager, uncomment users, reload manager - all working fine.
> my manager.conf:
> [general]
> enabled=yes
> webenabled=yes
> port = 5038
> bindaddr = 0.0.0.0
> channelvars=USERNAME
> displayconnects = yes
> [admin]
> secret = password
> read = all
> write = all
> [test_op1]
> read=all
> write=all
> secret=1234
> eventfilter=Username: test_op1
> [test_op2]
> read=all
> write=all
> secret=1234
> eventfilter=Username: test_op2

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list