Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: /sword/deposit/<slug> responding 404 #1892

Open
gsdiniz opened this issue Nov 19, 2024 · 0 comments
Open

Problem: /sword/deposit/<slug> responding 404 #1892

gsdiniz opened this issue Nov 19, 2024 · 0 comments
Labels
Type: bug A flaw in the code that causes the software to produce an incorrect or unexpected result.

Comments

@gsdiniz
Copy link

gsdiniz commented Nov 19, 2024

Current Behavior

After instalation and configuration of AtoM and Archivematica to upload DIP's the process is failing with message

image

Debugging the journalctl -u archivematica-mcp-client.service I find the message

[uploadDIP] Target: teste_gui
[uploadDIP] rsync --protect-args -rltz -P --chmod=ugo=rwX 
/var/archivematica/sharedDirectory/watchedDirectories/upload...
[uploadDIP] Rsync output is being saved in /tmp/tmp46juh0vk
[uploadDIP] Sending... 0 (ETA: 0:00:09)
[uploadDIP] Sending... 100 (ETA: 0:00:00)
[uploadDIP] About to deposit to: http://vm1874
[uploadDIP] > Response code: 404
[uploadDIP] > Content received: .... Empty module and/or action after parsing the URL &quot;/sword/deposit/teste_gui&quot; .....

Debugging nginx log in AtoM host, the message it is equals

[error] 1331#0: *274 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/sword/deposit/teste_gui" (/)" while reading response header from upstream

The arRestApiPlugin and qtSwordPlugin are enabled, rsync from Archivematica host to AtoM host is working.

Expected Behavior

AtoM finish the deposit and display the uploaded content

Possible Solution

No response

Context and Notes

No response

Version used

AtoM 2.8.2

Operating System and version

Oracle Linux 9

Default installation culture

en

PHP version

PHP 7.4.33 (cli) (built: Oct 31 2022 10:36:05) ( NTS )

Contact details

No response

@gsdiniz gsdiniz added the Type: bug A flaw in the code that causes the software to produce an incorrect or unexpected result. label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug A flaw in the code that causes the software to produce an incorrect or unexpected result.
Projects
None yet
Development

No branches or pull requests

1 participant