Error in Apache start with XData Server

Hi Marcos, it might not be the same issue, I suggest you create a new topic with details about your error.

But often the problem the problem with Apache is that you need to create the data module with the connection before using it. So if you have code in initialization section that tries to get a connection or a connection pool, make sure the data module is already created at that point. Better to create it explicitly from code.

You can take a look here as well: Apache won't start with XData server application