You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Mark Whitlock (JIRA)" <ax...@ws.apache.org> on 2005/05/24 15:14:02 UTC

[jira] Created: (AXISCPP-657) Stress test fails to dlopen channel

Stress test fails to dlopen channel
-----------------------------------

         Key: AXISCPP-657
         URL: http://issues.apache.org/jira/browse/AXISCPP-657
     Project: Axis-C++
        Type: Bug
  Components: Basic Architecture  
    Reporter: Mark Whitlock


I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with

Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a

If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-657) Stress test issues

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_12373416 ] 

John Hawkins commented on AXISCPP-657:
--------------------------------------

The last one

> Stress test issues
> ------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug

>   Components: Test
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-657) Stress test fails to dlopen channel

Posted by "Mark Whitlock (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_66166 ]
     
Mark Whitlock commented on AXISCPP-657:
---------------------------------------

I was running this test on AIX. I haven't tried other platforms as yet.

> Stress test fails to dlopen channel
> -----------------------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-657) Stress test fails to dlopen channel

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-657?page=all ]

Samisa Abeysinghe updated AXISCPP-657:
--------------------------------------

      Component: Test
                     (was: Basic Architecture)
    Description: 
I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with

Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a

If I increased the thread count and loop count I got many more of these failures.

  was:
I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with

Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a

If I increased the thread count and loop count I got many more of these failures.

    Environment: 

> Stress test fails to dlopen channel
> -----------------------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-657) Stress test issues

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_12373383 ] 

Fred Preston commented on AXISCPP-657:
--------------------------------------

Do you know on which thread number you got this error (was it the 1st or the 19th)?

> Stress test issues
> ------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug

>   Components: Test
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-657) Stress test fails to dlopen channel

Posted by "Mark Whitlock (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_66167 ]
     
Mark Whitlock commented on AXISCPP-657:
---------------------------------------

I ran the same test on Windows XP. I never got any dlopen failures. Instead with 50threads * 50loops I got lots of 
Exception : HTTPTransportException:Client failed to open Failed to open connection to server: 
 				hostname='bora.hursley.ibm.com'
				port='9080'
				Error Message='No connection could be made because the target machine actively refused it. '	
I thought this might be a firewall problem on the server so I switched the firewall off on the server and ran it again. This time the client hung and when I killed it my machine got very sick and I had to reboot it.

> Stress test fails to dlopen channel
> -----------------------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-657) Stress test issues

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-657?page=all ]

John Hawkins updated AXISCPP-657:
---------------------------------

    Summary: Stress test issues  (was: Stress test fails to dlopen channel)

Updated title to reflect new status of issues

> Stress test issues
> ------------------
>
>          Key: AXISCPP-657
>          URL: http://issues.apache.org/jira/browse/AXISCPP-657
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>     Reporter: Mark Whitlock

>
> I changed the CalculatorDoc_TTest so that it ran 20 threads and in each thread looped round invocating the web service 20 times. This failed with
> Exception : DLOPEN FAILED in loading channel library /home/whitlock/nw00-L050523_P/src/ws-axis/c/../../../obj/package/wscc-1.0-AIX/lib/libhttp_channel.a
> If I increased the thread count and loop count I got many more of these failures.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira