2024-10-28 04:59 PM
With a fresh installation of both the operating system and BIMCloud, testing the connection in the Server connection settings in BIMCloud Manager results in an error. I am only attempting to access it locally through the Manager interface on localhost.
Could you suggest potential areas to investigate for resolving this issue?
2024-11-04 12:18 PM
UPDATE: In the server logs, there’s still no data—not even informational entries, let alone errors. However, I found a few relevant messages in the Manager logs.
1. Several ECONNREFUSED errors have appeared, indicating that connection attempts to 127.0.0.1:<PORT> are being blocked. The port actually varies between log files.
proxyServer.2024-11-04:
2. MongoDB-related error: A MongoServerSelectionError message shows that there’s an issue connecting to 127.0.0.1:47564. This might indicate that the MongoDB server is unavailable, has crashed, or isn’t listening on this port.
mongoDB-server.2024-11-04:
3. The App Server log contains an ENOTFOUND error when trying to reach redirect.graphisoft.com.
It’s unclear what this URL is being accessed for — perhaps it’s related to license verification or an update check?
I also temporarily disabled the firewall, but the error persists (even though both the manager and the server are on the same host machine).
2024-11-07 03:21 AM - edited 2024-11-07 03:21 AM
@szbianka, I suggest you to contact your local Graphisoft support representative with this issue.
3 weeks ago
For future troubleshooting purposes, here's an update: I made some progress, but the issue is still not resolved.
Based on another, later question where a MongoDB connection error also occurred, I suspect that this is causing my main issue as well. The message is as follows: "Error shutting down socket. An existing connection was forcibly closed by the remote host".