Issues
- change log level to error when extensions can't be installedLDEV-5495Resolved issue: LDEV-5495Zac Spitzer
- Lucee 7 attempts to serve requests before deployment finishes, throwing errorsLDEV-5478
- deployhandler rejects .lcoLDEV-5463Resolved issue: LDEV-5463Pothys - MitrahSoft
- when a file in the deploy folder isn't supported, log and move to the failed to deploy folderLDEV-5374Resolved issue: LDEV-5374Pothys - MitrahSoft
- allow disabling deploy folder polling via an env varLDEV-5018
- Support for Defining Lucee Version via Environment Variable or System PropertyLDEV-4873Resolved issue: LDEV-4873Michael Offner
- Assign mapping to archive generates a huge .lar fileLDEV-2206
7 of 7
change log level to error when extensions can't be installed
Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 4 days ago
Updated yesterday
Resolved yesterday
Activity
Show:
Nick Kwiatkowskiyesterday
Can confirm that error messages are now being logged. Thanks Zac!
Zac Spitzer4 days ago
11-Apr-2025 16:56:29.552 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\lucee\tomcat\webapps\ROOT]
"Severity","ThreadID","Date","Time","Application","Message"
"INFO","main","04/11/2025","16:56:32","controller","Extensions to install defined in env variable or system property:3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.17-RC"
"ERROR","main","04/11/2025","16:56:33","controller","Failed to install the following extensions: 3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.17-RC"
"Severity","ThreadID","Date","Time","Application","Message"
"INFO","main","04/11/2025","16:56:35","startup","Touched monitors"
"INFO","main","04/11/2025","16:56:35","startup","Start CFML Controller"
"INFO","main","04/11/2025","16:56:35","startup","Init factory"
"INFO","main","04/11/2025","16:56:35","startup","Loaded config"
"INFO","main","04/11/2025","16:12:56","controller","No extension(s) found to add/install" "INFO","main","04/11/2025","16:12:56","controller","Extensions to install defined in env variable or system property:3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.17-RC" "INFO","main","04/11/2025","16:12:57","controller","Failed to install the following extensions: 3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.17-RC" "Severity","ThreadID","Date","Time","Application","Message" "INFO","main","04/11/2025","16:12:58","startup","Touched monitors" "INFO","main","04/11/2025","16:12:58","startup","Start CFML Controller" "INFO","main","04/11/
the failed should be error!