With your help, I repeated the update process and moved one step ahead, but 
am stuck at running the index-discovery -b.  So far,  I did this:

- installed DSpace 7.2 and imported the dump from the old machine into the 
new one

- replaced the 7.2 version of update-sequences.sql by the 4.x one

- in Postgres, ran:

UPDATE metadatavalue
SET metadata_field_id = 64
WHERE metadata_field_id = 76;

and then:
DELETE from metadatafieldregistry
WHERE metadata_field_id = '76';

- ran $./dspace database update-sequences

- copied assetstore from the 4.x to 7.2 machine

So far, so good, but when I run: 

$ ./dspace index-discovery -b

I have the following message:

org.apache.commons.cli.ParseException: Unable to create a new DSpace 
Context: null

at org.dspace.discovery.IndexClient.setup(IndexClient.java:157)

at org.dspace.scripts.DSpaceRunnable.parse(DSpaceRunnable.java:86)

at org.dspace.scripts.DSpaceRunnable.initialize(DSpaceRunnable.java:75)

at 
org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:148)

at 
org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)

at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)

Can you see whether I missed a step somewhere which now prevents me from 
reindexing?

-- 
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 Technical Support" 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-tech/b1ded555-967b-41dc-aeb5-e62674ba569en%40googlegroups.com.

Reply via email to