Hi everyone,

When I only launch my scenario ims_uac with users coming form pool 2, it
works.
When I launch ims_uac after a pre-registration phase (users pass from
pool 0 to pool 2), I got some error messages :
pick_users() returns NULL and There should have been calls in SYNC.

My pre-registration works perfectly with 100% Success. However, when I run
the next phase, I got 100% fails with ims_uac.
I enabled all debug options. I also added a WARNING_P1 to print the size of
the pool 2 (registered users) each time a call is created in ims_uac which
is 0.

I attached the manager logs, manager.xml and the part of the error log
where occurs the error too. (I tried to send the mail with the entire
file but it needed the approval of mailing list's admins. If really
needed, I'll post the entire file later)

Can someone help me to solve this issue?
Any help would be appreciated.

Best regards,

PS : my ims_reg is :

REGISTER -->
401 <--
REGISTER -->
200 <--

and my ims_uac /uas are not be changed.

-- 
David JARDIN
Student in 2nd year of Master "Information Security and Cryptology".

Attachment: manager.log
Description: Binary data

<?xml version="1.0" encoding="ISO-8859-1" ?>
<configuration>
  <!-- Test System Parameters -->
  <param name="number_test_systems" value="1"/>
  <param name="prep_offset" value="2000"/>
  <param name="rand_seed" value="0"/>
  <param name="report" value="1"/>
  <param name="log" value="1"/>
  <param name="transient_time" value="30"/>
  <param name="max_time_offset" value="2000"/>

  <!-- Scenario Parameters -->
  <scen_param name="RegistrationExpire" value="1000000"/>
  <scen_param name="RingTimeDistr" value="exponential"/>
  <scen_param name="PMMDataSize" value="140"/>
  <scen_param name="HoldTimeDistr" value="exponential"/>
  <scen_param name="HoldTime" value="120000"/>
  <scen_param name="PMMDataSizeDistr" value="uniform"/>
  <scen_param name="RingTime" value="5000"/>
  <!-- Scenario -->
  <scenario name="ims_reg"   max_ihs="0.1"/>
  <scenario name="ims_uac"   max_ihs="0.1"/>
  <scenario name="ims_uas"/>
</configuration>

<!-- Pre-Registration Phase -->
<run cps="83" max_calls="500" distribution="constant"  
sync_mode="on" use_scen_max_ihs="no" max_global_ihs="1" stats="1000" report="yes">
   <scenario name="ims_reg" ratio="100"/>
</run>

<!-- Stir Phase -->
<run cps="83" duration="100" step_increase="25" num_steps="3" 
distribution="constant" sync_mode="on" use_scen_max_ihs="no" max_global_ihs="1" 
stats="1000" report="yes">
	<scenario name="ims_uac" ratio="100"/>
	<scenario name="ims_reg" ratio="0"/>
</run> 

<!-- Benchmark Run Phase -->
<run cps="83" duration="1800" step_increase="10" num_steps="3" 
distribution="constant" stats="2000" report="yes">
</run>

<!-- Final Pause - Required to allow last step data collection to complete -->
<run cps="0" duration="3"/>

Attachment: error.log
Description: Binary data

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to