Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Agent connection error related to IPv6 #4004

pronvit ·

My agents fail to connect to server with the following exception

2018-10-23 22:53:38,972 [Thread-13] ERROR com.pmease.quickbuild.Quickbuild - Error connecting server.
 com.pmease.quickbuild.RemotingException: java.net.MalformedURLException: For input string: ":ffff:[AGENT_IP_HERE]:8811"
    at com.pmease.quickbuild.RemotingProxyFactory.create(RemotingProxyFactory.java:44)
    at com.pmease.quickbuild.grid.GridNode.getNodeService(GridNode.java:148)
    ...

Looks like it's related to IPv6 having been enabled recently on either server on agent machine, but it should be happening for a lot of people then so I'm surprised I can't find a solution. Any ideas?

  • replies 1
  • views 355
  • stars 0
robinshen ADMIN ·

Looks like that when agent connects to server, QB server sees the connection coming from a ipv6 address. Either you need to disable ipv6 address on agent, or need to specify the agent address explicitly in file " /conf/node.properties" via property "ip".