-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent exe for windows arm64 is not included in the jar package #26
Comments
vitorallo
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Oct 18, 2024
jborozco
removed
the
needs triage
use to identify issue needing triage from Filigran Product team
label
Oct 21, 2024
isselparra
added
feature
use for describing a new feature to develop
and removed
bug
use for describing something not working as expected
labels
Oct 21, 2024
Hi @vitorallo, Thank you for reporting this issue. Currently we don't support Windows Arm64, and you are seeing this problem since the corresponding artifact it's not available. We’re prioritizing this issue in our upcoming milestones. |
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
richard-julien
added a commit
that referenced
this issue
Dec 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The arm64 build of the agent is not available and the webserver returns a 500 errr.
Environment
Reproducible Steps
http://openbas:8080/api/agent/package/openbas/windows/arm64
Expected Output
download the agent build in exe
Actual Output
Stop-Service:
Line |
5 | Stop-Service -Force -Name "OBAS Agent Service"; Invoke-WebRequest -Ur …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot find any service with service name 'OBAS Agent Service'.
Invoke-WebRequest:
Line |
5 | … t Service"; Invoke-WebRequest -Uri "http://pisellolab.vitorallo.com:8 …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
{
"timestamp": "2024-10-18T15:33:19.163\u002B00:00",
"status": 500,
"error": "Internal Server Error",
"path": "/api/agent/package/openbas/windows/arm64"
}
./openbas-installer.exe:
Line |
5 | … e}" -OutFile "openbas-installer.exe"; ./openbas-installer.exe /S ~OPE …
| ~~~~~~~~~~~~~~~~~~~~~~~
| The term './openbas-installer.exe' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Remove-Item:
Line |
5 | … Y=false; Start-Sleep -Seconds 1.5; rm -force ./openbas-installer.exe;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot find path 'C:\Users\me\openbas-installer.exe' because it does not exist.
Additional information
by calling the api on the browser at the address specified by the .ps1 install script, manually
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Oct 18 15:40:23 UTC 2024
There was an unexpected error (type=Internal Server Error, status=500).
Screenshots (optional)
The text was updated successfully, but these errors were encountered: