Hi Ari, You probably should first check your log files to see what the exact error is (as the logs should say what caused the internal server error). See also: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
Based on the error in your logs, it might give more clues as to whether this is a local configuration issue or a bug in the code. If you are unable to determine which it is yourself, then feel free to respond back to this list and someone here can try and help analyze the error. - Tim On Tue, Sep 19, 2017 at 4:29 AM Ari <[email protected]> wrote: > > Hi, > I can fetch bitstream policy ok: > https:// > demo.dspace.org/rest/bitstreams/da4a9462-91ba-4203-86ae-ff3d94236a66/policy > > > > this returns: > [ > { > "id": 1509, > "action": "READ", > "epersonId": null, > "groupId": "0247fa62-c079-4174-9071-e06b35cae7be", > "resourceId": "da4a9462-91ba-4203-86ae-ff3d94236a66", > "resourceType": "bitstream", > "rpDescription": "", > "rpName": "", > "rpType": "TYPE_CUSTOM", > "startDate": null, > "endDate": null > } > ] > > > > If I try to delete that policy with DELETE request: > > https://demo.dspace.org/rest/bitstreams/da4a9462-91ba-4203-86ae-ff3d94236a66/policy/1509 > > I got internal server error. > > Should I file a bug or am I doing something wrong? > > DSpace version 6.2 > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
