On 15 October 2011 13:11, shankykurella <[email protected]> wrote: > hi everyone... > > i have an issue in running distributed system in across windows and ubuntu > systems > > iam running the master system on ubuntu (Ubuntu 9.04) with java version > 1.6.0_13... where as other slave systems on ubuntu ((Ubuntu 9.04))& xp with > java 1.6.0_13,1.6.0_22 ....neither of the systems are responding and iam > getting an error as > > error in run() method java.rmi.marshal exception: error marshalling > arguments;nested exception is:java.net.socketexcpetion:broken pipe > > where as iam able to run from the same master system to another slave system > of xp successfully
So there must be an issue with the failing system or the route to it. > while reffering to our communty nabble what i traced out is --- this issue > relates to socket connections of the os, if thats the case kindly some one > guide me how to add socket connections Are you sure? Does it work at all? You may need to increase max socket count if you run out of sockets, but the error looks like the connection is not being completed. Have you studied the server log file(s) on the failing systems? Have you read: http://jakarta.apache.org/jmeter/usermanual/remote-test.html > regards > shankar k b > > > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/nested-exception-related-to-socket-connections-tp4905125p4905125.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

