You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
I got the latest sources from sw360chores and followed the instructions of V2 to build everything.
That works fine, however when I run startUp.sh and go to https://localhost:8443 I get an Bad Gateway error with the following Nginx error.
I'm running this on a VirtualBox and all docker containers are running
Did I miss something? Any help will very much appreciated.
The text was updated successfully, but these errors were encountered:
I am not sure if the bad gateway issue is related to the sw360chores setup in docker, but I just merged the main code changes to let it run with version 12. It will not work beyond commit:
I too have this problem on my hosts.
As far as I can tell, the problem arises from a not runing couchDB which results in the server to wait for it endlessly. In my case the following error ist found in the docker logs:
from sw360_sw360couchDB:
[notice] 2021-01-26T08:11:36.758647Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died database_does_not_exist at mem3_shards:load_shards_from_db/6(line:403) <= mem3_shards:load_shards_from_disk/1(line:378) <= mem3_shards:load_shards_from_disk/2(line:407) <= mem3_shards:for_docid/3(line:91) <= fabric_doc_open:go/3(line:38) <= chttpd_auth_cache:ensure_auth_ddoc_exists/2(line:187) <= chttpd_auth_cache:listen_for_changes/1(line:134)
Hm, usually, if the couchdb is not running, then the web pages load but areas will have a red rectangle saying "The portlet is currently not available".
What would be really required here is some log output from the tomcat to understand what happens if nginx tries to contact the tomcat. 502 means if I am not mistaken that the nginx is working, but the application / service does not respond.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got the latest sources from sw360chores and followed the instructions of V2 to build everything.
![image](https://user-images.githubusercontent.com/6944366/102942116-c384e280-44b4-11eb-808a-2e01855aafcd.png)
That works fine, however when I run startUp.sh and go to https://localhost:8443 I get an Bad Gateway error with the following Nginx error.
I'm running this on a VirtualBox and all docker containers are running
![image](https://user-images.githubusercontent.com/6944366/102942685-4f4b3e80-44b6-11eb-949f-259889671985.png)
Did I miss something? Any help will very much appreciated.
The text was updated successfully, but these errors were encountered: