Deployment fails on source side (Windows)

Hi
I start the deployment and get the error “Local just in time build failed to start: The following files were not open with a NORMAL or CLOSED status when the build was started: Test.fmp12 NOT_FOUND” see screenshots

Somehow the file is not found although all seems fine :slight_smile:

I use OttoFMS 4.15.1 on Windows Server 2025 and the current version of OttoDeploy.

Test.fmp12 has Status NORMAL on OttoFMS.

Does anybody know the issue and the solution?

Thanks!

Very curious. Not sure why you have file called and Test_clone.fmp12 in the mix. That is very odd.

Can you get us the debug info

Todd

I sent you an e-mail with the log-files. Many thanks.

Hi,

We looked at the log. It isn’t clear what you are trying to do. I am not sure why you are referencing Test_clone.fmp12 in your deployment. Normally the clone file is created by OttoFMS as part of the deployment process.

Can you explain your goal? And what you have setup?

Todd

We basically want to do a migration to another server. This failed, because of the File not Found error on the original server.
The log I sent is a second try where we just try to copy/duplicate a file on the same server and experience the same error, see screenshots.

Hey @iwitschi ,

We’re using the fmsadmin cli to list the files on the server. If the file is not found by the CLI (or has a different name) then this error could show. Do you have access to the server to run the command:

fmsadmin LIST FILES

If so could you send along the output (with any names hidden that you’d like) that would help debug.

-Kyle

sure!

Well that is strange. What is the output if you include the “-s” flag in that command?

-Kyle

fmsadmin -s LIST FILES shows

@kduval I got aware, that it’s in a Citrix environment where IP addresses can be redundant in the worst case, but the servers are not the same. Maybe this can be an issue too, I don’t know.

could you find a reason why it doesn’t run?

The other times we’ve seen this happen was due to non-ASCII characters in filenames. I don’t think that is happening here, but I wanted to let you know.

Is it happening with any of the other files on the server or just that Test.fmp12 file?

-Kyle