The Ingest alway asks if to store DIP despite the Default Proc. Config. [AM 1.13.2]

瀏覽次數:90 次
跳到第一則未讀訊息

arth...@gmail.com

未讀,
2022年2月1日 上午10:10:092022/2/1
收件者:archivematica
Hi,
in AM 1.13.2, although I have tried several times to save the Default Processing Configuration by setting the "Store DIP?" item to "Store DIP" and "Store DIP location" to "Default location", the Ingest stops on the Dashboard to ask if you want to store the DIP and therefore where.
If I ask to download the Default Processing Configuration, the XML file contains these last lines in which the Store DIP value does not seem anomalous to me.

...
    <!-- Store AIP: Yes -->
    <preconfiguredChoice>
      <appliesTo>2d32235c-02d4-4686-88a6-96f4d6c7b1c3</appliesTo>
      <goToChain>9efab23c-31dc-4cbd-a39d-bb1665460cbe</goToChain>
    </preconfiguredChoice>
    <!-- Store AIP location: Default location -->
    <preconfiguredChoice>
      <appliesTo>b320ce81-9982-408a-9502-097d0daa48fa</appliesTo>
      <goToChain>/api/v2/location/default/AS/</goToChain>
    </preconfiguredChoice>
    <!-- Upload DIP: Upload DIP to AtoM/Binder -->
    <preconfiguredChoice>
      <appliesTo>92879a29-45bf-4f0b-ac43-e64474f0f2f9</appliesTo>
      <goToChain>0fe9842f-9519-4067-a691-8a363132ae24</goToChain>
    </preconfiguredChoice>
    <!-- Store DIP?: Store DIP -->
    <preconfiguredChoice>
      <appliesTo>5e58066d-e113-4383-b20b-f301ed4d751c</appliesTo>
      <goToChain>8d29eb3d-a8a8-4347-806e-3d8227ed44a1</goToChain>
    </preconfiguredChoice>
    <!-- Store DIP location: Default location -->
    <preconfiguredChoice>
      <appliesTo>cd844b6e-ab3c-4bc6-b34f-7103f88715de</appliesTo>
      <goToChain>/api/v2/location/default/DS/</goToChain>
    </preconfiguredChoice>
  </preconfiguredChoices>
</processingMCP>

In the log of the MCP Server I find in fact (see the last line):

DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:task_completed_callback:263:  stdout emitted by client: {
    "c67004f5-f3a3-4889-b39f-21718bc20b1a": {
        "description": "Store AIP in standard Archivematica Directory",
        "uri": "/api/v2/location/c67004f5-f3a3-4889-b39f-21718bc20b1a/"
    },
    "default": {
        "description": "Default Location",
        "uri": "/api/v2/location/default/AS/"
    }
}

INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.decisions:decisions:run:52:  Running Store AIP location (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs:base:mark_complete:102:  OutputDecisionJob 691d6029-c542-404f-92f6-ef1b436679fa done with exit code 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Move to processing directory (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job 58f83c33-787f-409c-9c48-893c9ab9921e (movesip_v0.0)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task 78afee10-8f4c-44f6-931b-4980cc2783d6 finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Verify AIP (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job 6cdc7f27-c7f3-4313-b4a2-fde886590e6a (verifyaip_v1.0)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task d2a4f3ba-c903-4020-a220-e409637304f1 finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Store the AIP (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job 1dc06276-6189-4bf5-a402-84f094462a75 (storeaip_v0.0)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task d71eef3c-dd01-4438-baff-4fcbca6df179 finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Index AIP (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job d572c5a9-c011-4731-b5e6-999ef94fc3e8 (indexaip_v0.0)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task f9047f53-8130-4063-a175-a40617d1e05d finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Clean up after storing AIP (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job de780de9-8c97-41fd-83f8-90c57f61d6c1 (poststoreaiphook_v1.0)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task 20fd2bc9-899b-49ae-8138-d0edf818742e finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:22  archivematica.mcp.server.jobs.client:client:run:111:  Running Remove the processing directory (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:22  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job df0b5d57-81a6-4abc-86b8-f9eb2cb4e63e (removedirectories_v0.0)
DEBUG     2022-02-01 14:56:24  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task c656f453-6e09-44e4-93a8-4e89d1444c9a finished! Result COMPLETE - 0
DEBUG     2022-02-01 14:56:24  archivematica.mcp.server.jobs.chain:chain:chain_completed:149:  Done with chain 9efab23c-31dc-4cbd-a39d-bb1665460cbe for package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a
DEBUG     2022-02-01 14:56:34  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task 669879b1-efc0-4d05-a79e-15360de53e4d finished! Result COMPLETE - 1
INFO      2022-02-01 14:56:34  archivematica.mcp.server.jobs.client:client:run:111:  Running Move to the uploadedDIPs directory (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)
DEBUG     2022-02-01 14:56:34  archivematica.mcp.server.jobs.tasks:gearman_backend:submit:219:  Submitted gearman job 267306a2-a5cc-4968-a834-21b2af70dda7 (move_v0.0)
DEBUG     2022-02-01 14:56:34  archivematica.mcp.server.jobs.tasks:gearman_backend:update_task_results:263:  Task b9da0b2c-119c-4802-91d0-762ee74475f5 finished! Result COMPLETE - 0
INFO      2022-02-01 14:56:34  archivematica.mcp.server.jobs.decisions:decisions:run:52:  Running Store DIP? (package 202de9d3-3c63-4786-aa7a-0b72dd31ec9a)

Any suggestions?
Thanks in advance

AT

arth...@gmail.com

未讀,
2022年4月21日 中午12:44:302022/4/21
收件者:archivematica
Up, up!
The same problem appears in a just upgraded AM, from 1.11.x to 1.13.2.
No suggestions at all? Am I the only one?
Please!

Sarah Romkey

未讀,
2022年4月22日 清晨6:53:222022/4/22
收件者:archiv...@googlegroups.com
It looks like you have hit a bug, I was able to reproduce it also. I have filed an issue here: https://github.com/archivematica/Issues/issues/1551 

Cheers,

Sarah

Sarah Romkey, MAS,MLIS
Archivematica Program Manager
@archivematica / @accesstomemory




--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/archivematica/6ef64769-3d6d-4641-85c0-17699b56305dn%40googlegroups.com.

arth...@gmail.com

未讀,
2022年4月22日 上午8:53:042022/4/22
收件者:archivematica
Agh... Sarah,
thanks for the answer.
I would prefer to have done something wrong.
What are the expectations for the release of version 1.14 (I don't see any updates in Trello)?
I our case this is blocking :-(

Arthy

Dingwall, Glenn

未讀,
2022年4月22日 上午10:45:112022/4/22
收件者:archiv...@googlegroups.com

Hi Sarah –

I’ve noticed the same thing on our digitization pipeline. A possibly related bug that people experiencing this should watch for:

After declining to store the DIP, at the end of Ingest, Archivematica will send the SIP to …/sharedDirectory/rejected, instead of …/sharedDirectory/completed. I found this out the hard way when our pipeline stopped working after the drive space ran out, as there were several years worth of completed SIPs in the /rejected directory.

 

Glenn Dingwall | Digital Archivist
City of Vancouver Archives
1150 Chestnut St. Vancouver, BC V6J 3J9
604.829.4268  | glenn.d...@vancouver.ca

 

From: archiv...@googlegroups.com <archiv...@googlegroups.com> On Behalf Of Sarah Romkey
Sent: Friday, April 22, 2022 3:53 AM
To: archiv...@googlegroups.com
Subject: [EXT] Re: [archivematica] Re: The Ingest alway asks if to store DIP despite the Default Proc. Config. [AM 1.13.2]

 

City of Vancouver security warning: Do not click on links or open attachments unless you were expecting the email and know the content is safe.


It looks like you have hit a bug, I was able to reproduce it also. I have filed an issue here: https://github.com/archivematica/Issues/issues/1551 [github.com] 

 

Cheers,

 

Sarah


Sarah Romkey, MAS,MLIS

Archivematica Program Manager

--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.

Sarah Romkey

未讀,
2022年4月22日 下午1:02:112022/4/22
收件者:archiv...@googlegroups.com
Thanks for the heads-up Glenn, I will file a separate issue about that.

Regarding a 1.14 release, we don't currently have a timeline to share but we'll update the community when we know more.

Cheers,

Sarah

Sarah Romkey, MAS,MLIS
Archivematica Program Manager

arth...@gmail.com

未讀,
2022年5月23日 上午11:25:522022/5/23
收件者:archivematica
Hello all (and Sarah)
we have taken a step forward and think we have found the problem.

Regression was introduced by commit a6eab06; I commented on the details in issue 1551.
We have modified the workflow.json file accordingly and our tests confirm that the Processing Configuration is now read correctly and no process interruptions (asks) are produced.

AT
回覆所有人
回覆作者
轉寄
訊息已遭刪除
0 則新訊息