[dspace-tech] trouble providing ore oai

2015-10-27 Thread Jose Blanco
Not sure why ore is not being provided by our oai provider. Here is an example: http://deepblue.lib.umich.edu/dspace-oai/request?verb=GetRecord=oai:deepblue.lib.umich.edu:2027.42/115488=ore Any suggestion. -- You received this message because you are subscribed to the Google Groups "DSpace

Re: [dspace-tech] trouble providing ore oai

2015-10-27 Thread Jose Blanco
I changed the ore.xml file and it's working now. Thank you! Jose On Tue, Oct 27, 2015 at 5:16 PM, Jose Blanco <blan...@umich.edu> wrote: > I get this: > > -bash-3.2$ xmllint -noout ore.xsl > ore.xsl:22: namespace error : Namespace prefix xsi for schemaLocation on >

[dspace-tech] cache in tomcat

2015-11-11 Thread Jose Blanco
I noticed some files being created in in my tomcat temp directory. Is this where files uploaded are initially stored before moving to the assetstore? Also, What are the bounds for growths for the tomcat cache-dir? Should I clear the java cache periodically using the UI? Thank you! -- You

[dspace-tech] Re: Structured Metadata in Hydra

2015-10-08 Thread Jose Blanco
Please disregard this email. I sent it to the wrong list. On Thu, Oct 8, 2015 at 5:02 PM, Jose Blanco <blan...@umich.edu> wrote: > I would like to have the capability to have structured metadata. Things > like this: > > Author1 >email_a >email_b >Un

[dspace-tech] item mapper always returns 10 items

2015-10-09 Thread Jose Blanco
even when there are more. Is this configurable? -- 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 dspace-tech+unsubscr...@googlegroups.com. To post to

Re: [dspace-tech] Sword item update questions

2015-12-07 Thread Jose Blanco
e API...it doesn't allow editing of *all* settings in > DSpace quite yet, but it does allow for basic editing/changes to Items, > Collections, Communities. > https://wiki.duraspace.org/display/DSDOC5x/REST+API > > Good luck. If you have more specific questions, feel free to ask them

Re: [dspace-tech] oai and access restricted items

2016-01-06 Thread Jose Blanco
#L51 Or should it just work by default. Thank you! On Thu, Dec 17, 2015 at 10:08 AM, helix84 <heli...@centrum.sk> wrote: > On Tue, Dec 15, 2015 at 5:10 PM, Jose Blanco <blan...@umich.edu> wrote: > >> harvest.includerestricted.oai = false >> >> I can't find w

[dspace-tech] Re: having touble starting solr

2016-01-12 Thread Jose Blanco
It's working now. I just removed the target dirs and rebuilt. Thanks! On Tue, Jan 12, 2016 at 1:06 PM, Jose Blanco <blan...@umich.edu> wrote: > It was working fine yesterday. I'm getting this error: > > 2016-01-12 13:04:56,787 ERROR org.apache.sol

Re: [dspace-tech] Re: creating a flash page

2016-01-12 Thread Jose Blanco
e I call outputs > plain html for the most part, but I am still able to leverage all the xml > page source to my liking. > > If you are interested I can send a little more detailed explanation. > > Cheers! > Bill > > On Monday, January 11, 2016 at 3:57:19 PM UTC-

[dspace-tech] trouble with a patch

2016-06-08 Thread Jose Blanco
I'm working on incorporating this patch: https://github.com/DSpace/DSpace/pull/999 I changed the file indicated in the patch in my development environment, then I did a build and update, and I was getting this error: 2016-06-07 10:31:12,110 ERROR

[dspace-tech] icon showing restriction on item page

2016-06-06 Thread Jose Blanco
I have a situation in which I display an icon indicating that the bitstream is restricted on the item page. For example: https://deepblue.lib.umich.edu/handle/2027.42/120430 The way the icon is place on the bitstream is done in item-view.xsl. It checks if the bistream description contains

[dspace-tech] Re: trouble with a patch

2016-06-09 Thread Jose Blanco
I'm still stuck on this one. I wonder what happens with the code in dspace-api? GoogleMetadata.java is there. I keep thinking that something needs to be cleared. -Jose On Wed, Jun 8, 2016 at 2:21 PM, Jose Blanco <blan...@umich.edu> wrote: > I wonder if I have to clear the ja

Re: [dspace-tech] Re: trouble with a patch

2016-06-13 Thread Jose Blanco
t; > https://github.com/christian-scheible/DSpace/blob/88ed31d1470049cfd325b9fb7298f3d9aa1802fb/dspace-api/src/main/java/org/dspace/app/util/GoogleMetadata.java > > (diff, diffmerge, meld, ...) > > And/or open your GoogleMetadata.java in an IDE to help determine missing > imports. > >

[dspace-tech] download interrupted

2016-05-31 Thread Jose Blanco
I have a 20Gig file that a user seems to be having trouble downloading. He says that after several hours the download is interrupted. He is doing the download from Italy. I just tried it from my computer and it took about an hour. Any suggestions? Thank you! -Jose -- You received this message

Re: [dspace-tech] upgrade.

2016-02-22 Thread Jose Blanco
oing on. If there > are errors there, then pass them along on this list. But, if you are just > seeing those "Wrote __ to Index" messages, then everything is working > correctly. > > - Tim > > > > On 2/22/2016 1:04 PM, Jose Blanco wrote: > > I'm in

Re: [dspace-tech] upgrate from 4 to 5

2016-02-22 Thread Jose Blanco
HOw can I tell how far it's gone. If I go to the /search dir and I don't see any changes. I actually have enabled lucene in my instance because I'm using the advanced search page. Again. Is this equivalent to doing ./dspace index-init Many thanks! On Mon, Feb 22, 2016 at 9:18 AM, helix84

[dspace-tech] upgrate from 4 to 5

2016-02-22 Thread Jose Blanco
I'm running /dspace database migrate and I see in the log file: INFO org.dspace.storage.rdbms.DatabaseLegacyReindexer @ Reindexing all content in Lucene search engine Is this expected, and once it's done will lucene index be indexed and therefore there wont be a need to do : ./dspace

Re: [dspace-tech] updating lucene search.

2016-02-25 Thread Jose Blanco
://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-api/src/main/java/org/dspace/search/SearchConsumer.java > > - Tim > > > On 2/25/2016 8:55 AM, Jose Blanco wrote: > > Thanks Tim for your response. What I have done is I have left the advance > page from previous Dspace instance

Re: [dspace-tech] updating lucene search.

2016-02-25 Thread Jose Blanco
whether it's > worth moving to just using Discovery. In 5.x, we deprecated Lucene > searching, and it is being removed entirely in 6.x (coming soon). So, > while you can still use Lucene in 5.x, you'll eventually need to move to > using Discovery (with Solr) once 6.x is released. &g

Re: [dspace-tech] upgrade.

2016-02-22 Thread Jose Blanco
ing+List+Etiquette > > > On Mon, Feb 22, 2016 at 5:48 PM, Jose Blanco <blan...@umich.edu> wrote: > > I'm a bit closer. Now when I run > > > > ./dspace index-discovery -b > > > > it's grabbing items from my prod instance, but indexing them in my dev > a

Re: [dspace-tech] oai and access restricted items

2016-01-19 Thread Jose Blanco
.duraspace.org/browse/DS-2543 > which was resolved in 5.3. > > Hope this helps > > Claudia Jürgen > > > > > Am 18.01.2016 um 18:40 schrieb Jose Blanco: > >> Going to re-post this question. >> >> -Jose >> >> On Wed, Jan 6, 2016 at 4:11 PM, Jose

Re: [dspace-tech] oai and access restricted items

2016-01-21 Thread Jose Blanco
the other files in this directory are different from the ones in this gihub repository. I started off with 5.1 from a gz file. I wonder what happened. Should I just use all the files and directories from the filter dir in github? Thank you! Jose On Wed, Jan 20, 2016 at 5:15 PM, Jose Blanco <b

[dspace-tech] upgrade.

2016-02-19 Thread Jose Blanco
I want to upgrade our instance from 4 to 5.1, and I was planning on running: ./dspace index-discovery -f But would it be better if I run ./dspace index-discovery -b During the upgrade the service will be down. Thank you! Jose -- You received this message because you are subscribed to the

[dspace-tech] Cannont get a connectoin error

2016-03-31 Thread Jose Blanco
I"m on dspace 5.1 and I've noticed this error in the log file 2016-03-30 10:42:06,450 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL connection Error - org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at

[dspace-tech] Re: need to update a metadata for a whole set of item

2016-05-10 Thread Jose Blanco
and then adds the metadata that is requested in the command line based on what's in the file. I quickly checked the code and that seems to be the way it works. Could someone confirm that. Many thanks! Jose On Tue, May 10, 2016 at 1:50 PM, Jose Blanco <blan...@umich.edu> wrote: > In the past I

[dspace-tech] need to update a metadata for a whole set of item

2016-05-10 Thread Jose Blanco
In the past I have used itemupdate to update specific metadata. So say I wanted to update a citation, i would do this: ./dspace itemupdate -e blan...@abc.edu -s /prep_area/citation_delete -d dc.identifier.citation 2>&1 | tee outfile_delete Once all the citations are delete, then I would do this

[dspace-tech] need to update item permissions for many items

2016-07-14 Thread Jose Blanco
I have a list of handles, and for each of those handles I want to change the epersongroup that has permission to the item to be Anonymous, I loaded them having some other epersongroup. I could run a sql like this for each item: update resourcepolicy set epersongroup_id = 0 where resource_id =

[dspace-tech] dspace rest api to insert a license bundle

2017-02-17 Thread Jose Blanco
Is there any documentation on how to issue a rest api request to insert a license bundle with the license file to an item? Thank you! -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving

[dspace-tech] setting a group for metadata using itemimport

2016-09-06 Thread Jose Blanco
When I load items using the import script described here: https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format I normally go the the UI and change the metadata DEFAULT_ITEM_READ permission to whatever I need it to be if it's not Anonymous, and then

[dspace-tech] Re: setting a group for metadata using itemimport

2016-09-12 Thread Jose Blanco
I wonder if anyone knows something about this. On Tue, Sep 6, 2016 at 11:58 AM, Jose Blanco <blan...@umich.edu> wrote: > When I load items using the import script described here: > > https://wiki.duraspace.org/display/DSDOC5x/Importing+and+ > Exporting+Items+via+Simple+Ar

[dspace-tech] google scholar not picking up on some items

2016-10-24 Thread Jose Blanco
We've noticed that google scholar is not picking up on some items. I suspect it is the more recently deposited items, but I'm not 100% sure. Is there a way to check if anything is going awry? Thank you! Jose -- You received this message because you are subscribed to the Google Groups "DSpace

[dspace-tech] commad for ingesting into swordv2

2016-10-20 Thread Jose Blanco
Is there a command for ingesting into swordv2? I have used the example.zip file in dspace-sword to test ingestion in to sword 1.3. Can I use that one to try out on swordv2, using this command: curl -i --data-binary "@/dspace-sword/example/example.zip" -H "Content-Disposition:

Re: [dspace-tech] google analytics and connection pool error

2017-03-22 Thread Jose Blanco
dia Jürgen > > > Am 20.03.2017 um 22:03 schrieb Jose Blanco: >> >> I spoke to our sys admin person, and he does not think there were any >> network connectivity issues yesterday. Today, I tried to re-enable GA >> and it failed at some point, but not soon after

Re: [dspace-tech] google analytics and connection pool error

2017-03-21 Thread Jose Blanco
I'm reposting this. I've turned off GA, but would like to turn it on again. Is there any way to do that without having the instance go down. On Mon, Mar 20, 2017 at 5:03 PM, Jose Blanco <blan...@umich.edu> wrote: > I spoke to our sys admin person, and he does not think there were any

[dspace-tech] google analytics and connection pool error

2017-03-19 Thread Jose Blanco
We were seeing something strange in our production site this Sunday. It seemed like calls to google analytics were locking db connections and eventually taking all of them. I tried to comment this line: #xmlui.google.analytics.key=UA-12656561-1 But this did not change anything. I eventually

Re: [dspace-tech] google analytics and connection pool error

2017-03-20 Thread Jose Blanco
sources/config/dspace-defaults.cfg#L23 > > Hope this helps > > Claudia Jürgen > > > > Am 20.03.2017 um 00:58 schrieb Jose Blanco: >> >> We were seeing something strange in our production site this Sunday. >> It seemed like calls to google analytics were lockin

Re: [dspace-tech] rest api version 5, not responding with restricted items.

2017-03-14 Thread Jose Blanco
orresponding > @Path statement. That would help you find the method that responds to that > URL path. > > - Tim > > On Tue, Mar 14, 2017 at 9:04 AM Jose Blanco <blan...@umich.edu> wrote: >> >> If you make a request to the rest api for the bitstreams in an

Re: [dspace-tech] rest api version 5, not responding with restricted items.

2017-03-14 Thread Jose Blanco
never mind. I found them in the log file. On Tue, Mar 14, 2017 at 4:22 PM, Jose Blanco <blan...@umich.edu> wrote: > I put some log statements in the rest api code but don't see them in > the log. Do I have to enable it somehow? > > On Tue, Mar 14, 2017 at 10:31 AM,

Re: [dspace-tech] rest api version 5, not responding with restricted items.

2017-03-15 Thread Jose Blanco
and passing that in to the GET request. But from what I can tell from looking at the log file and code, the token is not being processed. Is that so, and if so, is there a work around ( some patch )? Thank you! Jose On Tue, Mar 14, 2017 at 4:28 PM, Jose Blanco <blan...@umich.edu> wrote: > n

Re: [dspace-tech] google analytics and connection pool error

2017-03-21 Thread Jose Blanco
it a bit. -Jose On Tue, Mar 21, 2017 at 2:41 PM, Jose Blanco <blan...@umich.edu> wrote: > I'm reposting this. I've turned off GA, but would like to turn it on > again. Is there any way to do that without having the instance go > down. > > On Mon, Mar 20, 2017 at 5:03 PM, Jose Blan

[dspace-tech] rest api version 5, not responding with restricted items.

2017-03-14 Thread Jose Blanco
If you make a request to the rest api for the bitstreams in an item and one of the bitstreams is restricted, the response does not include that bitstream. This makes sense, but we do have a user that should be able to get that bitstream because he is the admin of that collection. Could someone

[dspace-tech] updating item permissions

2017-07-20 Thread Jose Blanco
I see that via the REST api I can change bitstream policies. But is there a way to change the item policies via the rest api, or using some other tool provided by dspace. I have a list of items that span collections and I'd like to change their READ permission from one group to another. Thank

[dspace-tech] issue using curate for bagit

2018-05-02 Thread Jose Blanco
I have dspace 5.1, I configured my pom.xml file to use dspace-replicate (3.4) and followed the instructions on the documentation page (https://wiki.duraspace.org/display/DSPACE/ReplicationTaskSuite#ReplicationTaskSuite-InstallationonDSpace3.x,4.xor5.x). And I'm getting this error: ./dspace

Re: [dspace-tech] issue using curate for bagit

2018-05-03 Thread Jose Blanco
Tim, If I clone https://github.com/DSpace/dspace-replicate, how do I compile the code and create a jar file that I can then test? I don't have eclipse on my machine. Would this be the only way to do it? Thank you! -Jose On Thu, May 3, 2018 at 11:41 AM, Jose Blanco <blan...@umich.edu>

Re: [dspace-tech] issue using curate for bagit

2018-05-03 Thread Jose Blanco
tutions who regularly use the METS based export/import). It also is > very limited in its functionality when compared to the current METS export > (see the comparison table of METS vs BagIt in the above link). > > Tim > > On Wed, May 2, 2018 at 1:11 PM Jose Blanco <blan...@umich.

Re: [dspace-tech] issue using curate for bagit

2018-05-03 Thread Jose Blanco
pport, you'd also copy the JAR to > [dspace]/webapps/[webapp]/WEB-INF/lib/ (and remove any existing > dspace-replicate.jar there). > > Good luck, > > - Tim > > On Thu, May 3, 2018 at 2:01 PM Jose Blanco <blan...@umich.edu> wrote: >> >> Tim, If I clone http

Re: [dspace-tech] RESTapi list of items

2018-08-30 Thread Jose Blanco
it=500 > > should return 500 entries (I only tried the "communities" and "collections" > endpoints). There is also a parameter "offset", I think. > Have a look into > [dspace-source]/dspace-rest/src/main/java/org/dspace/rest/ItemsResource.java > >

[dspace-tech] RESTapi list of items

2018-08-30 Thread Jose Blanco
When I do RESTapi/items on a browser, I only see a small portion of items on the display. How do I get a full list of all the items in our dspace instance using the RESTapi? -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] replacing an item

2018-12-13 Thread Jose Blanco
When I try to replace an item using this command: ./dspace import -r -e 1 -c 123 -s some_dir -m mapfile_test_one It wont work because the item is mapped into a community. I kind of want to remove this mapping using sql, but am unsure. Not really sure why the item would be in that table.

[dspace-tech] REST api

2018-12-17 Thread Jose Blanco
what is wrong with this request? RESTapi/items/find-by-metadata-field?key=dc.title=test=en_US I'm getting a 405 error. With dspace versin 5.1 Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] RESTaip listing collections

2018-12-10 Thread Jose Blanco
why is it that when I do RESTapi/collections/ I only see 99 collections when there are mores. I have version 5.2. Could someone point me to the patch that fixes this. Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] Re: RESTaip listing collections

2018-12-10 Thread Jose Blanco
I see in the code that 100 is the default when doing collections. -Jose On Mon, Dec 10, 2018 at 4:44 PM Jose Blanco wrote: > > why is it that when I do > > RESTapi/collections/ > > I only see 99 collections when there are mores. I have version 5.2. > Could someone

[dspace-tech] update discovery for one item

2018-12-05 Thread Jose Blanco
I want to make a change to this file to add a filter to a collection: config/spring/api/discovery.xml I know I have to run this afterwards: /dspace index-discovery -b But I don't want to reindex the entire repository. Is there a way to just update the index for one one item at a time? This way

[dspace-tech] removing an eperson from a group

2019-02-25 Thread Jose Blanco
I have quite a few eperons that I need to remove from groups for which they are members of. I think all I have to do is issue this command: delete from epersongroup2eperson where eperson_id = the_eperson_id Before I do this, I just want to make sure this is safe to do. I have version 5.1 of

[dspace-tech] access to /feedback

2019-03-04 Thread Jose Blanco
It seems like you can get to the /feedback page without any problems as long as you are on the dspace host, but if you try to access this page from the browser without being on the dspace host, an error is generated. I believe this is intentional and controlled by the the configuration: # A

[dspace-tech] dspace-replication

2019-04-09 Thread Jose Blanco
When I run this command, I get "Cannot write to filled bag", not sure what that means?: ./dspace curate -t transmitaip -i 2027.42/57773 -v Adding task: transmitaip Starting curation Curating id: 2027.42/57773 Exception: Cannot write to filled bag -- All messages to this mailing list should

[dspace-tech] Re: dspace-replication

2019-04-09 Thread Jose Blanco
I see the issue, it had an entry in the [dspace]/replicate dir. On Tue, Apr 9, 2019 at 3:23 PM Jose Blanco wrote: > > When I run this command, I get "Cannot write to filled bag", not sure > what that means?: > > ./dspace curate -t transmitaip -i 2027.42/57773 -v >

Re: [dspace-tech] swordv2 file format

2019-04-17 Thread Jose Blanco
u trying to deposit a Word document > directly? Where is the error message appearing and what is the exact error? > > If you provide a bit more info, perhaps we could narrow down what is going > on. > > Tim > > On Wed, Apr 17, 2019 at 9:59 AM Jose Blanco wrote: > >>

[dspace-tech] ResultSet closed when using REST api

2019-05-31 Thread Jose Blanco
I'm having this exact issue: http://dspace.2283337.n4.nabble.com/quot-Could-not-read-collection-items-PSQLException-This-ResultSet-is-closed-quot-in-v5-3-REST-API-td4681538.html Was there a fix? Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of

[dspace-tech] configuring mime types for URLConnect

2019-05-20 Thread Jose Blanco
I found this post: https://stackoverflow.com/questions/4212861/what-is-a-correct-mime-type-for-docx-pptx-etc And there is something in here that says I can do this: System.setProperty("content.types.user.table",""); So that in when this line of code is executed:

[dspace-tech] Determining File Format in the RESTapi

2019-04-18 Thread Jose Blanco
I'm wondering if someone could point me to the code that does this URLConnection.guessContentTypeFromName(name) In this line of code https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/BitstreamResource.java#L716 I want to know the login behind this. Thank

Re: [dspace-tech] swordv2 file format

2019-04-17 Thread Jose Blanco
wrote: > > On Tue, Apr 16, 2019 at 04:28:32PM -0400, Jose Blanco wrote: > > I am doing a deposit of a docx file using swordv2 and I'm getting a > > format of Unknown. I'm trying to track down how this determination > > was made. I would expect the format to b

[dspace-tech] Re: rest api not showing metadata

2019-07-25 Thread Jose Blanco
restarting tomcat makes the rest api pick it up. problem fixed. On Thu, Jul 25, 2019 at 2:00 PM Jose Blanco wrote: > I just created a new metadata type, but it is now showing up when making > this request: > > RESTapi/items/314647/metadata > > Do I need to add this new me

[dspace-tech] rest api not showing metadata

2019-07-25 Thread Jose Blanco
I just created a new metadata type, but it is now showing up when making this request: RESTapi/items/314647/metadata Do I need to add this new metadata to a config file? Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] question about versions

2019-11-12 Thread Jose Blanco
I recently heard that dspace 5.2 will not be supported starting next year, but I can't find an announcement for this. Could someone clarify this for me? Also what will be the minimum supported version? Many thanks! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code

Re: [dspace-tech] starting dspace 6.3

2020-02-13 Thread Jose Blanco
Still stuck on this issue. On Wed, Feb 12, 2020 at 3:16 PM Jose Blanco wrote: > The dspace.log does not have much info. I think the error happens when > the code tries to do this: > > https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-api/src/main/java/org/dspace/core/Conte

[dspace-tech] starting dspace 6.3

2020-02-12 Thread Jose Blanco
I'm getting this error when trying to deploy webapp via tomcat: 2020-02-12 12:55:16,566 FATAL org.dspace.core.Context @ Cannot obtain the bean which provides a database connection. Check previous entries in the dspace.log to find why the db failed to initialize. The schema validator returned:

Re: [dspace-tech] starting dspace 6.3

2020-02-13 Thread Jose Blanco
. If you didn't mean to customize the Context class, > then you might want to try and re-sync it with the one in DSpace 6.3. > > Tim > > -- > *From:* dspace-tech@googlegroups.com on > behalf of Jose Blanco > *Sent:* Thursday, February 13, 20

Re: [dspace-tech] starting dspace 6.3

2020-02-13 Thread Jose Blanco
le, and cannot find it. > > So, maybe some sort of custom code in the "BitstreamFormat" class (which > corresponds to the "bitstreamformatregistry" table) is confusing Hibernate > & causing this error? > > Tim > > -- >

Re: [dspace-tech] starting dspace 6.3

2020-02-13 Thread Jose Blanco
Tim, I build an out of the box 6.3, and before I did an "ant fresh_install" I removed all the tables from my database, but the fresh_install did not build all the tables. Do I have to start over with a new db? Thanks! -Jose On Thu, Feb 13, 2020 at 1:10 PM Jose Blanco wrote: &

Re: [dspace-tech] new table in 6.3

2020-02-25 Thread Jose Blanco
List results = q.list(); return results; And I'm getting: org.hibernate.MappingException: No Dialect mapping for JDBC type: in this line: List results = q.list(); On Mon, Feb 24, 2020 at 5:26 PM Jose Blanco wrote: > Kind of stuck trying to create a quer

Re: [dspace-tech] new table in 6.3

2020-02-24 Thread Jose Blanco
src/main/java/org/dspace/eperson/dao/impl/GroupDAOImpl.java#L170 > > I'm sure you could find more examples via Google or StackOverflow as well. > > Tim > > -- > *From:* Jose Blanco > *Sent:* Thursday, February 20, 2020 2:28 PM > *To:* Tim Donohue

[dspace-tech] how is an item marked as a request item type

2020-03-04 Thread Jose Blanco
I don't quite see it in the doc. https://wiki.lyrasis.org/display/DSDOC5x/Request+a+Copy In other words, how do I mark a certain item to be a request item? Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

[dspace-tech] downloading vs rendering file

2020-02-05 Thread Jose Blanco
I believe that when I open pdf files that are quite large, 10MB for example, the file is downloaded, but when the file is not so large it is rendered in place in the browser. Where is this configured? Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of

Re: [dspace-tech] searching with diacritic not working on some users' browser

2020-02-06 Thread Jose Blanco
omcat check the connector encoding settings for > URIEncoding="UTF-8" > > https://wiki.lyrasis.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-ServletEngine(ApacheTomcat7orlater,Jetty,CauchoResinorequivalent) > > Hope this helps > > Claudia Jürgen > > Am 30.01

[dspace-tech] Re: searching with diacritic not working on some users' browser

2020-01-30 Thread Jose Blanco
The problem is a bit different than what I thought. The issue is with the Advanced Search which I've kept from an old version of dspace and it uses lucene, so that one is not quite setup like the solr as far as the diacritics. Looking into settings now On Thu, Jan 30, 2020 at 12:07 PM Jose

[dspace-tech] searching with diacritic not working on some users' browser

2020-01-30 Thread Jose Blanco
If I search for a name that has an accent and don't include the accent I can find it using my browser, but I have a couple of users who when doing the same thing don't find it. Is this some sort of browser setting issue? Thank you! -Jose -- All messages to this mailing list should adhere to

[dspace-tech] solr connection refused.

2020-02-17 Thread Jose Blanco
I'm getting this error: Caused by: org.dspace.discovery.SearchServiceException: Server refused connection at: http://dev.deepblue.lib.umich.edu/solr/search Do I need to do something to enable this connection? Thank you! -Jose -- All messages to this mailing list should adhere to the

[dspace-tech] new table in 6.3

2020-02-20 Thread Jose Blanco
I have a new table in 6.3 - individual_stats, and I'm seeing this error: org.hibernate.hql.internal.ast.QuerySyntaxException: individual_stats is not mapped [SELECT count(*) FROM individual_stats WHERE email=' blan...@umich.edu'] How do I map indiviual_stats table? Thank you! -Jose -- All

Re: [dspace-tech] new table in 6.3

2020-02-20 Thread Jose Blanco
https://docs.jboss.org/hibernate/core/4.0/hem/en-US/html/query_native.html > > > Hopefully that helps. > > Tim > > -- > *From:* dspace-tech@googlegroups.com on > behalf of Jose Blanco > *Sent:* Thursday, February 20, 2020 10:42 AM

[dspace-tech] pgcrypto not installed error

2020-02-11 Thread Jose Blanco
getting this error when doing "ant fresh_install" [java] Database Type: postgres [java] Database URL: jdbc:postgresql://localhost:5432/dspace-dev-63 [java] Database Schema: public [java] Database Username: dspace-dev-30 [java] Database Software: PostgreSQL version

[dspace-tech] Re: pgcrypto not installed error

2020-02-11 Thread Jose Blanco
xecute on end (request-796-1581439818722): null BUILD FAILED /deepblue/dspace/build/dspace-6.3-src-release/dspace/dspace/target/dspace-installer/build.xml:789: Java returned: 1 On Tue, Feb 11, 2020 at 11:55 AM Jose Blanco wrote: > getting this error when doing "ant fresh_install" >

Re: [dspace-tech] starting dspace 6.3

2020-02-12 Thread Jose Blanco
607) at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81) On Wed, Feb 12, 2020 at 2:58 PM José Geraldo wrote: > Check o dspace.log [dspace]/log/dspace.log > > > > Em qua., 12 de fev. de 2020 às 15:11, Jose Blanco > escreveu: > &

Re: [dspace-tech] starting dspace 6.3

2020-02-13 Thread Jose Blanco
Tim, How do I get the database to be recreated. I have the db, but it has not tables. I dropped them. I thought the fresh_install would create them. On Thu, Feb 13, 2020 at 3:32 PM Jose Blanco wrote: > When I merged the code, I had this: > > * private Context bfContext;* &g

Re: [dspace-tech] searching with diacritic not working on some users' browser

2020-02-10 Thread Jose Blanco
Claudia, sorry to bother you, but I wonder if you have any insight into my last question. Thank you! Jose On Thu, Feb 6, 2020 at 1:46 PM Jose Blanco wrote: > Claudia, This setting was already there. I found this: > > > http://dspace.2283337.n4.nabble.com/Dspace-tech-Diacr

[dspace-tech] change in 6.3

2020-01-14 Thread Jose Blanco
In my version of dspace ( 5.1 ), I can do this to access a table I created. TableRow row = DatabaseManager.findByUnique( ourContext, "individual_stats", "email", email ); How would I do this in 6.3. I see there are all these services associated with tables. Will need to create a service for

[dspace-tech] changing where handle resolves to

2020-01-06 Thread Jose Blanco
We have an item that has been moved to a new system. Here it is: https://deepblue.lib.umich.edu/handle/2027.42/150640 I would like the item's handle: http://hdl.handle.net/2027.42/150640 to resolve to the item's new home: https://doi.org/10.7302/6fv8-bv53 Any suggestions on how to make that

[dspace-tech] added a new service for a new table

2020-03-12 Thread Jose Blanco
and I'm getting this error: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.dspace.content.service.UmrestrictedService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency

[dspace-tech] Re: added a new service for a new table

2020-03-12 Thread Jose Blanco
I think it may have to do with these files: spring/api/core-services.xml: spring/api/core-factory-services.xml: On Thu, Mar 12, 2020 at 12:04 PM Jose Blanco wrote: > and I'm getting this error: > > Caused by: > org.springframework.beans.factory.NoSuchBeanDefinitionException: No

Re: [dspace-tech] new table in 6.3

2020-03-12 Thread Jose Blanco
Mark, I have one question. Can you point me to and example of how a row is inserted into a table. Thanks! Jose On Wed, Feb 26, 2020 at 9:15 AM Mark H. Wood wrote: > On Tue, Feb 25, 2020 at 02:22:01PM -0500, Jose Blanco wrote: > > I just tried: > > > >Query q

Re: [dspace-tech] new table in 6.3

2020-03-12 Thread Jose Blanco
myPolicy.setGroup(group); myPolicy.setEPerson(eperson); myPolicy.setRpType(rpType); resourcePolicyService.update(context, myPolicy); return myPolicy; } On Thu, Mar 12, 2020 at 4:39 PM Jose Blanco wrote: > Mark, I have one question. Can you point me

Re: [dspace-tech] Re: deploying the rest api

2020-04-09 Thread Jose Blanco
ion of PostgreSQL you are running seems to require it. > > Tim > -- > *From:* dspace-tech@googlegroups.com on > behalf of Jose Blanco > *Sent:* Wednesday, April 8, 2020 9:20 PM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Re:

[dspace-tech] deploying the rest api

2020-04-08 Thread Jose Blanco
I'm able to deploy oai, solr, "/" , but the rest gives me this error: 2020-04-08 13:43:50,682 ERROR org.dspace.storage.rdbms.DatabaseUtils @ The service manager could not find the DataSource. 2020-04-08 13:43:50,682 FATAL org.dspace.core.Context @ Cannot initialize database via Flyway!

[dspace-tech] Re: deploying the rest api

2020-04-08 Thread Jose Blanco
uctions, I should be able to use version 7 of java, but it seems like maybe not. Before I upgrade to Java 8, I want to verify this. Thank you! -Jose On Wed, Apr 8, 2020 at 2:35 PM Jose Blanco wrote: > I'm able to deploy oai, solr, "/" , but the rest gives me this error: > >

Re: [dspace-tech] authentication methods to use for swordv2 different from xmlui

2020-04-15 Thread Jose Blanco
ord/SWORDAuthenticator.java as well > as the following import:import org.dspace.authenticate.PasswordAuthentication; > Please note that I did this to allow XMLUI to use my ADFS authentication > while allowing Sword and SwordV2 to use password authentication. You will > need to fix a

Re: [dspace-tech] Re: deploying the rest api

2020-04-16 Thread Jose Blanco
Sorry to bother you, but any thoughts on using java 8 with dspace 5.1. Thank you! On Thu, Apr 9, 2020 at 1:06 PM Jose Blanco wrote: > Tim, Thank you! One more question. Do you think dspace 5.1 will run OK > with Java 8. Our development machine is the same as our production machine, >

[dspace-tech] Re: rest api in in 51

2020-04-17 Thread Jose Blanco
OK, I see the situation is that it's using the cache, so I've made a change to clear the cache every time */handle* is called. -Jose On Thu, Apr 16, 2020 at 11:35 PM Jose Blanco wrote: > If I made these two request > > > *RESTapi/handle/[handle]* > *RESTapi/items/[item_id]*

[dspace-tech] rest api in in 51

2020-04-16 Thread Jose Blanco
If I made these two request *RESTapi/handle/[handle]* *RESTapi/items/[item_id]* The output is the same, But if I change the title on the item, only *RESTapi/items/[item_id]* picks up the change. Why is *RESTapi/handle/[handle]* Not picking up the new title change? Thank you! -Jose --

[dspace-tech] making private during itemimport

2020-04-21 Thread Jose Blanco
Is there a way to make an item private when using the itemimport script in 6.3. I could not find documentation on that. Thank you! -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received

Re: [dspace-tech] making private during itemimport

2020-04-21 Thread Jose Blanco
ricted (at the Item level), you can change the > Collection's "Default read access" setting/group (in the Edit Collection > screen). If you change that setting, then all Items submitted into the > Collection will automatically be access restricted to that Group. > > Tim > --

  1   2   3   >