[NordVPN] java.net.BindException: Cannot assign requested address: no further information

Support for Windows users
Post Reply
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by rednoah »

NordVPN split tunnelling is known to fundamentally break network connections for some users:

Error: Select all

java.net.BindException: Cannot assign requested address: no further information


:arrow: If NordVPN somehow breaks internet connectivity, then not using NordVPN can serve as a workaround to make things work.



:idea: The java.net.preferIPv4Stack settings may (or may not) serve as a alternative workaround:
rednoah wrote: 30 Jun 2016, 08:36 Force IPv4 network connections: java.net.preferIPv4Stack = false | true

Shell: Select all

filebot -script fn:properties --def java.net.preferIPv4Stack=true
:idea: Please read the FAQ and How to Request Help.
Cykr1L
Posts: 2
Joined: 24 Jun 2023, 10:30

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by Cykr1L »

Hello,

unfortunately I have the same problem.
Where can I make these settings in the Windows version?
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by rednoah »

Cykr1L wrote: 24 Jun 2023, 10:32 Where can I make these settings in the Windows version?
:arrow: [FAQ] How do I run a filebot command on Windows?
:idea: Please read the FAQ and How to Request Help.
Cykr1L
Posts: 2
Joined: 24 Jun 2023, 10:30

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by Cykr1L »

perfect, thank you.
Now the problem is fix =)
shillbert
Posts: 1
Joined: 15 Jul 2024, 03:08

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by shillbert »

For me, on Windows, even the command to change the setting wouldn't run, but I was able to run it by running this first:

Code: Select all

set JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true"
Hope this helps anyone Googling this in the future :D

EDIT: it seems like changing the setting still doesn't actually fix the problem, but always running filebot with JAVA_TOOL_OPTIONS set to "-Djava.net.preferIPv4Stack=true" does.
Last edited by shillbert on 15 Jul 2024, 03:25, edited 1 time in total.
D90
Posts: 1
Joined: 22 Sep 2024, 14:47

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by D90 »

shillbert wrote: 15 Jul 2024, 03:15 For me, on Windows, even the command to change the setting wouldn't run, but I was able to run it by running this first:

Code: Select all

set JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true"
Hope this helps anyone Googling this in the future :D

EDIT: it seems like changing the setting still doesn't actually fix the problem, but always running filebot with JAVA_TOOL_OPTIONS set to "-Djava.net.preferIPv4Stack=true" does.
Apologies, but how does one run Filebot with that argument? I am having the same issue.

Thank you for your time.
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by rednoah »

D90 wrote: 22 Sep 2024, 14:49 how does one run Filebot with that argument?
:arrow: [FAQ] How do I run a filebot command on Windows?

ScreenshotScreenshot




:arrow: Alternatively, you can set java.net.preferIPv4Stack=true in the FileBot Desktop application in the Advanced Settings editor:

ScreenshotScreenshot
:idea: Please read the FAQ and How to Request Help.
cfoxcvg
Posts: 1
Joined: 18 Oct 2024, 17:27

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by cfoxcvg »

I am getting the following error.

Error: Select all

java.net.ConnectException: Cannot assign requested address: getsockopt
Network connection error.
I can not find any info on this exact error or anything referencing getsockopt. While trying to correct the issue I modified the java IP4 line as is mentioned multiple times for a similar error and earlier in this post. That did not work so I reverted everything.

I am using the windows version and NordVPN. So far FileBot is the only app I am not able to get to operate using split tunneling. I have moved every FileBot file I can find to bypass the VPN using split tunneling with no success. Any help would be appreciated. Please consider me a novice with your replies.
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [NordVPN] java.net.BindException: Cannot assign requested address: no further information

Post by rednoah »

cfoxcvg wrote: 18 Oct 2024, 17:36 I am using the windows version and NordVPN. So far FileBot is the only app I am not able to get to operate using split tunneling.
Sorry, no idea. A Google search for this error message yields few results. You could try talking to the NordVPN developers. Presumably, they know a lot more about network internals and can debug their own code to figure out what's going awry.
:idea: Please read the FAQ and How to Request Help.
Post Reply