Issues
NPE at lucee.runtime.config.ConfigWebFactory._loadCache(ConfigWebFactory.java:2343)
Fixed
Description
Environment
None
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
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
Affects versions
Created 9 December 2022 at 16:59
Updated 30 March 2023 at 14:52
Resolved 30 March 2023 at 14:51
Activity
Show:
Pothys - MitrahSoft30 March 2023 at 14:04Edited
I've replicated this issue under load with lucee admin while updating the server from 5.3.10.97 to 6.0.0.310-SNAPSHOT. Now the issue is resolved in lucee versions 6.0.0.357-SNAPSHOT, 5.3.10.128-SNAPSHOT and NPE error doesn't occur.
Pothys - MitrahSoft28 March 2023 at 08:01
I added a fix to lucee 5.3
Pull Request:
Pothys - MitrahSoft21 February 2023 at 15:37Edited
Couldn't replicate the issue with lucee version 6. and still have the issue with Lucee 5.3.
Michael Offner17 February 2023 at 14:48
please give it another try and if it works with the new build set it to resolved
Michael Offner17 February 2023 at 14:47
whilst "Installing Lucee [6.0.0.310-SNAPSHOT] (previous version was [5.3.10.97] )"
"java.lang.NullPointerException;java.lang.NullPointerException
at lucee.runtime.config.ConfigWebFactory._loadCache(ConfigWebFactory.java:2343)
at lucee.runtime.config.ConfigWebFactory.load(ConfigWebFactory.java:531)
at lucee.runtime.config.ConfigWebFactory.reloadInstance(ConfigWebFactory.java:378)
at lucee.runtime.config.ConfigAdmin._reload(ConfigAdmin.java:324)
at lucee.runtime.config.ConfigAdmin._storeAndReload(ConfigAdmin.java:299)
at lucee.runtime.config.ConfigAdmin.updateRHExtension(ConfigAdmin.java:4762)
at lucee.runtime.config.ConfigAdmin.updateRHExtension(ConfigAdmin.java:4374)
at lucee.runtime.config.ConfigAdmin._updateRHExtension(ConfigAdmin.java:4356)
at lucee.runtime.config.DeployHandler.deployExtension(DeployHandler.java:346)
at lucee.runtime.config.DeployHandler.deployExtensions(DeployHandler.java:164)
at lucee.runtime.engine.CFMLEngineImpl.<init>(CFMLEngineImpl.java:370)
at lucee.runtime.engine.CFMLEngineImpl.getInstance(CFMLEngineImpl.java:749)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)