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

[No.81]Improved FAQs for errors #515

Open
itutu-tienday opened this issue Dec 16, 2024 · 9 comments
Open

[No.81]Improved FAQs for errors #515

itutu-tienday opened this issue Dec 16, 2024 · 9 comments
Assignees
Milestone

Comments

@itutu-tienday
Copy link
Collaborator

requirement

@tsuchiyama-araya
Copy link
Collaborator

メモ
・過去のIssueなどもこちらで記載する

@itutu-tienday
Copy link
Collaborator Author

  • error:
    • situation: when caiman is executed in workflow (may be similar for *other wrapper func)
    • error log: python /app/.snakemake/scripts/xxxxxxxxxxx.func.py\' died with <Signals.SIGKILL: 9>.
  • cause:
    • probably the workflow execution process is out of memory.
  • related:

@itutu-tienday
Copy link
Collaborator Author

  • error:
    • situation: When a workflow is executed in which the size of the node's processing result data (.pkl) is large (e.g., a large image + caiman)
    • error.log:
      Traceback (most recent call last):
        File "/app/studio/app/common/routers/run.py", line 72, in run_result
          return WorkflowResult(workspace_id, uid).get(nodeDict.pendingNodeIdList)
        File "/app/studio/app/common/core/workflow/workflow_result.py", line 58, in get
          node_result = NodeResult(
        File "/app/studio/app/common/core/workflow/workflow_result.py", line 150, in __init__
          self.info = PickleReader.read(pickle_filepath)
        File "/app/studio/app/common/core/utils/pickle_handler.py", line 13, in read
          return pickle.load(f)
      _pickle.UnpicklingError: pickle data was truncated
      
  • cause:
    • When the size of the pkl file exceeds several GB (4GB?), an exception is suspected to occur during pickle read.
  • countermeasure:
    • *Not yet considered

@itutu-tienday
Copy link
Collaborator Author

Note:
It is better to prepare a separate spreadsheet summarizing the error cases to work from.

@milesAraya
Copy link
Collaborator

milesAraya commented Jan 16, 2025

Idea:when an error message comes (e.g. parameter problem), link to documentation comes up in error message

Link to parameter documentation AND/OR notebooks for debugging
#545 (comment)

@milesAraya
Copy link
Collaborator

Why does first time loading take a long time
A: Making conda env

@tsuchiyama-araya
Copy link
Collaborator

#365
こちらの問題の解消方法
Rosettaの設定をOffにしたら、Docker環境回復しました!

しかし、調査したところ、Rosettaの設定をOnにする時にも解消される時があるので、
自分の環境によって異なるかと思います。

Image

@itutu-tienday itutu-tienday added this to the ver2.0 milestone Jan 28, 2025
@milesAraya
Copy link
Collaborator

mysql error, alembic head upgrade not working
solution: delete all tables in mysql
run alembic head upgrade
re-add user initial data

@milesAraya
Copy link
Collaborator

milesAraya commented Feb 5, 2025

Please add errors / solutions here
https://github.com/oist/optinist/wiki/FAQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants