-
I have been digging into this and at a loss where to go next. I am running v1.9.3. 2024-02-10 08:41:33 [INFO ] creating ssh session from /0:0:0:0:0:0:0:1:44621 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi! Did I understand that correctly, that you don't know of any traffic caused by you internally that is causing this? But you expect some external traffic that you don't know of as a cause? As for changing ports, that is possible in the gitblit.properties file. It is settings The second problem looks like in #1451. I haven't quite found out how to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
most of this project's dependencies are very ancient and outdated: java 8 (latest LTS is 21) |
Beta Was this translation helpful? Give feedback.
-
I was getting this same error and Gitblit would crash anywhere from 4 to 20 hours after launch. I didn't fix the error, but I was able to avoid it in my case by disabling unused protocols. This may be overkill, but I only need https, so I disabled all the rest in gitblit.properties:
|
Beta Was this translation helpful? Give feedback.
Yeah that's basically what I did. I just disabled the shutdown port and updated my script to just kill the PID directly. A little crude, but works. Whatever was going on was somehow triggering the shutdown port.