[dspace-tech] Solr filterCache too small?

2018-09-19 Thread Alan Orth
Dear list, I was reading about the general utility of the Solr filterCache for storing results of queries using the "fq" parameter and noticed that all of DSpace's Solr cores use a default size of 512[0]. This only stores 512 entries in the query cache. As DSpace is a very heavy user of Solr for s

[dspace-tech] The input line is too long and The syntax of the command is incorrect

2018-09-19 Thread euler
Dear All, I really need your help on how to resolve this error when issuing dspace commands from the command line. I have 2 dspace instances in the server and both have almost identical settings and configurations. They also have the same DSpace base version which is 6.3. I am on Windows Server

[dspace-tech] Re: Solr filterCache too small?

2018-09-19 Thread Mark H. Wood
An interesting question. How would one measure the actual cache effectiveness? It seems to me that changes to this sort of thing would be difficult to judge by simply oberving overall performance. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://du

[dspace-tech] Re: The input line is too long and The syntax of the command is incorrect

2018-09-19 Thread Mark H. Wood
The first thing I would do is mechanically compare the two copies of bin\dspace.bat to see if the failing one is damaged in some way. -- 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

[dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread kardeiz
DSpace installation instructions suggest creating a `dspace` user account to own the DSpace installation, while current advice (1

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread helix84
As you noticed, if you're using packaged tomcat, it's easier to use the tomcat user created by the tomcat package as the owner of all dspace files. However, you don't have to sudo every single command. You can either: A) run a shell as the tomcat user like this: sudo -u tomcat -i B) or you can al

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread kardeiz
Thanks for the reply, helix84. But giving tomcat a password and a login shell has security implications (which are similar to, but not the same as, having a `dspace` user own the files). Jacob On Wednesday, September 19, 2018 at 10:25:14 AM UTC-5, helix84 wrote: > > As you noticed, if you're u

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread helix84
In order to run without issues, tomcat has to run as the user who owns the dspace files, whatever the user is named. What is it specifically that makes a difference to you in how the user is named? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/di

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread kardeiz
I guess mostly I am uncomfortable modifying a user account that I didn't create (tomcat). I don't know all the ins and outs and permissions granted to that user as part of the tomcat package (in my case from RedHat 7 server). I don't fully know the security implications of letting tomcat login.

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread Tim Donohue
Hello Jacob, I'd recommend *not* modifying the "tomcat" user account, and simply updating Tomcat to run as the "dspace" user. That's exactly the strategy we use on the http://demo.dspace.org site (running Ubuntu 16.04). It has worked fine for us, even with "unattended upgrades" enabled. In case

[dspace-tech] Fwd: Dspace Stops Responding

2018-09-19 Thread Keith Jones
Hi All, My institution is currently running Dspace version 5.3 in Tomcat backed by Postgres and we've recently been experiencing an uptick in our system being non-responsive. I can restart tomcat and everything returns. Have others been experiencing this and are there was to reduce the system from

Re: [dspace-tech] dspace vs. tomcat user account

2018-09-19 Thread kardeiz
Hi Tim, Thanks for the reply! Unfortunately, I don't think that would work with the RedHat/CentOS 7 Tomcat (7) package. I just spun up a fresh centos:7 docker container with packaged Tomcat to confirm. The user is hard-coded into the systemd service file (which could be modified). When Tomc

[dspace-tech] Add search topic in tje main page

2018-09-19 Thread Lou Delgado
Good afternoon, We are configuring the dspace for an institutional repository and we need to add in the main page a search based on the area of knowledge, apart from author and keywords. Could you indicate which files I should modify? Please! -- All messages to this mailing list should adhere

[dspace-tech] Blank or Invalid items in search resulta in DSPACE 5.x

2018-09-19 Thread Rodrigo Vieira
Hi all, after migrating to DSPACE 5, search results show items with no descriptions and *handle/null*. See above: Título não informado  These itens appear when logged in with administrator privileges. Anyone knows how to delete them? Thank you, Rodrigo Vieira -- All messa

[dspace-tech] Re: The input line is too long and The syntax of the command is incorrect

2018-09-19 Thread euler
Hi Mark, I did that and it is still the same message. Out of desperation, I clone a new repository in a different directory. After mvn package and ant update, I tried to run dspace -h from the [dspace-install]/bin directory. I'm really frustrated now because I'm having the same error message de

[dspace-tech] dspace7 + angular login error

2018-09-19 Thread Stefan Fritzsche
Dear members, i use a docker container based on the node:8 image to create a test instance of dspace 7 and the angular app.  I start Angular with the call yarn start:dev When I login with the UI I get the following error message Cannot read property 'authenticated' of undefined With every c