Re: [dspace-tech] dspace7 installation on remote server with apache

2020-08-11 Thread Paul Warner
-character-found-in-method-name-http It indicates that the incoming information, which is encoded for tls/ssl, is not being read correctly by the java. Does that ring a bell for someone? Thanks! Paul On Monday, August 10, 2020 at 3:17:57 PM UTC+2, Paul Warner wrote: > > Hi Tim, >

Re: [dspace-tech] dspace7 installation on remote server with apache

2020-08-10 Thread Paul Warner
pecially those using proxies or just wanting several URL to access their > REST API for other needs) may need to modify it. > > Tim > > -- > *From:* dspac...@googlegroups.com > on behalf of Paul Warner > > *Sent:* Thursday, August 6, 2020 11:27 PM >

Re: [dspace-tech] dspace7 installation on remote server with apache

2020-08-06 Thread Paul Warner
requests from a slightly different URL > and the REST API will block those requests. This is my _best guess_ at > what you might be seeing. > > Tim > > > -- > *From:* dspac...@googlegroups.com > on behalf of Paul Warner > > *Sent:* Tuesday, August 4, 2020 12:32

[dspace-tech] dspace7 installation on remote server with apache

2020-08-03 Thread Paul Warner
Hi, My team wants very much to test dspace 7, and I have an installation on a remote server that uses apache as the frontend proxy. I did this so I can offer the site to my team with ssl/tls. They cannot get to the command line on the server, and a command line browser (w3m) does not work

[dspace-tech] Re: DSpace 7 new item page question

2020-08-03 Thread Paul Warner
I have a related problem: I cannot add a new collection or community via the Angular frontend, because the popup window does not work. I posted the question here , with a screenshot. Nothing shows up in any of the logs.

Re: [dspace-tech] Re: problems with dspace-angular-beta3

2020-08-01 Thread Paul Warner
Hi Tim, Doing this stopped the CORS errors, and allows me to log in via localhost:4000 on my local machine. Thanks! A big step forward. However, I still have a problem when trying to add a collection. Here is a screenshot of my attempt to add a new collection: [image:

Re: [dspace-tech] Re: DSpace7 Rest Server - two installations, one works, one does not

2020-07-23 Thread Paul Warner
: > > Hi Paul, > > Am 19.07.20 um 12:40 schrieb Paul Warner: > > Hello everyone, > > sorry for the delay… > > > > I have 2 DSpace 7 installations running on Ubuntu 18.04 machines, and > > have concluded that something among the software requiremen

[dspace-tech] Re: DSpace7 Rest Server - two installations, one works, one does not

2020-07-19 Thread Paul Warner
of the logs to explain what is happening. I do know that some new-ish software cannot be installed on SLES 12, so, it seems reasonable. Best regards, Paul On Wednesday, July 15, 2020 at 11:54:59 AM UTC+2, Paul Warner wrote: > > Hi, > > I have installed the DSpace 7 REST server on my lapto

[dspace-tech] Re: DSpace7 Rest Server - two installations, one works, one does not

2020-07-16 Thread Paul Warner
or formatting. Then logging in does not work, and any other REST command returns a 404. Thanks, Paul On Wednesday, July 15, 2020 at 11:54:59 AM UTC+2, Paul Warner wrote: > > Hi, > > I have installed the DSpace 7 REST server on my laptop, and I can login > with a script using curl. I

[dspace-tech] Re: DSpace7 Rest Server - two installations, one works, one does not

2020-07-15 Thread Paul Warner
the tomcat log or the dspace log. Best regards, Paul On Wednesday, July 15, 2020 at 11:54:59 AM UTC+2, Paul Warner wrote: > > Hi, > > I have installed the DSpace 7 REST server on my laptop, and I can login > with a script using curl. I have installed the same version REST server

[dspace-tech] DSpace7 Rest Server - two installations, one works, one does not

2020-07-15 Thread Paul Warner
Hi, I have installed the DSpace 7 REST server on my laptop, and I can login with a script using curl. I have installed the same version REST server on a server at work, and it returns a 404 when I try to log in. The servers have the same DSpace 7 (Beta 3), the same java (OpenJDK 11), the

[dspace-tech] Re: dspace 7 angular not connecting with remote rest server

2020-07-09 Thread Paul Warner
egards, Paul On Thursday, July 9, 2020 at 2:44:19 PM UTC+2, Paul Warner wrote: > > Hello, > > I am working on getting DSpace 7 running, and I have installed the Angular > frontend on one machine in our network, and the Rest Backend on another. I > can reach the REST machine

[dspace-tech] dspace 7 angular not connecting with remote rest server

2020-07-09 Thread Paul Warner
Hello, I am working on getting DSpace 7 running, and I have installed the Angular frontend on one machine in our network, and the Rest Backend on another. I can reach the REST machine from the Angular machine using a browser, with host ip address and port (8255). But Angular is not

[dspace-tech] dspace 7 angular not connecting with remote rest server

2020-07-09 Thread Paul Warner
Hello, For my DSpace 7 installation, I tried installing the Angular part on the external facing machine, and the rest server on another machine. I can reach the rest server from the external machine with a browser, but angular cannot find it. I have the rest properties in

[dspace-tech] Re: datacite mds test no longer available

2020-05-27 Thread Paul Warner
On Tuesday, May 26, 2020 at 5:15:47 PM UTC+2, Paul Warner wrote: > > Hi, > > The nice person at DataCite informed us that DataCite does not support a > test version anymore for the mds interface that DSpace uses. DataCite now > has a REST Api as their main offering, and they of

[dspace-tech] datacite mds test no longer available

2020-05-26 Thread Paul Warner
Hi, The nice person at DataCite informed us that DataCite does not support a test version anymore for the mds interface that DSpace uses. DataCite now has a REST Api as their main offering, and they offer a test version, api.test.datacite.org. We are in the midst of a test for our Beta phase

[dspace-tech] facet synonyms

2020-03-20 Thread Paul Warner
! Best regards, Paul Warner -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To u

Re: [dspace-tech] DSpace 6.3 REST 405 Error when posting new collection

2019-12-09 Thread Paul Warner
a collection, you have to POST to the > /collections subresource for that community. > > Hopefully that helps! > > Tim > > ------ > *From:* dspac...@googlegroups.com > on behalf of Paul Warner > > *Sent:* Friday, December 6, 2019 3:07 AM

[dspace-tech] DSpace 6.3 REST 405 Error when posting new collection

2019-12-06 Thread Paul Warner
I am attempting to add a collection, and am getting a 405 Method Not Allowed error. DSpace 6.3. Thanks in advance for any suggestions! --Paul In the output below, note the line: < Allow: DELETE,GET,OPTIONS,PUT POST is not on the list! Why? According to the documentation, creation of a

[dspace-tech] Re: Error connection - DB - Dspace 6.0

2019-06-01 Thread Paul Warner
Oops, I see this post is 2 years old. Did you find an answer? Regards, Paul On Wednesday, May 31, 2017 at 8:53:26 PM UTC+2, Brendow Adriel wrote: > > 2017-05-30 16:58:32,475 INFO org.dspace.storage.rdbms.DatabaseUtils @ > Loading Flyway DB migrations from: filesystem:/dspace/etc/postgres, >

[dspace-tech] Re: Error connection - DB - Dspace 6.0

2019-06-01 Thread Paul Warner
Hi Brendow, Have you entered all your database login information in local.cfg? Are you using Java 8? Regards, Paul On Wednesday, May 31, 2017 at 8:53:26 PM UTC+2, Brendow Adriel wrote: > > 2017-05-30 16:58:32,475 INFO org.dspace.storage.rdbms.DatabaseUtils @ > Loading Flyway DB migrations

[dspace-tech] REST API text bitstreams not found

2019-03-15 Thread Paul Warner
I am querying items in DSpace, and using the uuid to find the bitstreams for each item. But for some items I do not get the bundleName: TEXT bitstreams, even though they are there in the list when I view it through the browser. Why? What am I missing? This works for other items, but for

Re: [dspace-tech] REST get bitstreams gives only 20

2018-12-21 Thread Paul Warner
e limit and offset parameters should exist on most enpoints that return > a list. > > Terry > > On Fri, Dec 21, 2018 at 6:42 AM Paul Warner wrote: > >> Hi, >> >> I am using this command: >> >> >>- GET /items/{item id}/bitstreams - Retu

[dspace-tech] REST get bitstreams gives only 20

2018-12-21 Thread Paul Warner
regards, Paul Warner -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubs

[dspace-tech] jspui, Thumbnails, slow loading page

2018-09-17 Thread Paul Warner
Hi, This project uses DSpace 6.1. We are using thumbnails of PDFs as buttons for accessing and viewing the PDF. This happens in the context of jspui, and the jsp page is (dspace-src)/dspace/modules/jspui/src/main/webapp/display-item.jsp. The problem is that when we use the thumbnail, the

Re: [dspace-tech] webui.collectionhome.browse-name

2018-03-23 Thread Paul Warner
tle will give you a list of items (even if the same > title occurs in different items) > http://demo.dspace.org/xmlui/browse?type=title > A browse by a metadata will aggregate the same metadata in one entry > http://demo.dspace.org/xmlui/browse?type=subject (see Coaching) > >

Re: [dspace-tech] DOI Update Bug?

2018-03-14 Thread Paul Warner
ww.atmire.com > <http://atmire.com/website/?q=services_source=emailfooter_medium=email_campaign=tomdesair> > > > Op di 13 mrt. 2018 om 09:38 schreef Paul Warner <paulw...@gmail.com > >: > >> Hi, >> >> We have set up our DataCite DOI account in our Dspace 6.1 in

[dspace-tech] DOI Update Bug?

2018-03-13 Thread Paul Warner
Hi, We have set up our DataCite DOI account in our Dspace 6.1 instance, and we are having a problem when we run the update from the command line script, doi-organiser. When I make a change to metadata in our Dspace instance in the web site, this causes a change in the item's status in the doi

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-12 Thread Paul Warner
ecause the same issue will > bother us soon. > > Isn't it easier to export the existing Items as AIP, delete them and > reimporting them with -s flag? Just a thought that I had. > > Best regards, > Paul M. > > > Zitat von Paul Warner <paulwwar...@gmail.com>: &

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
Hello Claudia, Somehow I missed commenting this in in the file dspace-src/dspace/config/spring/api/identifier-service.xml: Duh. Now that it is no longer commented out, doi-organiser works. Thanks! -Paul On Fri, Mar 9, 2018 at 4:49 PM, Paul Warner <paulw

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
... Have I missed some configuration item? Best regards, Paul On Fri, Mar 9, 2018 at 4:30 PM, Paul Warner <paulwwar...@gmail.com> wrote: > Hi Claudia, > > Excellent! Thank you! > > Best regards, > Paul > > On Fri, Mar 9, 2018 at 4:23 PM, Claudia Jürgen < > c

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
org/dspace/identifier/DOIIdentifierProvider.java#L75 > 7 is the step before registering, setting the local metadata. > > Hope this helps > > Claudia Jürgen > > > > Am 09.03.2018 um 16:08 schrieb Paul Warner: > >> Hello Claudia, >> >> Thanks once again for the super t

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
Hello Claudia, Ok, I tested it, using the list function: doi-organiser -l I simply updated a row, trying the various numbers between 1 and 8. Here they are: Register: 1 Reservation: 2 Update:7 Delete: 8 Best regards, Paul On Fri, Mar 9, 2018 at 4:08 PM, Paul Warner

Re: [dspace-tech] Re: DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
Ok, thanks! I will take a look. Best regards, Paul On Fri, Mar 9, 2018 at 4:06 PM, Mark H. Wood wrote: > You may be interested in trying out the pull request > https://github.com/DSpace/DSpace/pull/1857 associated with > https://jira.duraspace.org/browse/DS-2670 > > It

Re: [dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
d from doi where resource_type_id=2); > > Hope this helps > > Claudia > > > Am 09.03.2018 um 11:35 schrieb Paul Warner: > >> Hi, >> >> I have 52 items in my dspace test instance, and we now have a contract >> with >> DataCite to create dois

[dspace-tech] DOI registration on existing Dspace items

2018-03-09 Thread Paul Warner
Hi, I have 52 items in my dspace test instance, and we now have a contract with DataCite to create dois for our items. I read an old post in which Pascal-Nicolas Becker explained that the new items (those loaded in after the doi configuration is complete) are seen as ready for doi processing.

[dspace-tech] Re: REST API not working

2018-01-23 Thread Paul Warner
Hi, It sounds like you are having other problems, George, but I just struggled with Dspace's Rest interface, and I can confirm the Apache Proxy/ReverseProxy problem. That stumped me for a while, because we are running https through Apache, and I thought I should leave the https in. But we

Re: [dspace-tech] itemupdate command line delete bitstream

2018-01-16 Thread Paul Warner
he bitstreams of this item or the item restricted? > If so, I think you must authenticate (but I actually never used the REST > API) > https://wiki.duraspace.org/display/DSDOC6x/REST+API#RESTAPI- > Index/Authentication > > > Claudia Jürgen > > > > > > > Am 15

[dspace-tech] itemupdate command line delete bitstream

2018-01-15 Thread Paul Warner
Hi, I want to delete a bitstream from an item. I have a delete_contents file inside my SimpleArchiveFormat folder. The delete_contents file has the filename of the file I want to delete, but I get an error message that indicates the uuid is needed, not the name of the file. How do I get the

Re: [dspace-tech] Digest for dspace-tech@googlegroups.com - 1 update in 1 topic

2018-01-04 Thread Paul Warner
I thought I would add the Dspace version to this thread - it would seem natural that the question would come up. We are using DSpace 6.1. -Paul On Thu, Jan 4, 2018 at 1:26 PM, Paul Warner <paulwwar...@gmail.com> wrote: > Ok, I found the fix. At the top of the 20 or so compil

Re: [dspace-tech] Digest for dspace-tech@googlegroups.com - 1 update in 1 topic

2018-01-04 Thread Paul Warner
regards, Paul On Tue, Jan 2, 2018 at 11:33 AM, Paul Warner <paulwwar...@gmail.com> wrote: > Hi, > > I have not been able to copy a java file from within the > jspui/src/main/java/org/dspace/app/webui directory into the modules > directory without getting a long string of co

Re: [dspace-tech] Digest for dspace-tech@googlegroups.com - 1 update in 1 topic

2018-01-02 Thread Paul Warner
Hi, I have not been able to copy a java file from within the jspui/src/main/java/org/dspace/app/webui directory into the modules directory without getting a long string of compiler errors. @Andy Osborne, you are doing something right, that I have not figured out. What's the secret: how do you

Re: [dspace-tech] dspace indexing for create date not working

2017-12-06 Thread Paul Warner
? Best regards, Paul On Tue, Dec 5, 2017 at 11:37 AM, Paul Warner <paulwwar...@gmail.com> wrote: > Hi, > > I am running DSpace 6.1 on Suse 12.2 with Postgres. > > I need to index the creation date and other fields. These fields exist in > my test data, but even after I ru

[dspace-tech] dspace indexing for create date not working

2017-12-05 Thread Paul Warner
Hi, I am running DSpace 6.1 on Suse 12.2 with Postgres. I need to index the creation date and other fields. These fields exist in my test data, but even after I run dspace index-discovery, I get "There are no entries in the index" when I try the basic search on our list of concerts page.

Re: [dspace-tech] custom permission level

2017-11-30 Thread Paul Warner
uot;local" metadata schema, or > similar, and not using the default "dc" schema. That'd just ensure this > field doesn't automatically appear in OAI-PMH or similar.) > > - Tim > > On Wed, Nov 29, 2017 at 7:37 AM Paul Warner <paulwwar...@gmail.com> wrote: > >&g

Re: [dspace-tech] custom permission level

2017-11-29 Thread Paul Warner
that when the group is anonymous, and these permissions are set, then the anonymous user can stream the audio file. If anyone has a better idea, please let me know. Sigh. Thanks, Paul On Fri, Nov 24, 2017 at 11:44 AM, Paul Warner <paulwwar...@gmail.com> wrote: > Hi, > > Can I add a cu

Re: [dspace-tech] dspace 6.1 delete community foreignkey-constraint community2community_child_comm_id_fkey

2017-11-29 Thread Paul Warner
of the uuid using like: select * from community2community where child_comm_id::varchar like '06f%'; delete from community2community where child_comm_id::varchar like '06f%'; Best regards, Paul On Thu, Nov 23, 2017 at 10:39 AM, Paul Warner <paulwwar...@gmail.com> wrote: > Thanks for th

[dspace-tech] custom permission level

2017-11-24 Thread Paul Warner
Hi, Can I add a custom permission level to the standard read, write, delete, etc. list? I want to specify if anonymous users can stream an mp3 or all mp3's in an item, so 'stream' would be a likely name. I searched for the answer, but could not find it... Best regards, Paul -- You received

Re: [dspace-tech] dspace 6.1 delete community foreignkey-constraint community2community_child_comm_id_fkey

2017-11-23 Thread Paul Warner
gt; > I sign into the UI as a repository administrator when I want to delete > communities, collections, and items. The code handles all of the > dependencies when deleting. > > On Wed, Nov 22, 2017 at 6:19 AM, Paul Warner <paulwwar...@gmail.com> > wrote: > >> Hi all, &

[dspace-tech] dspace 6.1 delete community foreignkey-constraint community2community_child_comm_id_fkey

2017-11-22 Thread Paul Warner
Hi all, I am running DSpace 6.1 on Suse. I have tried to delete a community I just created, since I found a different way to solve my organization problem. I got an error that the update or delete in the table 'community' violates foreignkey-constraint

Re: [dspace-tech] full-text import via SAF

2017-11-16 Thread Paul Warner
to Kuchenmumker. :-) So I searched for Kuchenmumker, knowing it would not appear anywhere else, and I got a hit on my latest import. Juchuu! :-))) Thanks, Paul On Thursday, November 16, 2017 at 12:18:03 PM UTC+1, Paul Warner wrote: > > Hello Claudia and all, > > I have created a test imp

Re: [dspace-tech] full-text import via SAF

2017-11-16 Thread Paul Warner
and thereby searchable? Or is there another step I am missing? Thanks! Paul Warner On Monday, November 6, 2017 at 9:18:49 AM UTC+1, Claudia Jürgen wrote: > > Hallo Paul, > > you can do this by importing the text as extracted text. > In SAF you can specify the bundle to which

[dspace-tech] full-text import via SAF

2017-11-05 Thread Paul Warner
search text chunk that will then be hidden from display? Can one do this via the Simple Archive Format process, or is there another way to do this, applying the full-text search text to the imported item? Thanks for any help! Best regards, Paul Warner -- You received this message because you

Re: [dspace-tech] Re: jspui language switcher top menu bar links to localhost

2017-10-11 Thread Paul Warner
Claudia Jürgen > > > > Am 11.10.2017 um 09:58 schrieb Paul Warner: > >> I am on using dspace 6.1, tomcat 8, apache 2.4, Suse 12.2. >> >> On Wednesday, October 11, 2017 at 9:55:10 AM UTC+2, Paul Warner wrote: >> >>> Hi all, >>> >>>

[dspace-tech] Re: jspui language switcher top menu bar links to localhost

2017-10-11 Thread Paul Warner
On Wednesday, October 11, 2017 at 9:58:38 AM UTC+2, Paul Warner wrote: > > I am on using dspace 6.1, tomcat 8, apache 2.4, Suse 12.2. > > On Wednesday, October 11, 2017 at 9:55:10 AM UTC+2, Paul Warner wrote: >> >> Hi all, >> >> In my dspace, in the top menu b

[dspace-tech] Re: jspui language switcher top menu bar links to localhost

2017-10-11 Thread Paul Warner
I am on using dspace 6.1, tomcat 8, apache 2.4, Suse 12.2. On Wednesday, October 11, 2017 at 9:55:10 AM UTC+2, Paul Warner wrote: > > Hi all, > > In my dspace, in the top menu bar, by the Language/Sprache dropdown, the > links refer to 'localhost', and not to my site's do

[dspace-tech] jspui language switcher top menu bar links to localhost

2017-10-11 Thread Paul Warner
Hi all, In my dspace, in the top menu bar, by the Language/Sprache dropdown, the links refer to 'localhost', and not to my site's domain name. All the other links link correctly to my site's domain name. Anyone have an idea where this language link gets set, and how I could fix it? I

Re: [dspace-tech] ip authentication, how do I log in?

2017-10-04 Thread Paul Warner
but if a user > visits your site from an on-campus IP address, they can download/view the > files without logging in. > > I hope that helps clarify the purpose of IP Auth! > > Tim > > On Mon, Oct 2, 2017 at 5:11 AM Paul Warner <paulwwar...@gmail.com> wrote: > >&g

Re: [dspace-tech] passing ssl client certificate from Apache to Dspace

2017-10-02 Thread Paul Warner
ibute clientAuth="true" so the server requests a >>> personal Web certificate from the client." >>> >>> Not sure if that's the problem here, but you might want to carefully >>> review the instructions here again. If you are still hitting issues,

[dspace-tech] ip authentication, how do I log in?

2017-10-02 Thread Paul Warner
Hi, I have set up ip authentication using apache as a proxy front end for tomcat. The log is seeing the ip address, so it is being correctly passed through from apache to tomcat, and correctly read by dspace. But it is not logging me in to the group. My question is, how do I log in? If I

Re: [dspace-tech] changes to ItemTag.java not showing up

2017-09-12 Thread Paul Warner
i.duraspace.org/display/DSDOC6x/Advanced+Customisation > There you should do your customizations. > And this will be used, if present, and not the dspace-jspui/src/main ... > one. > > Hope this helps > > Claudia Jürgen > > > > Am 12.09.2017 um 10:01 schrieb Pau

[dspace-tech] Re: changes to ItemTag.java not showing up

2017-09-12 Thread Paul Warner
Sorry, forgot to add version info: I am running Dspace 6.1 on Suse 12.2. Thanks! Paul On Tuesday, September 12, 2017 at 10:01:24 AM UTC+2, Paul Warner wrote: > > Dear Support, > > I need to make some small changes to the way an item is displayed, and I > have > edited dsp

[dspace-tech] changes to ItemTag.java not showing up

2017-09-12 Thread Paul Warner
Dear Support, I need to make some small changes to the way an item is displayed, and I have edited dspace-jspui/src/main/java/org/dspace/app/webui/jsptag/ItemTag.java. I ran mvn package, and ant update, and copied the files into Tomcat. But none of my changes are appearing. Why not?

[dspace-tech] WITHDRAWN_READ for .wav files based on user group

2017-09-08 Thread Paul Warner
Hi, Our client is a music school library which needs to archive audio files of concerts. These concerts contain some music that cannot legally be available for downloading or streaming, except if one is in the library. So how can I set WITHDRAWN_READ access for these audio files for all

Re: [dspace-tech] passing ssl client certificate from Apache to Dspace

2017-09-08 Thread Paul Warner
uld check your logs to see if there's any errors being logged > there, see https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error > > > - Tim > > On Thu, Sep 7, 2017 at 7:25 AM Paul Warner <paulwwar...@gmail.com> wrote: > >> Hi, >> >> I have

[dspace-tech] passing ssl client certificate from Apache to Dspace

2017-09-07 Thread Paul Warner
Hi, I have configured Apache with ssl using a self-signed certificate, and then generated a client certificate from the server certificate. With SSLVerifyClient set to 'require', I can get to Dspace only from a browser with the client certificate installed. So it works! But getting Dspace