I am developing a Lucee extension and am running i...
# lucee
b
I am developing a Lucee extension and am running into an issue when I restart Lucee from both the Lucee GUI and programmatically using the
cfadmin
tag. In one part of my extension I need to call
createPageContext
on an instance of the CFMLEngine but I get an exception on line 173 of PageContextUtil.java that says
Index 0 out of bounds for length 0
From what I can gather is that there is no ServletConfig registered on the engine instance. I will only receive this error after restarting Lucee from the GUI or programmatically. On first boot of the server though everything works great.
z
can you post to the mailing list about this, with code. Slack is a black hole and this info is useful for others and needs to be preserved
❤️ 1