You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying parallel start of threads along with a SocketCommandProcessor results in a java.lang.NullPointerException. The following command attempts to start threads in batches of 4 (-wp true -wc 4) and uses the SocketCommandProcessor
Specifying parallel start of threads along with a SocketCommandProcessor results in a java.lang.NullPointerException. The following command attempts to start threads in batches of 4 (-wp true -wc 4) and uses the SocketCommandProcessor
java -Xms768M -Xmx768M -Xmn600M JMSPerfHarness -su -wt 10 -wi 0 -nt 280 -ss 5 -sc BasicStats -rl 0 -id 5 -tc jms.r11.Sender -d REQUEST -to 20 -db 1 -dx 1 -dn 1 -jb *UC01QM -jt mqc -pc WebSphereMQ -ms 2048 -rt 1 -ccdt ccdt.json -ar WMQ_CLIENT_RECONNECT -an mqperf.receiver -cmd_c SocketCommandProcessor -wp true -wc 4
After the 280 threads are started a null pointer exception is thrown by the SocketCommandProcessor (starting threads singly works ok)
The text was updated successfully, but these errors were encountered: