However, I have this isue running the command "dspace database info":
Using DSpace installation in: C:\DSpace-dspace-7.6.1\dspace Error: Could not find or load main class
org.dspace.app.launcher.ScriptLauncher Caused by: java.lang.ClassNotFoundException:
org.dspace.app.launcher.ScriptLauncher
Any suggestion or step where I could investigate would be appreciated.
Best regards.
DSpace Technical Support
unread,
Mar 28, 2024, 5:43:44 PM3/28/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi,
That "ScriptLauncher" class is included in the "dspace-api-[version].jar", which should be installed in your [dspace]/lib/ directory. The error seems to be saying that file is either missing or incorrect. You may want to double check that all the upgrade steps have succeeded, especially the "ant update" step which installs/updates this JAR into that directory.