-
Hi, I'm replacing the Derby database by a SQL Server database, closely following the manual: https://docs.nextgen.com/bundle/Mirth_User_Guide_4_3_0/page/connect/connect/topics/c_Changing_the_Database_Type_mirth_connect_ug.html
and
Next section: Restart the Mirth Connect Server. I was able to do that. Unable to retrieve payload from HTTP request. URI: https://localhost:8443 IMHO I couldn't have done much wrong. Perhaps, I thought, the 1433 is not applicable on my machine - but that isn't even mentioned in the error. I'm using Mirth Connect 4.3.0. Anyone any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What is in mirth.log? You need to make sure the engine starts cleanly before you try to connect with the admin tool. |
Beta Was this translation helpful? Give feedback.
-
This doesn't look like an issue with the database, it looks like an issue connecting to localhost on your machine. What happens when you try launching using this: http://localhost:8080/webstart |
Beta Was this translation helpful? Give feedback.
To be clear, the original error message is generic in the sense that a non-running instance of mirth simply doesn't reply.
This means you almost always need to start with looking at the server start up log (in mirth.log) - where there would reside a database connection error.
So while the underlying cause in this case was the database did not exist where the mirth user was attempting to connect to and subsequently create its schema, it isn't the "correct" answer for all instances of this error.