PTCInc / thingworx-gitbackup-extension

[Unofficial/Not supported] ThingWorx GitBackup Extension for storing your ThingWorx application code in a Git repository
MIT License
25 stars 11 forks source link

Extension import does not work on ThingWorx 9.0 #10

Closed voiladaniel closed 3 years ago

voiladaniel commented 3 years ago

Hello,

I am trying to install this TWX extension but unfortunately it give me an error message and when I check the ApplicationLog I see no error/warn.

Should I install any other extension or something on the server before I install GitBackup Extension?

Any idea what to check?

Thanks in advance!

image

vrosu commented 3 years ago

Nope, you don't need anything before installing it. Question 1: what ThingWorx version are you using? Question 2: have you tried installing any other Java-based extension (like the MQTT or Mail Extensions)?

voiladaniel commented 3 years ago
  1. I am using ThingWorx 9.0.0-b9557
  2. I just tried to install MQTT and Mail Extensions and it worked.

PS: GitBackup extension doesn't even work to validate it.

vrosu commented 3 years ago

I'm really not sure why it would both not want to install, and neither log something in the ApplicationLog. Try the following: -unzip the extension pack - you should have around 5 or 6 extensions -install each extension manually, with GitBackupExtension being the last

voiladaniel commented 3 years ago

I'm really not sure why it would both not want to install, and neither log something in the ApplicationLog. Try the following: -unzip the extension pack - you should have around 5 or 6 extensions -install each extension manually, with GitBackupExtension being the last

All works except GitBackupExtension. I also got the logs from the others but not for GitBackupExtension.

voiladaniel commented 3 years ago

@vrosu many thanks for your help!

I manage to find out what was the problem. The solution that fixed the problem was to increase "client_max_body_size" in nginx config.