You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test the code by using the "Install the add-on by changing two poms and the message catalog" and ran into these issues:
The ID: duplicate-detection from dspace/config/item-submission.xml is not recognized. This error is thrown: The Submission process config named traditional contains a step with id=duplicate-detection. There is no step with this 'id' defined in the 'step-definition' section of 'item-submission.xml'.
After removing the ID the following error is thrown:
ERROR org.dspace.app.util.SubmissionInfo @ Error loading progress bar information from Step Class 'org.dspace.submit.step.DuplicateDetectionStep' Error:
java.lang.NullPointerException
at org.dspace.submit.step.DuplicateDetectionStep.<init>(DuplicateDetectionStep.java:78)
....
The second error is simply solved by copying the "duplication-detection-service.xml" file in the appropriate DSpace-installation directory: dspace-install/config/spring/api.
Thereafter, everything worked fine as it supposed to!
The text was updated successfully, but these errors were encountered:
I tried to test the code by using the "Install the add-on by changing two poms and the message catalog" and ran into these issues:
The ID: duplicate-detection from dspace/config/item-submission.xml is not recognized. This error is thrown:
The Submission process config named traditional contains a step with id=duplicate-detection. There is no step with this 'id' defined in the 'step-definition' section of 'item-submission.xml'.
After removing the ID the following error is thrown:
The second error is simply solved by copying the "duplication-detection-service.xml" file in the appropriate DSpace-installation directory: dspace-install/config/spring/api.
Thereafter, everything worked fine as it supposed to!
The text was updated successfully, but these errors were encountered: