john_r
December 20, 2023, 10:51pm
1
Both servers with beta16, from AMD to ARM
Simple install, moving a file from A to B, into a folder which already exists. No encryption.
Click Start, pink error bar saying there was an error starting this deployment.
Nothing seems to be written to Otto error log
kduval
December 20, 2023, 11:59pm
2
Hey John,
This is likely a validation error that we missed. I found one of these bugs earlier today. Do you mind inspecting the web viewer and posting a screenshot of the error thats appearing in the web console?
john_r
December 21, 2023, 1:07am
3
When I do that the whole screen just goes white, no inspector… will have to look tmw
kduval
December 21, 2023, 1:41am
4
If that doesn’t work a copy of your deployment json would work great too! You should be able to get that from the three dots menu in the top right:
Just a note… that copy deployment JSON will give you JSON with the credentials in it. You will want to mask them. We will add an option to get a copy with the credentials masked in the future.
Todd
john_r
December 21, 2023, 12:34pm
6
{
"deploymentId": "cc80dded-5308-4be0-8f90-17c288f69f8f",
"scheduled": false,
"label": "First test",
"deployments": [
{
"name": "First test",
"source": {
"type": "otto4jit",
"auth": {
"type": "apiKey",
"apiKey": "ak_mykey"
},
"serverUrl": "https://thhs.fmsdata.co.uk"
},
"fileOperations": [
{
"target": {
"fileName": "SVR_AVC.fmp12"
},
"operation": "install",
"source": {
"fileName": "SVR_AVC.fmp12"
},
"location": {
"folder": "default",
"subFolder": "SVR"
}
}
]
}
],
"abortRemaining": false
}
kduval
December 21, 2023, 2:56pm
7
@john_r what version of OttoDeploy are you running? The version number should appear at the bottom of the settings page.
You’re sending this between two servers that both have OttoFMS, correct? And you’ve confirmed that its running on both machines?
Your deployment seems fine to me. I’ll need to add some more transparency on that error so that it lets you troubleshoot a bit better.
john_r
December 21, 2023, 10:24pm
8
0.8 beta v7
and yes both have latest OttoFMS build on them
Sending one is AMD and receiving is ARM
john_r
December 21, 2023, 10:52pm
9
Been back, deleted the whole thing and started again.
Same error and nothing ran…
john_r
December 22, 2023, 8:33pm
10
New version gave me clue that API was the issue on the ‘to’ server, have now run this, with caveat in another post
kduval
December 22, 2023, 8:48pm
11
I’m glad the new error messages are helpful!