Hi Support,
I am trying to perform HUA demo, but I got some problems. (the web page freeze) no result output.
In Benchmark test, only Direction = Transmit and Protocol = TCP can run without problem . in my test, the EVM and PC are directly connected. and since I have no problem to perform "Transmit/TCP" test, it proved the EVM and Host are well configured. (Firewall disabled, JAVA is installed sure). After digging deeper, I found there are some error message from Java console, I attached them below, I believe there are something wrong with the Java Applet, hope you can help on this issue thanks.
Receive TCP test
CacheEntry[http://192.168.2.100/NDKBenchmark.jar]: updateAvailable=false,lastModified=Thu Jan 01 08:00:00 CST 1970,length=12014
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Exception in thread "Thread-16" java.lang.NullPointerException
at ndkbenchmark.NDKBenchmark.paint(NDKBenchmark.java:76)
at ndkbenchmark.NDKBenchmark$SendRecvTCPThread.run(NDKBenchmark.java:196)
Receive UDP TEST
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Exception in thread "Thread-16" java.lang.NullPointerException
at ndkbenchmark.NDKBenchmark.paint(NDKBenchmark.java:76)
at ndkbenchmark.NDKBenchmark$SendRecvThread.run(NDKBenchmark.java:258)
Transmit UDP Test
CacheEntry[http://192.168.2.100/NDKBenchmark.jar]: updateAvailable=false,lastModified=Thu Jan 01 08:00:00 CST 1970,length=12014
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Permissions manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Missing Codebase manifest attribute for: http://192.168.2.100/NDKBenchmark.jar
Exception in thread "Thread-16" java.lang.NullPointerException
at ndkbenchmark.NDKBenchmark.paint(NDKBenchmark.java:76)
at ndkbenchmark.NDKBenchmark$SendRecvThread.run(NDKBenchmark.java:268)
By the way, the JAVA on my host is latest version.