Weird I got a notification that geneda posted an issue with IllegalAccessException. I should have had this fixed yesterday, so if it's still happening please let me know.
Looks like my posts need to get mod approval because I'm new, I think.
My post finally did make it up, it's on page 47.
Anyway, I delete the SB_Elsinore_Server folder and did a fresh git clone. When I try and edit I get:
WARNING: Couldn't access URL: /editdevice
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sb.elsinore.BrewServer.serve(BrewServer.java:304)
at com.sb.elsinore.NanoHTTPD.serve(NanoHTTPD.java:315)
at com.sb.elsinore.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:920)
at com.sb.elsinore.NanoHTTPD$1$1.run(NanoHTTPD.java:192)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NullPointerException
at com.sb.elsinore.UrlEndpoints.editVessel(UrlEndpoints.java:663)
... 9 more
Dec 23, 2014 10:28:57 AM com.sb.elsinore.BrewServer serve
WARNING: Failed to find URI: /editdevice
Dec 23, 2014 10:29:06 AM com.sb.elsinore.StatusRecorder run
WARNING: Status Recorder shutting down
EDIT: I did a chmod 777 -R * on the directory, and the error went away. So, there's a permission issue somewhere...