Hi!

I'm stress-testing my API which uses HiveMind pooled service-model for my services.

I'm putting some test-objects which implement Runnable into a pooled executor. The test-objects call different Hivemind services within the run() method; all of them with a "pooled" service-model.

At high loads (about 60 concurrent threads in the executor) - these messages starts to appear:

java.lang.IncompatibleClassChangeError
at $PooledProxy_1040bfb05ed_35.toString($PooledProxy_1040bfb05ed_35.java)
at $Interceptor_1040bfb060f_36.toString($Interceptor_1040bfb060f_36.java)
at java.lang.String.valueOf(String.java:2013)
at java.lang.StringBuffer.append(StringBuffer.java:365)
at test.RandomFunctionsForPerson.myFunction(RandomFunctionsForPerson.java:153)
at test.RandomFunctionsForPerson.run(RandomFunctionsForPerson.java:67)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:479)



which indicates PooledProxy having problems at the toString method?

Have anybody else discovered the same?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to