Replies: 1 comment 7 replies
-
See further down this thread. Also, you post here often enough that you need to include what operating system and all that jazz you're on. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I don't know if it is my fault or it is a bug. I migrate from Version 4.5.1 to 4.5.2 and the server doesn't start. I took a look in the logs and saw that there is an error in line 40 of class com.mirth.connect.server.migration.Migrate4_5_2. I checked the code and it tells me:
builder = PropertiesConfigurationUtil.createBuilder(new File(ClassPathResource.getResourceURI("log4j2-cli.properties")));
The problem is that I do not have a file log4j2-cli.properties in my conf folder. So I copied the log4j2.properties and saved them as log4j2-cli.properties. After restarting Mirth server it works now.
Is that a bug? Should there be a check whether the file exists or not?
Please note. I had the same problem when updating from 4.4.2 to 4.5.2 on another instance!
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions