Two web apps on same server? lookup error

I am trying to run two Xojo Web Apps on AlmaLinux. They are using different ports, with the first app running fine, but the second app quits within a few seconds of launch logging a “symbol lookup error: : undefined symbol: Time_Lock” message to STDOUT and then quitting.

I am writing/debugging on Windows 2024 R3.1 and cannot run a remote debugger on the Linux box. I also do not have the luxury of quitting the first app right now to see if it is first come, first serve. Apart from getting a matching development environment, I am not seeing any searches that match any of this.

Any suggestions welcome.

Are you running the apps directly or behind a reverse proxy?
Do you assign a domain name or you use the same one and only change the port?
Are you using https or just http?
Is the application identifier different?

I prefer to use Debian and Lifeboat.

2 Likes

straight fixed IP numbers on an internal corporate network
using the same IP/interface and just changing port #s
just http

I’m sorry I can’t help you.
I haven’t used Linux or Unix locally in a very long time.

correction
Time_Lock should be Timer_Lock

May be obvious, but you are transferring the complete build folders to the server and not a full build folder for one and then just the binary for the other, correct?

Yes, separate directories, lib & resource folders. Will have a window to shut down the first app tomorrow AM

It could be that the second app requires a library that the first one does not. Are you using any plugins?

No plugins.

I am going to close this, as I was able to shut down the first app this morning for a window and the second app will still not open, with the same error, so the original topic/problem is incorrect.