Task Error: Task 11576 crashed with code 1
-
Dear support , last week i changed the backup configuration of my cloudron installation . storage provider is Filesystem.
After I did that there is one app with error message similar to the one in the title == Task Error: Task 11576 crashed with code 1
All the apps installed exept that one work well.... but when i try to install a new app, then I get similar message and I then I cannot uninstall the app.
Any ideas on how to solve this would be very much appreciated .
Thanks!
-
Dear support , last week i changed the backup configuration of my cloudron installation . storage provider is Filesystem.
After I did that there is one app with error message similar to the one in the title == Task Error: Task 11576 crashed with code 1
All the apps installed exept that one work well.... but when i try to install a new app, then I get similar message and I then I cannot uninstall the app.
Any ideas on how to solve this would be very much appreciated .
Thanks!
-
@manuel Most likely the issue is that node version is incorrect? If you run
node --versionon the server do you see an immediate error ? If so, please follow https://forum.cloudron.io/topic/9506/cloudron-on-18-04-5-glibc_2-28-not-found-required-by-node/12 . That should fix the problem short term. Long term, you need to upgrade Ubuntu to 20.04. -
Is the logviewer for that app as mentioned in https://docs.cloudron.io/apps/#log-viewer not working?
Also have you tried to go to the repair tab for that app in the cloudron dashboard?
@nebulon said in Task Error: Task 11576 crashed with code 1:
Is the logviewer for that app as mentioned in https://docs.cloudron.io/apps/#log-viewer not working?
yes that's correct
@nebulon said in Task Error: Task 11576 crashed with code 1:
Also have you tried to go to the repair tab for that app in the cloudron dashboard?
it does not allow me to click "restart app" nor "enable recovery mode".
i have also tried to uninstall the app and I get this message
Task Error
If a configuration, update, restore or backup action resulted in an error, you can retry the task.An error occurred during the uninstall operation: Task Error: Task 11491 crashed with code 1
-
@manuel Most likely the issue is that node version is incorrect? If you run
node --versionon the server do you see an immediate error ? If so, please follow https://forum.cloudron.io/topic/9506/cloudron-on-18-04-5-glibc_2-28-not-found-required-by-node/12 . That should fix the problem short term. Long term, you need to upgrade Ubuntu to 20.04. -
This is exactly the nodejs issue. As mentioned in the linked forum post, please run the following commands via ssh on your server:
mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box -
N nebulon marked this topic as a question on
-
This is exactly the nodejs issue. As mentioned in the linked forum post, please run the following commands via ssh on your server:
mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box -
N nebulon has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login