-
Notifications
You must be signed in to change notification settings - Fork 172
Description
Hi @francescolavra, after fix the create image for aws(nanovms/ops#1735)
i try execute quarkus java application on nanos with aws t4.small vm, when start the application the log print this error:
[37.638012] getsockopt unimplemented: fd 13, level 6, optname 4
[37.638881] getsockopt unimplemented: fd 13, level 6, optname 6
[37.639687] getsockopt unimplemented: fd 13, level 6, optname 5
[37.640618] getsockopt unimplemented: fd 13, level 1, optname 56
the same error is reproduce in local pc with:
download the quarkus jar from this url:https://github.com/AngeloRubens/quarkus-faces-nanos/actions/runs/21218011985
and execute with
ops pkg load AngeloRubens/SemeruJREarm64Linux:25.0.1 --arch arm64 --nightly -c configAws.json --verbose
......
[355.288636] getsockopt unimplemented: fd 13, level 6, optname 4
[355.289127] getsockopt unimplemented: fd 13, level 6, optname 6
[355.289511] getsockopt unimplemented: fd 13, level 6, optname 5
[355.291544] getsockopt unimplemented: fd 13, level 1, optname 56
......
