archimatetool / archi-modelrepository-plugin

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

InvocationTargetException #188

Closed vovy closed 2 years ago

vovy commented 2 years ago

The error log does not contain any record of the behavior.

Version of Archi, Operating System

Archi 4.9.2, Windows 10

Version of this plug-in

0.8.1

Any other plug-ins installed?

no

Expected Behaviour

The collaboration worked as documented until the computer went to sleep over the weeken.

Actual Behaviour

Seemingly any operation on the branches causes java.lang.reflect.InvoctionTargetException image

Steps to Reproduce the Behaviour

  1. open Archi
  2. open a model from local workspace
  3. try to do any online sync (e.g. switch, refresh, merge)
Phillipus commented 2 years ago

Unless there are exact steps to reproduce this will be hard to pinpoint.

Try closing and re-opening Archi. And make sure "Refresh remote model status in the background" is off in Preferences.

You could also delete this folder and re-start Archi:

<user>/AppData/Roaming/Archi4/.config

vovy commented 2 years ago

thank you for the fast response.

i can only add, that i pushed any of the icons to switch branch, refresh, merge, and got the errors in screenshots. it worked on Friday, now it does not. nothing changed inbetween really.

i had version 4.9.0 and replaced it with 4.9.2 before submitting the issue, but it did not help. i tried to reinstall the plugin, too. did not help.

Refresh remote model status in the background was already off.

i tried to clean .config the folder as per your suggestion. no luck. maybe another cache somewhere?

vovy commented 2 years ago

a completely new install elsewhere after deleting the whole /AppData/Roaming/Archi4 folder works now.

let's see, if i manage to break it again, when the PC goes to sleep next time.