View Issue Details

IDProjectCategoryView StatusLast Update
0007375libeufinlibeufin-sandboxpublic2023-02-21 16:38
ReporterFlorian Dold Assigned ToMS  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007375: "sandbox serve" shows confusing error message when host does not support IPv6
DescriptionHowever, ipv4 seems to work anyway.

dold@prismo ~/r/t/l/sandbox (master)> libeufin-sandbox serve --no-auth
12:09:18.526 [main] INFO tech.libeufin.sandbox - LibEuFin Sandbox running on port 5000
12:09:18.678 [main] DEBUG tech.libeufin.sandbox - Application started: io.ktor.application.Application@4eed2acf
Exception in thread "main" io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address family not supported by protocol
TagsNo tags attached.

Activities

MS

2023-02-03 18:06

manager   ~0019750

Recently, it was observed that after such error message IPv4 was not working, as opposed to the report.

That got fixed by actually catching the error (it wasn't before) and retry to bind to IPv4.

Issue History

Date Modified Username Field Change
2022-09-28 12:11 Florian Dold New Issue
2023-01-08 11:28 Christian Grothoff Target Version => 0.9.2
2023-02-03 18:06 MS Note Added: 0019750
2023-02-03 18:06 MS Assigned To => MS
2023-02-03 18:06 MS Status new => resolved
2023-02-03 18:06 MS Resolution open => fixed
2023-02-21 16:37 Christian Grothoff Fixed in Version => 0.9.2
2023-02-21 16:38 Christian Grothoff Status resolved => closed
2023-04-13 20:26 Florian Dold Category sandbox => libeufin sandbox
2023-04-13 20:38 Florian Dold Category libeufin sandbox => libeufin-sandbox