I ran it on a Windows VM just before I saw your me...
# cfwheels
p
I ran it on a Windows VM just before I saw your message and noticed the issue, so I was in the process of sending you the updates.
n
0.6.0 now up with those changes
p
cool.
I'll do some more testing with this, I'd like any feedback you care to give. I was able to reproduce java errors on the windows VM so it wasn't isolated to my M1 Mac. I'll dive deeper into it tomorrow.
n
Wierd, ran surprisingly well for me
(once I had the right code!)
ooo, I tell I lie, it's literally just started throwing errors
``
Copy code
java.lang.NullPointerException
Stacktrace	The Error Occurred in
D:\cfwheels-test\exampleapp\wheels\global\cfml.cfm: line 160
158: </cfif>
159: <cfset ArrayPrepend(request.$wheelsInvoked, Duplicate(arguments))>
160: <cfinvoke attributeCollection="#arguments#">
161: <cfset ArrayDeleteAt(request.$wheelsInvoked, 1)>
162: <cfif StructKeyExists(local, "rv")>

called from D:\cfwheels-test\exampleapp\wheels\global\cfml.cfm: line 31
called from D:\cfwheels-test\exampleapp\wheels\model\initialization.cfm: line 401
called from /wheels../root.cfm: line 5
called from D:\cfwheels-test\exampleapp\wheels\global\internal.cfm: line 606
called from D:\cfwheels-test\exampleapp\wheels\model\create.cfm: line 120
called from D:\cfwheels-test\exampleapp\wheels\model\create.cfm: line 61
called from D:\cfwheels-test\exampleapp\controllers\Sessions.cfc: line 14
called from D:\cfwheels-test\exampleapp\wheels\global\cfml.cfm: line 160
called from D:\cfwheels-test\exampleapp\wheels\controller\processing.cfm: line 125
called from D:\cfwheels-test\exampleapp\wheels\controller\processing.cfm: line 92
called from D:\cfwheels-test\exampleapp\wheels\dispatch\functions.cfm: line 199
called from D:\cfwheels-test\exampleapp\wheels\index.cfm: line 6
called from D:\cfwheels-test\exampleapp\rewrite.cfm: line 2
called from D:\cfwheels-test\exampleapp\wheels\events\onrequest.cfm: line 4
So... something to do with sessions / and / or the tableless model which creates the authentication request
I only get it on /login not the rrot
*root
p
Cool, I'll have a look at that. I've had to make changes to the H2 adapters for model and migrations to get it to work. Waiting to finalize before submitting another PR for cfwheels/cfwheels
What did you you think of the installation status page?
r
@Peter Amiri I know you're working on it but FWIW here is what happened when I tried it