Issues
- Regression - updating lucee failed to deploy the cfc files to the context directory if those files are existsLDEV-4043Zac Spitzer
- hook the update provider to sentry for monitoring missing bundlesLDEV-4037
- Admin - logging edit options not shown if the server updated with changed logging appender settings.LDEV-4036Michael Offner
- cfhttp can't connect to https://repo1.maven.org/LDEV-4029Resolved issue: LDEV-4029Michael Offner
- Lucee 6.0 with 5.3.8 loader doesn't workLDEV-3985Michael Offner
- Failed update generates java.util.zip.ZipException after restarting Tomcat/LuceeLDEV-3014Michael Offner
- crash viewing extension page for form in adminLDEV-2653Resolved issue: LDEV-2653Michael Offner
- snapshot updates aren't being advertised on admin overview pageLDEV-2483Resolved issue: LDEV-2483Pothys - MitrahSoft
- Improve visibility of "Update me" icon on ExtensionLDEV-2419
- server update crashes when lucee can't connect to internet or lucee webservices downLDEV-2301Resolved issue: LDEV-2301Michael Offner
- warn about incompatible extensions when downgradingLDEV-2264Resolved issue: LDEV-2264Michael Offner
- error updating lucee - key [OTHERVERSIONS] doesn't exist (existing keys:PROVIDER,message,CODE,type)LDEV-2207Resolved issue: LDEV-2207
- snapshots are being suggested as patches for stable releases on overview pageLDEV-2187Resolved issue: LDEV-2187Pothys - MitrahSoft
- missing 5.3.2.50-SNAPSHOT causes lucee not to startLDEV-2179
- improve logging for missing extensions in deploy.logLDEV-1713Resolved issue: LDEV-1713Michael Offner
- server and extension updates are insecurely downloaded over httpLDEV-1506Resolved issue: LDEV-1506Michael Offner
- The CacheManager has been shut down. It can no longer be used.LDEV-1332Resolved issue: LDEV-1332Michael Offner
17 of 17
Regression - updating lucee failed to deploy the cfc files to the context directory if those files are exists
Unresolved
Description
Environment
None
Attachments
13
causes
Details
Assignee
Zac SpitzerZac SpitzerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewLabels
New 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
None
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
Labels
New 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
None
Created 20 June 2022 at 14:10
Updated 29 September 2023 at 07:10
Activity
Show:
Zac Spitzer29 September 2023 at 07:09
just updated to 6.0.0.566 from 6.0.0.557 and the correct admin version was loaded, closing
Michael Offner18 September 2023 at 18:08
is this still an issue?
Zac Spitzer26 June 2023 at 15:59
added this to make the problem super obvious
Zac Spitzer18 June 2023 at 14:34
ahhh, in single mode, the .lar file is updated
Zac Spitzer18 June 2023 at 11:36
One thing I noticed is that single mode, an empty webcontext dir is being created
C:\lucee6\web-contexts\4a26db81d96aff7f333eb62da6468068
this happens because getConfigDirectory
isn’t single context aware?
Updating the lucee from 5.3.8.206 to 5.3.10.x using both lco/jar doesn't deploy the cfc files (like DatasourceAppender.cfc, ConsoleAppender.cfc, and modern.cfc) to lucee_express_folder\lucee-server\context\context\admin..... . And manually delete that files and restarting the lucee deploy the newer version files as expected.
The regression starts by this commit
The regression starts from 5.3.9.134-SNAPSHOT and again the issue does not exist from 5.3.9.136-SNAPSHOT in 5.3.9 (because that commit has not been merged in lucee 5.3.9 - branch).
The issue is there in all the 5.3.10 versions.