[dspace-tech] Re: How to disable klaro?

2022-12-06 Thread Night Librarian
Thank you kindly! Good thing I haven't read your post earlier, otherwise I would freak out. :) I am sure it would work but having to do "database migrate" again just sends shivers down my spine! I followed the path of least resistance, suggested by Tim in

[dspace-tech] Re: How to disable klaro?

2022-12-04 Thread Mohammad S. AlMutairi
You got the 404 page not found error because you needed to run [dspace]/index-discovery after the change you have made to this item. Try the steps you see below. It should fix it. 1) /dspace/bin/dspace database migrate 2) /dspace/bin/dspace database validate 3) /dspace/bin/dspace database status

Re: [dspace-tech] Re: How to disable klaro?

2022-11-30 Thread Mohammad S. AlMutairi
On Wed, Nov 30, 2022 at 8:27 PM Night Librarian wrote: > Wow! > > $ sudo netstat -an | grep 8000 > tcp6 0 0 140.230.24.101:8000 :::* > LISTEN > $ sudo netstat -an | grep 2641 > tcp6 0 0 140.230.24.101:2641 :::* > LISTEN > udp6 0 0 140.230.24.101:2641

[dspace-tech] Re: How to disable klaro?

2022-11-30 Thread Night Librarian
Wow! I followed your instructions and OMG, suddenly the handle server came up! $ sudo netstat -an | grep 8000 tcp6 0 0 140.230.24.101:8000 :::*LISTEN $ sudo netstat -an | grep 2641 tcp6 0 0 140.230.24.101:2641 :::*LISTEN

[dspace-tech] Re: How to disable klaro?

2022-11-29 Thread Mohammad S. AlMutairi
You welcome. The ( Unable to decrypt) do differ from the old issue you reported before which was (Exception in thread "main" java.lang.NoClassDefFoundError: com/sleepycat/je/DatabaseException - This one caused if you did not add the handle plugin into config.dct as in step 3 below). The Unable

[dspace-tech] Re: How to disable klaro?

2022-11-29 Thread Night Librarian
Thank you. So, I followed the instructions. Copied my Windows handle-server (from 2015, when I was running Dspace 4) to Ubuntu. Replaced 7.4 handle-server by the old one. Changed permissions to tomcat:tomcat. Ran make-handle-config. Ran start-handle-server. There was no output/feedback for

[dspace-tech] Re: How to disable klaro?

2022-11-26 Thread Mohammad S. AlMutairi
One thing I noticed you should take care of too is If the handle server you trying to start is installed on the same server you installed DSpace on you need to open port 2641 and port 8000 on the public firewall and on the server too if you have a firewall running on your Ubuntu server. ( These

[dspace-tech] Re: How to disable klaro?

2022-11-25 Thread Mohammad S. AlMutairi
On Saturday, November 26, 2022 at 2:47:04 AM UTC+3 Night Librarian wrote: > In terms of Handle server, I wonder whether copy/pasting > [dspace]/handle-server directory's content from someone who has 7.4 on > Ubuntu 20.04 would fix my issue? > My English is becoming a barrier to read things the

[dspace-tech] Re: How to disable klaro?

2022-11-25 Thread Mohammad S. AlMutairi
On Saturday, November 26, 2022 at 2:47:04 AM UTC+3 Night Librarian wrote: > Thank you for the suggestion. I changed the dc.identifier.uri from > https://hdl.handle.net/your-handle-prefix/1916 by > https://my-server-domain-name/handle/my-handle-prefix/1916. Now, if I try > to open >

[dspace-tech] Re: How to disable klaro?

2022-11-25 Thread Night Librarian
Thank you for the suggestion. I changed the dc.identifier.uri from https://hdl.handle.net/your-handle-prefix/1916 by https://my-server-domain-name/handle/my-handle-prefix/1916. Now, if I try to open https://my-server-domain-name/handle/my-handle-prefix/1916 in the browser, I get 404 page not

[dspace-tech] Re: How to disable klaro?

2022-11-25 Thread Mohammad S. AlMutairi
You should completely ignore that suggestion and here is why ( https://github.com/kiprotect/klaro ). I think the issue you have is caused by how the migration from the Windows server to the Linux was done and is related to the handle server specifically because it's down. As a suggestion try