Open KalaRaja opened 4 years ago
Hi Shashank,
I have added the missing services to integration branch.
Since I have done the User management service, the error could be because there's no local instance of MongoDB running. I have to ask, do you have a local instance of MongoDB?
Hi Shashank,
I have added the missing services to integration branch.
Since I have done the User management service, the error could be because there's no local instance of MongoDB running. I have to ask, do you have a local instance of MongoDB?
yes I do.
Also. I have installed kafka on my ubuntu, However, I see no use of that, there are no instructions to start zookeeper and kafka clusters.
EDIT: I got the usermanagement running, for python services, there are several other python dependencies like flask_script, flask_migrate that are not added in the instructions, please do so.
Hi, I have updated wiki with the latest set of installation instructions and configuration ranging from kafka-topics, creating databases and packages need to installed and other configuration issues.
We have also pushed the latest changes regarding the blocker into the integration branch .
as a suggestion, please hook your commit ids here so that i could verify the fixes.
redeployment issues:
rest all issues are same as above.
Sure, We will work on this immediately .
as a suggestion, please hook your commit ids here so that i could verify the fixes.
Sure, will do that .
https://github.com/airavata-courses/Noodle/commit/b4917f5df1f402d54185ba5b08e70ec438222344
Revision - https://github.com/airavata-courses/Noodle/wiki/Home/3d6a00669e6a5dd9e773e10310a38d469d17e3be
These were the previous commit ids , will share the new commit ids after making the required changes.
redeployment issues:
No instructions for linux systems such as the popular and lts 18.04 ubuntu bionic. no version of dependencies mentioned link to ionstructions for kafka and zookeeper are for windows. how to install postgres (commands ?), what is pgAdmin (command ?) , how to create databases (command ?). How to creaste kafka topics (command ?) . No instructions for mongoDB start or stop ? Some python dependencies threw errors
rest all issues are same as above.
Hi team,
please write instructions for Ubuntu 18.04 cannot start usermanagement service:
cannot start data retrieval, data modeling service even after installing Flask using pip install -U Flask
I could not find any directory named dataprocessing.
cannot start session management service
I could not find apigateway directory
Front end works.
Please fix the issues by today afternoon.
I have clearly stated instructions for setting up sessionmanagement service .I have tried and it worked on Ubuntu 16.04 . So,Kindly recheck and let me know . Please ensure all databases, kafka , zookeeper are running before starting any service.
Regarding > Flask module not found error , model.job not found error , as mentioned earlier these issues might be arising due to python versioning, ensure that you have a python version >= 3.7.0 and I have also updated latest set of instructions for running these flask microservices by creating virtual environment first and later moving the services to the environment and running the services .
Kindly let me know ,if you are facing any other issues.
I have also included the architecture diagram to help you understand the flow . Below are the commid ids and revision ids for the changes made : 1.https://github.com/airavata-courses/Noodle/commit/50bdf1b1e7cc79f480b53c77b8238618dd41578b 2.Revision id - https://github.com/airavata-courses/Noodle/wiki/Home/f6217536b70d296b48bb12dad039118a50b6509c
Hi team,
cannot start data retrieval, data modeling service even after installing Flask using pip install -U Flask
I could not find any directory named dataprocessing.
cannot start session management service
I could not find apigateway directory
Front end works.
Please fix the issues by today afternoon.