Error in REST API: Access denied to file (After upd8 to 4.8)
I decided this morning to upgrade my subsonic version to 4.8. 4.7 was working fine but I wanted access to the raw streams.
After updating, I now get this stack trace when I try to access a folder. Interestingly enough, artists and albums load fine. The only thing I cant do is fetch a directory listing.
Again this was just working.. so im not sure what to do. the permissions look good to me. subsonic is also currently running as root. Anyone know where to begin ?
After updating, I now get this stack trace when I try to access a folder. Interestingly enough, artists and albums load fine. The only thing I cant do is fetch a directory listing.
- Code: Select all
[2013-07-14 10:24:51,426] WARN RESTFilter - Error in REST API: Access denied to file /media/raidone
java.lang.SecurityException: Access denied to file /media/raidone
at net.sourceforge.subsonic.service.MediaFileService.getMediaFile(MediaFileService.java:99)
at net.sourceforge.subsonic.service.MediaFileService.getMediaFile(MediaFileService.java:79)
at net.sourceforge.subsonic.service.MediaFileService.getMediaFile(MediaFileService.java:140)
at net.sourceforge.subsonic.service.MediaFileService.getParentOf(MediaFileService.java:161)
at net.sourceforge.subsonic.controller.RESTController.getMusicDirectory(RESTController.java:422)
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)
Again this was just working.. so im not sure what to do. the permissions look good to me. subsonic is also currently running as root. Anyone know where to begin ?