Two more things, probably related to thisd: 1. My communities' URLs in the browser now look like this:
https://<mySite>/communities/a5d536e4-ec2c-4826-b58f-5124a6e131eb while on the old 4.x server they looked like this: http://<mySite>/xmlui/handle/12345/1234 2. As I mentioned in the beginning, the "Permanent URI" for a community now looks like this: http://localhost:4000/handle/12345/1234 I checked config.dct, everything binds to the correct IP; dspace.cfg has this: handle.canonical.prefix = ${dspace.ui.url}/handle/ dspace.ui.url = https://<mySite> I cannot figure out where it takes the http://localhost:400/ from? On Thursday, November 3, 2022 at 10:47:03 p.m. UTC-3 night librarian wrote: > Thank you, you were right. > > I used to run it on Windows and it was done slightly differently. So, I > ran 'start-handle-server' and it brings me back to the command line, with > the handle-server log showing: > > "2022-11-03 21:05:04.054-0300" 25 Started new run. > "2022-11-03 21:05:04.055-0300" 25 Handle.net Server Software version 9.3.0 > Exception in thread "main" java.lang.NoClassDefFoundError: > com/sleepycat/je/DatabaseException > at net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732) > at net.handle.server.HandleServer.<init>(HandleServer.java:382) > at > net.handle.server.AbstractServer.getInstance(AbstractServer.java:120) > at net.handle.server.Main.initialize(Main.java:255) > at net.handle.server.Main.main(Main.java:122) > Caused by: java.lang.ClassNotFoundException: > com.sleepycat.je.DatabaseException > at > java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) > at > java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) > at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) > ... 5 more > > I read the "start-handle-server script no error but service not up" > conversation from Oct 14: > > https://groups.google.com/g/dspace-tech/c/7WHZ9gkMxSo/m/NXyr7akrAgAJ > > which had the exact same error about sleepycat, but the suggestion there > was to upgrade to 7.4 (which I already have) and to look at another > conversation from August "Handle-server cannot start": > > https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/bbU7PkMyBgAJ > > which was dealing with missing Jetty jars. My /dspace/lib has 21 jetty > jars, including all 6 mentioned in that second conversation. Is there > something else I could try? > > > > On Thursday, November 3, 2022 at 8:17:47 p.m. UTC-3 tomascohen wrote: > >> You are calling the 'dspace' command, but you should be calling >> 'start-handle-server'. >> >> Best regards >> >> El jue, 3 nov 2022 18:06, Stanislav Orlov <[email protected]> escribió: >> >>> Greetings! >>> >>> I set up 7.4 on Ubuntu on a development server and then replaced the old >>> 4.x by the new one. The 7.4 works fine and frontend is fully usable. >>> However, I haven't set up Handle on the new machine yet and now, after >>> migration, I have problems. For starters, my Permament URIs are still >>> starting with http://localhost:4000/handle/. Also, if I try to run >>> /dspace/bin/dspace start-handle-server, I get: >>> >>> Command not found: start-handle-server. >>> >>> What am I doing wrong? Any advice? >>> >>> -- >>> All messages to this mailing list should adhere to the Code of Conduct: >>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "DSpace Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/dspace-community/09cf7dff-411e-4897-b39c-c76796c7629fn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/dspace-community/09cf7dff-411e-4897-b39c-c76796c7629fn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/e6de678d-116f-480d-bac7-c99fbe236f0dn%40googlegroups.com.
