-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docker):Update couchdb3.1 ubuntu20.04 liferay7.3.4 postgresql12 #1323
Conversation
5e82af2
to
de544f4
Compare
I have finished to update almost all, but I was not able to solve these Error which occurs in starting sw360
|
Hi @KoukiHama . I guess you need to place |
Thank you @JaideepPalit . I was able to remove ouath client error by adding application.yml in /etc/sw360/authorization/ ! But, other problem are happened ... Component and Project pages are not visible. (I have already set user groups. ) In the container CouchDB3.1 works fine.
Tomcat.log implies that some Credentials are incorrect. But I set user and password coucdb.properties in /etc/sw360
|
@JaideepPalit Thank you! The issues was solved by your advice! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it with current master (import spdx BOM, add some SPDX files to created releases and generated OSS license info) -> all good.
Search does not work for me however, but ...
curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - | ||
echo "deb http://apt.postgresql.org/pub/repos/apt focal-pgdg main" | tee -a /etc/apt/sources.list | ||
apt-get update | ||
DEBIAN_FRONTEND=noninteractive apt-get install postgresql-11 -y --no-install-recommends |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me, it is OK like installing from prostgresql public repos. Maybe postgresql-12 would also work (https://packages.ubuntu.com/focal/postgresql)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK I have changed postgressql version from 11 to 12. And SW360 works well with postgresql12.
BTW. about the search, it is
|
For searching function and using couchdb-lucene, I planed to set [httpd_global_handlers] like CouchDB version2.x
But I don't know how to set parameter of [httpd_global_handlers], which does not exists in default.ini and local.ini of CouchDB version3.1 P.S. [httpd_global_handlers] was removed. |
Signed-off-by: Kouki Hama <[email protected]>
For GitHub action, I updated and cleaned up commit logs. |
For search, I guess user name , pwd needs to be set in
|
Signed-off-by: Kouki Hama <[email protected]>
@JaideepPalit Your guess is right! By setting User and Password in couchdb-lucene.ini I update code for changing couchdb-lucene.ini. New one (with http://admin:password@localhost:5984/ ) Ref: Old one (without http://admin:password@localhost:5984/) |
Signed-off-by: Kouki Hama [email protected]
Issue: #1322 #1331
Suggest Reviewer
How To Test?
Build docker image by using this commad
Run docker
and set Liferay7.3.4 GUI
Checklist
Must: