Hi all

I'm trying to use IMS Bench to test OpenIMSCore as SUT.

All components are in the same machine.

The manager execution ends with this message:* "Over IHS detected ** STOP
NOW ** "*.

I have plenty of the following errors in the SIPp error log:
...
2014-01-18 16:25:48.889: Call '2856-27604@127.0.0.1' - pick_user() returned
NULL in pool 2.
2014-01-18 16:25:48.889: Call '2856-27604@127.0.0.1' - Action 'move_user'
without a user assigned!.
2014-01-18 16:25:48.893: Call '2857-27604@127.0.0.1' - pick_user() returned
NULL in pool 2.
2014-01-18 16:25:48.893: Call '2857-27604@127.0.0.1' - Action 'move_user'
without a user assigned!.
2014-01-18 16:25:48.910: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:48.937: Call '2858-27604@127.0.0.1' - pick_user() returned
NULL in pool 2.
2014-01-18 16:25:48.937: Call '2858-27604@127.0.0.1' - Action 'move_user'
without a user assigned!.
2014-01-18 16:25:48.950: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:48.956: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:48.977: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:48.992: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.090: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.096: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.109: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.122: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.133: !! ERROR !! There should have been calls in SYNC
!!.
2014-01-18 16:25:49.155: !! ERROR !! There should have been calls in SYNC
!!.
...

In the tshark dumps, I have this SIP error:
*"Originating subsequent requests outside dialog not allowed".*
which is on behalf of OpenIMSCore. Here are two samples of request/response
SIP packets involved in this error:

Session Initiation Protocol
    Request-Line: BYE sip:service@127.0.0.1:4060 SIP/2.0
        Method: BYE
        Request-URI: sip:service@127.0.0.1:4060
            Request-URI User Part: service
            Request-URI Host Part: 127.0.0.1
            Request-URI Host Port: 4060
        [Resent Packet: False]
    Message Header
        Via: SIP/2.0/UDP 127.0.0.1:7072;branch=z9hG4bK-20969-161--1
            Transport: UDP
            Sent-by Address: 127.0.0.1
            Sent-by port: 7072
            Branch: z9hG4bK-20969-161--1
        From: sipp <sip:sipp@127.0.0.1:7072>;tag=161
            SIP Display info: sipp
            SIP from address: sip:sipp@127.0.0.1:7072
                SIP from address User Part: sipp
                SIP from address Host Part: 127.0.0.1
                SIP from address Host Port: 7072
            SIP tag: 161
        To: sut <sip:service@127.0.0.1:4060>
            SIP Display info: sut
            SIP to address: sip:service@127.0.0.1:4060
                SIP to address User Part: service
                SIP to address Host Part: 127.0.0.1
                SIP to address Host Port: 4060
        Call-ID: 161-20969@127.0.0.1
        CSeq: 2 BYE
            Sequence Number: 2
            Method: BYE
        Contact: <sip:127.0.0.1:7072;transport=UDP>
            Contact-URI: sip:127.0.0.1:7072;transport=UDP
                Contact-URI Host Part: 127.0.0.1
                Contact-URI Host Port: 7072
            Contact parameter: transport=UDP>
        Content-Length: 0

Session Initiation Protocol
    Status-Line: SIP/2.0 403 Forbidden - Originating subsequent requests
outside dialog not allowed
        Status-Code: 403
        [Resent Packet: False]
        [Request Frame: 1889]
        [Response Time (ms): 0]
        [Release Time (ms): 0]
    Message Header
        Via: SIP/2.0/UDP 127.0.0.1:7072
;branch=z9hG4bK-20969-161--1;rport=7072
            Transport: UDP
            Sent-by Address: 127.0.0.1
            Sent-by port: 7072
            Branch: z9hG4bK-20969-161--1
            RPort: 7072
        From: sipp <sip:sipp@127.0.0.1:7072>;tag=161
            SIP Display info: sipp
            SIP from address: sip:sipp@127.0.0.1:7072
                SIP from address User Part: sipp
                SIP from address Host Part: 127.0.0.1
                SIP from address Host Port: 7072
            SIP tag: 161
        To: sut <sip:service@127.0.0.1:4060
>;tag=bf17b8f52ba8a335422fa78ec37a5922.f9dc
            SIP Display info: sut
            SIP to address: sip:service@127.0.0.1:4060
                SIP to address User Part: service
                SIP to address Host Part: 127.0.0.1
                SIP to address Host Port: 4060
            SIP tag: bf17b8f52ba8a335422fa78ec37a5922.f9dc
        Call-ID: 161-20969@127.0.0.1
        CSeq: 2 BYE
            Sequence Number: 2
            Method: BYE
        Server: Sip EXpress router (2.1.0-dev1 OpenIMSCore (x86_64/linux))
        Content-Length: 0
        Warning: 392 0.0.0.0:4060 "Noisy feedback tells:  pid=16999
req_src_ip=127.0.0.1 req_src_port=7072 in_uri=sip:service@127.0.0.1:4060out_uri=
sip:service@127.0.0.1:4060 via_cnt==1"

Something that I don't understand here is that the address `
sip:service@127.0.0.1:4060' been used as
Request-URI of BYE message. But, my OpenIMSCore installation does not work
with 127.0.0.1 as realm for
SIP addresses.

I don't know that the problem is with IMS Bench or OpenIMSCore.

Also, the files manager.xml and ims_bench.xml have been attached.

Thanks for any comment.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to