0

During load testing using jmeter i have encountered with

java.net.SocketException: Permission denied: connect

What is the cause of this ?

Sinto
  • 3,915
  • 11
  • 36
  • 70
  • Possible duplicate of [JavaMail API to iMail -- java.net.SocketException: Permission denied: connect](https://stackoverflow.com/questions/12901475/javamail-api-to-imail-java-net-socketexception-permission-denied-connect) – Sinto Aug 22 '18 at 06:17

1 Answers1

0

If you add to bin/system.properties and restart:

  • java.net.preferIPv4Stack=true

Does it work ?

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116