Issues
- getClassMetaData on ORMGetSessionFactory not foundLDEV-2714Resolved issue: LDEV-2714
- shutdown taking 1mLDEV-2712Resolved issue: LDEV-2712Michael Offner
- Listfind & Listfindnocase works incorrectly while using includeEmptyFields=trueLDEV-2710Resolved issue: LDEV-2710Pothys - MitrahSoft
- NPE org.apache.coyote.http11.Http11Processor.service whilst restartingLDEV-2709michael
- java.lang.NullPointerException for Performance/Caching Admin SectionLDEV-2705Resolved issue: LDEV-2705Michael Offner
- admin assumes the local documentation extension is installedLDEV-2695Resolved issue: LDEV-2695Pothys - MitrahSoft
- java.lang.ArrayStoreException: java.lang.ref.SoftReferenceLDEV-2694michael
- throw message="Access Denied" errorcode="403"; throws Missing [;] or [line feed] after expressionLDEV-2693Resolved issue: LDEV-2693michael
- scheduled tasks list in admin doesn't show the start time for daily, weekly or monthly tasksLDEV-2692Resolved issue: LDEV-2692Pothys - MitrahSoft
9 of 9
getClassMetaData on ORMGetSessionFactory not found
Fixed
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Samuel W. KnowltonSamuel W. KnowltonPriority
BlockerLabels
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
Unassigned
UnassignedReporter
Samuel W. Knowlton
Samuel W. KnowltonPriority
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
Affects versions
Created 22 February 2020 at 01:28
Updated 4 June 2021 at 17:31
Resolved 20 March 2020 at 19:38
Activity
Show:
Samuel W. Knowlton18 March 2020 at 21:19
(comment deleted - false alarm)
Michael Offner17 March 2020 at 09:16
Michael Offner17 March 2020 at 09:12
we removed 2 “synchronised” blocks because we switched to ConcurrentHashMap that should be thread safe, but i assume that when 2 ore more threads adding a new class at the same time, we still somehow loosing entries. I added again a “sync“ block, but not a general as before, we only sync for classes, so 2 different classes still can be stored at the same time.
Michael Offner17 March 2020 at 08:39
most likely this change is causing it
Michael Offner17 March 2020 at 08:32
history of the Reflector shows nothing obvious
Taken from https://luceeserver.atlassian.net/browse/LDEV-2665
On any persistent entity:
Throws:
No matching Method/Function for org.hibernate.impl.SessionFactoryImpl.getClassMetadata(string) found (expression)
this breaks CBORM from ORMSupportUtil.cfc.
Stack trace: