MongoDB session storage cache

Description

I have migrated from Railo to Lucee and now my MongoDB cache is not working. It throws this error: Message:java.lang.ClassNotFoundException: lucee.runtime.type.scope.storage.IKStorageValue

I did remove the extension prior to migration. I have also noticed that the cache "data" value now appears to be encrypted.

Environment

OS: CentOS 6.9

Activity

Randall Droke 20 June 2017 at 21:34

Thank you very much, I look forward to getting this resolved in our
environment.

Randall Droke
Director of IT
BizLink Management Software, LLC.
www.bizlinkms.com

On Tue, Jun 20, 2017 at 4:39 PM, IamSigmund (JIRA) <

Patrick Quinn 20 June 2017 at 20:39

Hi . This fix will ship with the release that comes out after July 1, which will be Lucee 5.2.2. Holler with any other questions.

Randall Droke 19 June 2017 at 22:14

Hi,
Any idea when this will be available?

Randall Droke
Director of IT
BizLink Management Software, LLC.
www.bizlinkms.com

On Mon, Jun 19, 2017 at 9:32 AM, Michael Offner (JIRA) <

Michael Offner 16 June 2017 at 14:31

problem is that the classloader loading the objects cannot see lucee.runtime.type.scope.storage.IKStorageValue like evey other class from the core.

How to solve?
1. not store classes from the core in that cache, what is a big change?
2. teach the extension to use the core classloader

#1 is the better solution because this limitation could also happen with other caches.
maybe it is easy to do #2, as a fast solution first.

Fixed

Details

Assignee

Reporter

Priority

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

Affects versions

Created 31 May 2017 at 18:30
Updated 20 June 2017 at 21:34
Resolved 19 June 2017 at 13:31