[dspace-tech] Re: Add a new analyzer that would also use cyrillic and latin alphabet

2024-09-13 Thread DSpace Technical Support
Hi Mladen, As noted, I've never done this before and don't have a guide for how to get this to work. I *suspect* however that you'd need to modify the Solr "schem.xml" file(s) within DSpace to "hook up" the Analyzer into Solr. Those "schema.xml" files are standard Solr Schema files, so you'd

Re: [dspace-tech] Re: DSpace 8 - incorrect display of math symbols in the abstract.

2024-09-13 Thread DSpace Technical Support
At this point in time, the MathJax functionality is only enabled for the "dc.description.abstract" field here: https://github.com/DSpace/dspace-angular/blob/dspace-8_x/src/app/item-page/simple/field-components/specific-field/abstract/item-page-abstract-field.component.ts#L52 There are currently n

Re: [Extern] [dspace-tech] Dspace 8 - fresh install - server-boot.jar

2024-09-13 Thread Saad Itani
Thanks Michael for all the help On Friday, September 13, 2024 at 3:24:21 PM UTC+3 Saad Itani wrote: > Step 12) *Copy Solr cores:* DSpace installation creates a set of six > empty Solr cores already configured. > > solved the problem, it should've come before Step 11) > > *Server-boot execution

Re: [Extern] [dspace-tech] Dspace 8 - fresh install - server-boot.jar

2024-09-13 Thread Saad Itani
Step 12) *Copy Solr cores:* DSpace installation creates a set of six empty Solr cores already configured. solved the problem, it should've come before Step 11) *Server-boot execution* java -jar [dspace]/webapps/server-boot.jar in the https://wiki.lyrasis.org/pages/viewpage.action?pageId=315

Re: [Extern] [dspace-tech] Dspace 8 - fresh install - server-boot.jar

2024-09-13 Thread Michael Plate
Hi Saad, well, have a look at https://groups.google.com/g/DSpace-tech/c/mLzSrCu99Gk maybe you should narrow down the problem by using solr on localhost first. Michael Am 13.09.24 um 13:47 schrieb Saad Itani: Hi Michael, Log after running solr on port 8983 attached. On Friday, September 1

Re: [Extern] [dspace-tech] Dspace 8 - fresh install - server-boot.jar

2024-09-13 Thread Saad Itani
yes indeed solr is not running, however I ran it seperately and still server-boot.jar failed to load up services. Java 17 On Friday, September 13, 2024 at 2:04:11 PM UTC+3 Michael Plate wrote: > Hi, > > Am 13.09.24 um 12:57 schrieb Saad Itani: > > Dears, > > > > We opted for running server-bo

Re: [Extern] [dspace-tech] Dspace 8 - fresh install - server-boot.jar

2024-09-13 Thread Michael Plate
Hi, Am 13.09.24 um 12:57 schrieb Saad Itani: Dears, We opted for running server-boot.jar (tomcat embedded) however using RHEL 8/Java17 the SpringBoot fails to bring the Server-boot.jar up! We have tried to remove and reinstall over and over dspace 8 but we've faild. Will paste the Log file o