Reitti not starting #1909

Closed
opened 2026-02-05 02:44:43 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @barndoor101 on GitHub (Oct 31, 2025).

Have you read and understood the above guidelines?

yes

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

Reitti

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

After installing using the script the LXC is inaccessible over the supplied URL (Unable to connect). I can get into the LXC shell where top is shoing a java process sucking up 100% of both cores. I used the advanced setup purely for a static ip. Even installing using the default settings does the same

🔄 Steps to reproduce the issue.

  1. Install script

Paste the full error output (if available).

Pretty self-explanatory, unable to connect to webpage

🖼️ Additional context (optional).

No response

Originally created by @barndoor101 on GitHub (Oct 31, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Reitti ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/reitti.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. After installing using the script the LXC is inaccessible over the supplied URL (Unable to connect). I can get into the LXC shell where top is shoing a java process sucking up 100% of both cores. I used the advanced setup purely for a static ip. Even installing using the default settings does the same ### 🔄 Steps to reproduce the issue. 1. Install script ### ❌ Paste the full error output (if available). Pretty self-explanatory, unable to connect to webpage ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 02:44:43 +03:00
Author
Owner

@tremor021 commented on GitHub (Oct 31, 2025):

journalctl -u reitti

Show logs

@tremor021 commented on GitHub (Oct 31, 2025): `journalctl -u reitti` Show logs
Author
Owner

@barndoor101 commented on GitHub (Oct 31, 2025):

Haha i was beaten to it. Looks like the PR should sort it:

Oct 31 12:39:54 reitti java[8088]: Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.dedicatedcode.reitti.servic>
Oct 31 12:39:54 reitti java[8088]:         at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:223) ~[spring-beans-6.2.11.jar!/:6.2.11]
Oct 31 12:39:54 reitti java[8088]:         at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrateg>
Oct 31 12:39:54 reitti java[8088]:         at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318) ~[sp>
Oct 31 12:39:54 reitti java[8088]:         ... 79 common frames omitted
Oct 31 12:39:54 reitti java[8088]: Caused by: java.lang.RuntimeException: Storage path 'data/' is not writable. Please ensure the directory exists and the>
Oct 31 12:39:54 reitti java[8088]:         at com.dedicatedcode.reitti.service.StorageService.<init>(StorageService.java:21) ~[!/:0.0.1-SNAPSHOT]
Oct 31 12:39:54 reitti java[8088]:         at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.j>
Oct 31 12:39:54 reitti java[8088]:         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[na:na]
Oct 31 12:39:54 reitti java[8088]:         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) ~[na:na]
Oct 31 12:39:54 reitti java[8088]:         at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:210) ~[spring-beans-6.2.11.jar!/:6.2.11]
Oct 31 12:39:54 reitti java[8088]:         ... 81 common frames omitted
Oct 31 12:39:55 reitti systemd[1]: reitti.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 12:39:55 reitti systemd[1]: reitti.service: Failed with result 'exit-code'.
Oct 31 12:39:55 reitti systemd[1]: reitti.service: Consumed 11.241s CPU time, 323.9M memory peak.
Oct 31 12:39:55 reitti systemd[1]: reitti.service: Scheduled restart job, restart counter is at 5.
Oct 31 12:39:55 reitti systemd[1]: Started reitti.service - Reitti.
@barndoor101 commented on GitHub (Oct 31, 2025): Haha i was beaten to it. Looks like the PR should sort it: ``` Oct 31 12:39:54 reitti java[8088]: Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.dedicatedcode.reitti.servic> Oct 31 12:39:54 reitti java[8088]: at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:223) ~[spring-beans-6.2.11.jar!/:6.2.11] Oct 31 12:39:54 reitti java[8088]: at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrateg> Oct 31 12:39:54 reitti java[8088]: at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318) ~[sp> Oct 31 12:39:54 reitti java[8088]: ... 79 common frames omitted Oct 31 12:39:54 reitti java[8088]: Caused by: java.lang.RuntimeException: Storage path 'data/' is not writable. Please ensure the directory exists and the> Oct 31 12:39:54 reitti java[8088]: at com.dedicatedcode.reitti.service.StorageService.<init>(StorageService.java:21) ~[!/:0.0.1-SNAPSHOT] Oct 31 12:39:54 reitti java[8088]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.j> Oct 31 12:39:54 reitti java[8088]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[na:na] Oct 31 12:39:54 reitti java[8088]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) ~[na:na] Oct 31 12:39:54 reitti java[8088]: at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:210) ~[spring-beans-6.2.11.jar!/:6.2.11] Oct 31 12:39:54 reitti java[8088]: ... 81 common frames omitted Oct 31 12:39:55 reitti systemd[1]: reitti.service: Main process exited, code=exited, status=1/FAILURE Oct 31 12:39:55 reitti systemd[1]: reitti.service: Failed with result 'exit-code'. Oct 31 12:39:55 reitti systemd[1]: reitti.service: Consumed 11.241s CPU time, 323.9M memory peak. Oct 31 12:39:55 reitti systemd[1]: reitti.service: Scheduled restart job, restart counter is at 5. Oct 31 12:39:55 reitti systemd[1]: Started reitti.service - Reitti. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1909