[dspace-tech] Stadistics solr

2020-02-20 Thread Saul Hernandez O.
I have a question, I want to get some statistics through solr from my repository, I need to know the amount of items that exist in my communities per year and per month, could you help me? thanks! -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

Re: [dspace-tech] Installation of DSpace

2020-02-20 Thread Mark H. Wood
On Wed, Feb 19, 2020 at 06:08:24AM -0800, Keon Skeete wrote: > I am from an academic institution in the archives unit. I would like to > start storing our files using DSpace can you shed some light as to which > one of the demo I have to download? and how to install it? The current highest

Re: [dspace-tech] new table in 6.3

2020-02-20 Thread Tim Donohue
Hi Jose, There is one example of createNativeQuery() in the DSpace codebase itself here: https://github.com/DSpace/DSpace/blob/master/dspace-api/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

Re: [dspace-tech] new table in 6.3

2020-02-20 Thread Jose Blanco
Looking for an example. I wonder if someone in the community has done this. I think using createNativeQuery() would be preferable. I have 4 tables that are not part of the dspace code that I need to manipulate. Thanks! -Jose On Thu, Feb 20, 2020 at 1:01 PM Tim Donohue wrote: > Hi Jose, > >

RE: [dspace-tech] Twitter cards and open graph in page-structure.xsl

2020-02-20 Thread Fitchett, Deborah
Thanks! Do let me know if you figure out a way to get at the thumbnail and/or abstract data. Note, as far as I can tell the Twitter Card validator only works if there’s an actual twitter:card tag, which I haven’t included in my code below; but the card seems to display on Twitter without it.

Re: [dspace-tech] Broken Community Links after upgrade to 6.3

2020-02-20 Thread Carolyn Brown
Thanks... no errors in dspace.log. Will forward the tomcat logs with “ERROR” messages. Sent from my iPhone > On Feb 20, 2020, at 2:22 PM, Tim Donohue wrote: > >  > Hi Carolyn, > > Please look for "ERROR" messages in your dspace.log immediately after you > trigger the error message you

Re: [dspace-tech] Broken Community Links after upgrade to 6.3

2020-02-20 Thread Tim Donohue
Hi Carolyn, Please look for "ERROR" messages in your dspace.log immediately after you trigger the error message you mentioned previously. See https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error for more info on finding errors in logs. Unfortunately, it's extremely difficult to

Re: [dspace-tech] Broken Community Links after upgrade to 6.3

2020-02-20 Thread Carolyn Brown
dspace.log contents: 2020-02-20 11:45:33,448 INFO org.dspace.importer.external.service.ImportService @ Loading 1 import sources. 2020-02-20 11:45:34,089 DEBUG org.dspace.rdf.conversion.RDFConverterImpl @ Loade d the following plugins: org.dspace.rdf.conversion.SimpleDSORelationsConverterPl

Re: [dspace-tech] new table in 6.3

2020-02-20 Thread Tim Donohue
Hi Jose, That error from Hibernate usually means that you are trying to run a straight SQL query when it's expecting you to use HQL (Hibernate Query Language) and a Hibernate Entity object. So, more than likely you need to do one of the following: * Either, Create a Hibernate Entity

Re: [dspace-tech] Broken Community Links after upgrade to 6.3

2020-02-20 Thread José Geraldo
Hi, Verify the out Dspace log in [dspace]/log/dspace.log Em qui., 20 de fev. de 2020 às 14:35, Carolyn Brown < carolynbr...@muhlenberg.edu> escreveu: > ANY IDEAS? > > *Steps taken:* > Upgrade from DSpace 3.3 to 6.3. > Database: Postgres version was upgraded as well. > Followed steps to

[dspace-tech] Broken Community Links after upgrade to 6.3

2020-02-20 Thread Carolyn Brown
ANY IDEAS? *Steps taken:* Upgrade from DSpace 3.3 to 6.3. Database: Postgres version was upgraded as well. Followed steps to upgrade DSpace. Then exported database. Imported into upgraded Postgres/DSpace. Turned Tomcat on -- depending on FlyWay migration to handle DSpace database changes.

[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] Re: LDAPAuthentication - can't create ePerson at DEBUG

2020-02-20 Thread Mark H. Wood
I took a quick look at LDAPAuthentication.java. From the log messages, it seems that execution reached the log.info() call at line 368. This flows down to the 'return' at line 370 BUT we are still in a try{} with a finally{}, so it appears that this method will call

[dspace-tech] Re: LDAPAuthentication - can't create ePerson at DEBUG

2020-02-20 Thread Humberto Blanco Castillo
michael , got any response for this issue? i have the same problem in dspace 6.3 xmlui El martes, 14 de noviembre de 2017, 8:41:40 (UTC-5), Michael White escribió: > > Hi, > > > > DSpace v6.2, JSPUI . . . > > > > I've been working to set up (hierarchical) LDAP based authentication on my >

[dspace-tech] Re: LDAP-LOGIN BLANK PAGE

2020-02-20 Thread Humberto Blanco Castillo
here is the debug from this error and appears like the user has been created, but after that appears like Found Identifiers empty: 2020-02-20 05:36:41,793 DEBUG org.dspace.core.LegacyPluginServiceImpl @ Adding Sequence plugin for interface= org.dspace.authenticate.AuthenticationMethod,

Re: [dspace-tech] Twitter cards and open graph in page-structure.xsl

2020-02-20 Thread Alan Orth
Dear Deborah, This is a fantastic idea! I don't know why I never thought of it. Your work is a great starting point... I will play with it some more and keep testing in the Twitter Card validator to see how it looks: https://cards-dev.twitter.com/validator It would be great to get a

Re: [dspace-tech] Solr metadata statistics - query syntax

2020-02-20 Thread Alan Orth
Dear Filippo, I only have a comment: if you have access to localhost you could query the SQL database directly (the Solr search core is built from that data anyways). I guess it all depends on your skill in writing Solr queries versus SQL queries! Regards, On Mon, Feb 17, 2020 at 4:39 PM