Replies: 18 comments
-
I think it may be the same problem as #550 Not enought RAM, Swap, or disk space Especially if this failed on v8 compliation Also we use Ubuntu 16.04 as our base of compilation, so better to check in on it |
Beta Was this translation helpful? Give feedback.
-
Thanks, right now i'm compiling on Ubuntu 16, another question If a want to rewrite some code and compile changes, i will have to run automate.py again, am not? |
Beta Was this translation helpful? Give feedback.
-
Yeah, but if I remember correctly it will compile only change parts, but still it can take time, if it's in c++ |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, i will confirm you if i can compile it successfully |
Beta Was this translation helpful? Give feedback.
-
@agusdomin I think you can check the source code directory that the script is compiling with.(OpenSSL? maybe,I'm not sure) |
Beta Was this translation helpful? Give feedback.
-
i had a error starting Docservice I thing it because i changed a secret in default.json, isn't it? |
Beta Was this translation helpful? Give feedback.
-
The error looks like you don't start a PostgreSQL, 5432 is psql default port |
Beta Was this translation helpful? Give feedback.
-
Yes it was that thx, and sorry but now when a i try to connect nextcloud to doc server, throws me this error: And DocService proccess gives me this logs: |
Beta Was this translation helpful? Give feedback.
-
I think this error is not problem on DOcumentServer side, but DocumentServer for some reason cannot access nextcloud server and file by it's url, you can try to download it via |
Beta Was this translation helpful? Give feedback.
-
Yeah that right, from DocServer container it's give me a 403 error. Something strange it's that code and connect are undefined |
Beta Was this translation helpful? Give feedback.
-
Remove everything after :attempt-3 including it and recheck |
Beta Was this translation helpful? Give feedback.
-
Same thing, i tried to config tokens and config.php (from nextcloud server) and default.json (from docServer) It's problem on Nextcloud server side? Firewall is disabled |
Beta Was this translation helpful? Give feedback.
-
Yep if your |
Beta Was this translation helpful? Give feedback.
-
Sorry but what file it's trying to download? and really thanks for your attention and feedback |
Beta Was this translation helpful? Give feedback.
-
The file you've trying to edit |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It was a problem with tokens and secret between Nextcloud server and Onlyoffice Documet server. Something that help me: if you want you can close this issue so it not will become something big and diverse. If i have another problem i will create a new one |
Beta Was this translation helpful? Give feedback.
-
Yeah, I'll move it to discussion since there is not any specific issue, but more like Q&A |
Beta Was this translation helpful? Give feedback.
-
Describe your problem:
When i ran for second time
./automate.py server
I ran for second time automate.py script because it did not create a " ./out " directory anywhere.
First time i tried to compile the server, i reproduced every step like it says here:
https://helpcenter.onlyoffice.com/installation/docs-community-compile.aspx?utm_source=blog&utm_medium=social&utm_campaign=build_tools
build_tools base repo version: latest
Operating system: Ubuntu 22.04 on Docker container
PD: I tried to implement DocumentServer on docker container because my server has a Centos 7
Beta Was this translation helpful? Give feedback.
All reactions