[dspace-tech] How to get bitstream thumbnail location from the database?

2017-03-30 Thread Tsegaselassie Tadesse
I am trying to build a very light-weight API endpoint that lists items from the database. I want to provide a url link to the item's thumbnail but it seems DSpace works very differently from what I expected. I have read the Storage Layer

[dspace-tech] Re: How to get bitstream thumbnail location from the database?

2017-04-01 Thread Tsegaselassie Tadesse
> bitstream_format_id. > > You can look up the policies by using the resource_id in the > resourcepolicy table, but deciphering that isn't straightforward. It > depends if you ever make thumbnails private. We don't in our instance. > > Cheers, > Chris > &

[dspace-tech] Re: database migration dspace 6.0 failed

2017-04-01 Thread Tsegaselassie Tadesse
It would a lot better for you to move through all the major release starting from 4.0 all the way up to 6.0. That way you won't be missing anything. Also make sure any extra extensions/modules you are using also support moving to 6.0. It also a good idea to share the actual error message you

Re: [dspace-tech] Re: How to get bitstream thumbnail location from the database?

2017-04-01 Thread Tsegaselassie Tadesse
m/begriffs/postgrest > > Has anyone tried this? > > On Sat, Apr 1, 2017 at 5:44 PM Tsegaselassie Tadesse > wrote: > >> Pick an easy problem, OK? :) >> >> >> Thanks I will next time :D >> >> That query pointed me into the right direction. I had n

[dspace-tech] How to get items in a specific community (with the option to expand them) using the REST API?

2016-01-27 Thread Tsegaselassie Tadesse
Hi all, I have been looking into the DSpace Rest API endpoint documentation , and I couldn't find a way to get items in a specific community. I am looking for something like this: GET http: //localhost:8080/community/:ID/items[?expand={

[dspace-tech] Migration failing because of an Exception: org.dspace.content.NonUniqueMetadataException

2016-06-16 Thread Tsegaselassie Tadesse
I am trying to run a local instance of a modified DSpace v5.1 and the last database migration fails with the following error: 2016-06-16 23:07:04,427 ERROR org.flywaydb.core.internal.command.DbMigrate @ Migration of schema "public" to version 5.1.2015.12.03.3 failed! Changes successfully rolled

Re: [dspace-tech] Migration failing because of an Exception: org.dspace.content.NonUniqueMetadataException

2016-06-16 Thread Tsegaselassie Tadesse
e 3001, Belgium* > www.atmire.com > <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomd> > > > 2016-06-16 22:19 GMT+02:00 Tsegaselassie Tadesse : > >> I am trying to run a local instance of a modified DSpace

[dspace-tech] How to disable a custom module?

2016-06-22 Thread Tsegaselassie Tadesse
I have been having problems with a database migration from a custom module. I want to know how I can remove that module temporarily to get my applications running until I get help? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To

[dspace-tech] Where to find the Solr query generated by DSpace?

2016-06-30 Thread Tsegaselassie Tadesse
I wanted to see the plain Solr queries DSpace generates to get the results for the sidebar facets. It there a log file or something similar I can look at to find these? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe