You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "pratibha (JIRA)" <ji...@apache.org> on 2008/09/04 07:25:52 UTC

[jira] Created: (SM-1551) the operation hangs while load testing

the operation hangs while load testing
--------------------------------------

                 Key: SM-1551
                 URL: https://issues.apache.org/activemq/browse/SM-1551
             Project: ServiceMix
          Issue Type: Bug
            Reporter: pratibha
         Attachments: errorhandler-sa-1.0.jar

When I put this  jar updateprofile-sa-1.0.jar  in hotdeploy. This works fine up to 15 parallel requests. But if I hit more than that it hangs.
The request should be like:
<request xmlns="http://www.finicity.com">
	<updateUserProfile>
		<userName>username</userName>
		<firstName>pratibhaw</firstName>
		<lastName>ghogalew</lastName>
		<emailAddress>pratibha1.ghogale@in2m.com</emailAddress>
	</updateUserProfile>
</request>

Also put errorhandler-sa-1.0.jar in hotdeploy as this opearation uses it for error handling.

I am also using a properties file called smxesb.properties in servicemix-home/conf to read some ip addresses.
I have attached this file put it in servicemix-home/conf .
In this file director.url and portal.url are the addresses of my applications which processes update user profile request.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.