Issues
Lucee 6.2 war file (forgebox/commandbox) references removed Lucee servlet class
Fixed
Description
Environment
None
Attachments
3
is caused by
relates to
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
Fix versions
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
NoneAffects versions
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
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
Affects versions
Created 24 July 2024 at 16:15
Updated 9 August 2024 at 07:45
Resolved 9 August 2024 at 07:45
Activity
Show:
Zac Spitzer9 August 2024 at 07:44
it’s works
Zac Spitzer30 July 2024 at 12:45
@Pothys - MitrahSoft we haven’t published a new build since i deployed this fix
Pothys - MitrahSoft30 July 2024 at 12:33
I checked this ticket with Lucee 6.2.0.32-SNAPSHOT in CommandBox and caught the error. @Zac Spitzer , could you please try this?
CF Engine: lucee 6.2.0-SNAPSHOT+32
Last status message:
[INFO ] Runwar: Starting RunWAR 4.5.2
[INFO ] Runwar: HTTP2 Enabled:true
[INFO ] Runwar: HTTP sslEnable:false
[INFO ] Runwar: HTTP ajpEnable:false
[INFO ] Runwar: HTTP warFile exists:true
[INFO ] Runwar: HTTP warFile isDirectory:true
[INFO ] Runwar: Starting background testcases [lucee 6.2.0-SNAPSHOT+32] from: /C:/.../.../.CommandBox/lib/runwar-4.5.2.jar
[ERROR] java.lang.RuntimeException: java.lang.reflect.InaccessibleObjectException: Unable to make public long java.lang.ProcessImpl.pid() accessible: module java.base does not "opens java.lang" to unnamed module @4411d970
[ERROR] at runwar.LaunchUtil.relaunchAsBackgroundProcess(LaunchUtil.java:279)
[ERROR] at runwar.LaunchUtil.relaunchAsBackgroundProcess(LaunchUtil.java:241)
[ERROR] at runwar.Server.startServer(Server.java:327)
[ERROR] at runwar.Start.main(Start.java:123)
Zac Spitzer26 July 2024 at 07:38
Deployed, I have tested locally with 6.0.3.1 and 6.2.0.30-SNAPSHOT and both startup successfully in single mode
https://github.com/lucee/lucee-data-provider/commit/23d8e2a6c639912bb2fb6f468e700a39adc31ea9
I will test the next snapshots once they are puiblished
Zac Spitzer24 July 2024 at 18:50
removed .lucee support, added in .cfs support
https://github.com/lucee/lucee-data-provider/blob/main/apps/updateserver/services/legacy/build/war/WEB-INF/web.xml
<servlet> <servlet-name>LuceeServlet</servlet-name> <servlet-class>lucee.loader.servlet.LuceeServlet</servlet-class>
lucee.loader.servlet.LuceeServlet
no longer existsthis causes commandbox to fail on startup with
box server start lucee@be