Lucee is running well - I'm working on an Enterprise Flex project and didn't take long to move from ADCF.
Everything is now running as expected - the only issue I'm running into is when an error is thrown - the only error returned to the flex client is this nullPointerException. The actual error - in this case an error I threw - is being logged in Tomcat's stderr - then immediately after the nullPointerException is thrown by lucee - and it's this error that gets returned to the remoting client.
Also including the snap of the stderr and the debug dump from BlazeDS to stdout

Is there a way to stop Lucee from throwing this error? Or a way to catch and send the original back to BlazeDS?