...
Code Block | ||
---|---|---|
| ||
2024-05-20 14:27:26.133 Info: OnBeforeInstall: Bannister Lake - Flow for Chameleon 2024-05-20 14:27:26.135 Info: Check database connection: localhost:3306 root 2024-05-20 14:27:26.298 Info: Database connection valid? True 2024-05-20 14:27:59.406 Info: Commit: 2024-05-20 14:27:59.406 Info: TargetSite is set to: /LM/W3SVC/1 2024-05-20 14:27:59.406 Info: Check binds and site Url Host Name: 2024-05-20 14:27:59.840 Info: Is Http Enabled: True 2024-05-20 14:27:59.841 Info: Is HTTPS Enabled: True 2024-05-20 14:27:59.841 Info: Site Url Host Name: localhost 2024-05-20 14:27:59.841 Info: Read config service file: servicesHttpBoth 2024-05-20 14:27:59.842 Info: Write config service file: in Configurations folder. ... 2024-05-20 14:28:01.647 Info: Check if the preference already exists for `Flow` `Theme` 2024-05-20 14:28:01.648 Info: Database update engine run finished. 2024-05-20 14:28:01.648 Info: Read the update report at: https://localhost/tickit/Uploads/InstallReport.htm |
500.19 Error
Alain was getting a server error at KLKN when Flow tried to start after successfully installing - 500.19 error
Module | DynamicCompressionModule |
---|---|
Notification | SendResponse |
Handler | StaticFile |
Error Code | 0x8007007e |
Requested URL | |
Physical Path | C:\inetpub\wwwroot\chameleon\Uploads\InstallReport.htm |
Logon Method | Anonymous |
Logon User | Anonymous |
Tried setting permissions on the intepub/wwwroot folder to {machinename}\IIS_IUSRS (Read, Execute)
that didn't solve the problem
Reviewed the IIS installed components - add Basic Authentication
that didn't solve the problem
Solution found here:
https://stackoverflow.com/questions/30206989/service-not-accessible-when-enable-32-bit-applications-set-to-true/30301385#30301385
https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-500-19-webpage#hresult-code-0x8007007e
I modified this file as described but that didn't resolve the problemC:\Windows\System32\inetsrv\Config\applicationHost.config
Finally ran this command and then it started working
Code Block |
---|
C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress'] |
The result was:
Code Block |
---|
Applied configuration changes to section "system.webServer/httpCompression" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST" |
This finally resolved the problem!