Log Files for Troubleshooting #89
-
Is there a log file that I can check to troubleshoot a database connection issue? I am trying to create a fresh installation of Binner (v2.1.1) - it's up and running with the file version of database, but when I change appsettings.json to my SQL Express database (currently empty db named 'Binner') and restart the Binner service, the web page no longer loads: An error occurred during a connection to localhost:8090. Until I change it back to the file database. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi James - the default log file location is C:\Binner\Binner.log Worth noting, the release I'm trying to get out today introduces a new command:
This will show more information about your DB configuration and test if something is wrong. |
Beta Was this translation helpful? Give feedback.
-
Release 2.2.0 is now out, if you're still having trouble try the new --dbinfo switch to verify your storage provider configuration. |
Beta Was this translation helpful? Give feedback.
Hi James - the default log file location is C:\Binner\Binner.log
You can also run the service manually in a console - C:\Program Files\Binner\Binner.Web.exe and view any output it has. Sounds to me like there's definitely a startup error of some kind.
Worth noting, the release I'm trying to get out today introduces a new command:
.\Binner.Web.exe --dbinfo
This will show more information about your DB configuration and test if something is wrong.