Joplin server install error #1683

Closed
opened 2026-02-05 01:57:08 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Nyan96 on GitHub (Sep 27, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Joplin Server

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9.0.6

📝 Provide a clear and concise description of the issue.

➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier is deprecated. Future versions of react-native CLI may not run it by default.
➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDOUT Jetifier found 2060 file(s) to forward-jetify. Using 2 workers...
➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml
➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml
➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml
➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_search_view.xml
➤ YN0007: │ @joplin/pdf-viewer@workspace:packages/pdf-viewer must be built because it never has been before or the last one failed
➤ YN0000: └ Completed in 3m 25s
➤ YN0000: · Failed with errors in 4m 51s

[ERROR] in line 56: exit code 0: while executing command $STD yarn install --inline-builds

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🔄 Steps to reproduce the issue.

Ran install script on pve host

Paste the full error output (if available).

see above

🖼️ Additional context (optional).

No response

Originally created by @Nyan96 on GitHub (Sep 27, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Joplin Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9.0.6 ### 📝 Provide a clear and concise description of the issue. ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier is deprecated. Future versions of react-native CLI may not run it by default. ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDOUT Jetifier found 2060 file(s) to forward-jetify. Using 2 workers... ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml ➤ YN0000: │ @joplin/app-mobile@workspace:packages/app-mobile STDERR Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-rsa-native/android/bin/build/intermediates/res/merged/release/layout/abc_search_view.xml ➤ YN0007: │ @joplin/pdf-viewer@workspace:packages/pdf-viewer must be built because it never has been before or the last one failed ➤ YN0000: └ Completed in 3m 25s ➤ YN0000: · Failed with errors in 4m 51s [ERROR] in line 56: exit code 0: while executing command $STD yarn install --inline-builds [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🔄 Steps to reproduce the issue. Ran install script on pve host ### ❌ Paste the full error output (if available). see above ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:57:08 +03:00
Author
Owner

@Nyan96 commented on GitHub (Sep 27, 2025):

I reran the install script again and now getting this error. It seems like its pulling the desktop application and not the server since the version isn't correct.

✔️ Set up PostgreSQL Database
Fetching GitHub release: joplin-server (3.4.12)curl: (92) HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8)
✖️ Download failed: https://api.github.com/repos/laurent22/joplin/tarball/v3.4.12

[ERROR] in line 48: exit code 0: while executing command return 1

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

@Nyan96 commented on GitHub (Sep 27, 2025): I reran the install script again and now getting this error. It seems like its pulling the desktop application and not the server since the version isn't correct. ✔️ Set up PostgreSQL Database ⏳ Fetching GitHub release: joplin-server (3.4.12)curl: (92) HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8) ✖️ Download failed: https://api.github.com/repos/laurent22/joplin/tarball/v3.4.12 [ERROR] in line 48: exit code 0: while executing command return 1 [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"
Author
Owner

@tremor021 commented on GitHub (Sep 27, 2025):

You had a network issue, it has nothing to do with desktop application. You can read the error "http/2 stream was not closed cleanly"

The first error log is unusable, you need to paste full log so we can see what the error message was

@tremor021 commented on GitHub (Sep 27, 2025): You had a network issue, it has nothing to do with desktop application. You can read the error "http/2 stream was not closed cleanly" The first error log is unusable, you need to paste full log so we can see what the error message was
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1683