archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
151 stars 52 forks source link

Bug when open taggle collaboration workspace #206

Closed josedelarosa-ml closed 1 year ago

josedelarosa-ml commented 1 year ago

When I try to open collaboration workspace I recibing a error bellow:

Captura de pantalla 2023-03-15 a la(s) 4 45 11 p m

Captura de pantalla 2023-03-15 a la(s) 4 54 10 p m

Version of Archi, Operating System

Archi-Mac-5.0.0, I'm using macOS Ventura

Version of this plug-in

coArchi_0.8.7.archiplugin

Any other plug-ins installed?

No

Expected Behaviour

Actual Behaviour

Steps to Reproduce the Behaviour

  1. Open Archi
  2. Open menu collaboration
  3. Open open taggle collaboration workspace
Phillipus commented 1 year ago

For some reason your system is running out of memory when the collaboration workspace is selected and git tries to determine a repository's branch status.

The log has a reference to Java 11.0.15 because Archi 5 ships with Java 17 - I think the log in the screenshot is for Archi 4.10.

Can you please post the full error log as text, not a screenshot after trying with Archi 5?

Also, perhaps you could provide more information about any git repositories you are using. Perhaps there is something about a git repository that causes the error?

josedelarosa-ml commented 1 year ago

This is the log in text: error-archi.log

I don't know why git crashes in Archi, I'm using Visual Studio Code to work and everything works normally without problems.

Phillipus commented 1 year ago

Please try re-downloading Archi and re-installing coArchi.

Or try manually deleting some folders:

<user>/Library/Application Support/Archi/config

<user>/Library/Application Support/Archi/dropins (this folder contains coArchi so you need to re-install it if you delete this one)

josedelarosa-ml commented 1 year ago

Yes, I deleted the folder and everything worked.

Thanks.