Hi Richard,
I got “NullPointerException” at my first attempt running load testing tool.
Need your help to figure out the problem.
Thanks a lot.
Here is my Error Log & Test.xml:
ERROR server comment - IdleWorkerUtil: run.work : java.lang.NullPointerException|at com.wowza.wms.httpstreamer.model.HTTPStreamerContext.onIdle(HTTPStreamerContext.java:115)|at com.wowza.wms.util.IdleWorkerUtil.run(IdleWorkerUtil.java:111)|
INFO server comment - MediaCasterStreamValidator.init[live/_definst_]: Started
INFO application app-start _definst_ live/_definst_
ERROR server comment - PerformanceTest : java.lang.NullPointerException|at com.wowza.wms.performance.remote.PerformanceRemoteClientTest.run(PerformanceRemoteClientTest.java:160)|at com.wowza.wms.performance.PerformanceTest.run(PerformanceTest.java:57)|at com.wowza.wms.performance.PerformanceTestList.run(PerformanceTestList.java:68)|at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)|
INFO server comment - Status running:0 currBehind:0
<Root>
<Tests>
<Test>
<Name>live</Name>
<ClassBase>com.wowza.wms.performance.remote.PerformanceRemoteClientTest</ClassBase>
<Properties>
<Property>
<Name>workerCount</Name>
<Value>2</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>fileCount</Name>
<Value>0</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>streamName</Name>
<Value>ftvn_sp.sdp</Value>
</Property>
<Property>
<Name>streamExt</Name>
<Value></Value>
</Property>
<Property>
<Name>vhostName</Name>
<Value>_defaultVHost_</Value>
</Property>
<Property>
<Name>connectionString</Name>
<Value>live/_definst_</Value>
</Property>
<Property>
<Name>bufferTime</Name>
<Value>3000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>doRandom</Name>
<Value>false</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>doRepeat</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>ipAddress</Name>
<Value>210.xxx.xxx.xxx</Value>
</Property>
<Property>
<Name>ports</Name>
<Value>1935</Value>
</Property>
</Properties>
</Test>
<Test>
<Name>vod</Name>
<ClassBase>com.wowza.wms.performance.remote.PerformanceRemoteClientTest</ClassBase>
<Properties>
<Property>
<Name>workerCount</Name>
<Value>1</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>fileCount</Name>
<Value>0</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>streamName</Name>
<Value>sample</Value>
</Property>
<Property>
<Name>streamExt</Name>
<Value>.mp4</Value>
</Property>
<Property>
<Name>vhostName</Name>
<Value>_defaultVHost_</Value>
</Property>
<Property>
<Name>connectionString</Name>
<Value>vod/_definst_</Value>
</Property>
<Property>
<Name>bufferTime</Name>
<Value>3000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>doRandom</Name>
<Value>false</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>doRepeat</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>ipAddress</Name>
<Value>localhost</Value>
</Property>
<Property>
<Name>ports</Name>
<Value>1935</Value>
</Property>
</Properties>
</Test>
</Tests>
</Root>