-
Please check directory
/MyPath/Services/ONEDEV/site/projects. All sub directories there should be numeric (respresenting project id). Seems some non-numeric directory or file is created there for some reason. Just remove them and start OneDev. -
Previous Value Current Value Open
Closed
-
@robin thanks for the suggestion but that is not the case. All directories are numbered, and also there are no hidden files in the /site/projects. Also each numbered directory seems to have similar structure and types of files, so nothing stands out there. Anything else I can check?
-
There is an hidden file
.DS_Store -
There is an hidden file
.DS_StoreI searched for it in Finder and couldn't find such a file. I made sure that hidden files are visible. Also, I tried to list all files using terminal and couldn't find a .DS_Store file.
Then I ran the following terminal command which deleted all .DS_Store files from my mac. That didn't fix the problem.
find . -name ".DS_Store" -type f -deleteFinally I went into the container and did a search (without the -delete flag) which showed up some .DS_Store files. I ran the command with the -delete flag and now the container starts as expected.
Just wanted to leave this here for anyone who might stumble upon this issue.
@robin thanks for the support. OneDev is an awesome alternative to other git services! I really appreciate what you guys have done with it.
-
This is odd. Will exclude all non-numeric files when loading projects in future versions.
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
latest
|
| Labels |
No labels
|
Hello, suddenly I get the following errors in docker
I tried installing an older version but that didn't resolve the errors. I'm currently on the latest.
I'm using docker-compose with standard settings. The container keeps restarting.