Closed wcc1433 closed 5 months ago
Modify the configuration of OMAG Server as:
startup.user=admin
startup.server.list=cocoMDS1
OMAG Server cannot be started and an error message is reported:
2024-03-15T05:32:43.765Z INFO 1 --- [ main] o.o.o.s.springboot.OMAGServerPlatform : Received startup fail event with message: {} Server startup failed with error: OMAG-ADMIN-400-019 OMAG server cocoMDS1 has been called with a configuration document that has no services configured
2024-03-15T05:32:43.766Z INFO 1 --- [ main] o.o.o.s.springboot.OMAGServerPlatform : Temporarily deactivating any auto-started servers '[cocoMDS1]'
Fri Mar 15 05:32:43 GMT 2024 OMAG Server Platform shutdown requested. Shutting down auto-started servers (if running): [cocoMDS1]
Server startup failed with error: OMAG-ADMIN-400-019 OMAG server cocoMDS1 has been called with a configuration document that has no services configured
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
@wcc1433 sorry that we missed this when you raised the issue.
The error message that you are seeing means that cocoMDS1 has not been configured.
OMAG Server Platform shutdown requested. Shutting down auto-started servers (if running): [cocoMDS1]
Server startup failed with error: OMAG-ADMIN-400-019 OMAG server cocoMDS1 has been called with a configuration document that has no services configured
These docker images are part of the helm charts used with our training labs. One of the labs includes how to configure the servers such as cocoMDS1 and cocoOLS1 which are called by the UI. Hence the configuration is not included in the docker image. There is a set of blogs that works with pre-configured servers here which may help ... https://getting-started-with-egeria.pdr-associates.com/introduction.html
I am going to close this as there is no feedback
Existing/related issue?
No response
Current Behavior
I'm trying to use Egeria deployed in a Docker environment. Currently, I have the following 3 services running: OMAG Server Platform:
OMAG Rest Api Server:
Web Page UI:
I can access the login page through localhost and log in successfully. However, after login, the operational parts of the page are unavailable, and the API server throws the following error:
Expected Behavior
Web page functions work normally
Steps To Reproduce
I think it might be a problem with my service configuration. Could you please help me check it out? (First time trying Egeria, thanks.)
OMAG Server —— application.properties
OMAG Rest Api Server —— application.properties
Environment
Any Further Information?
No response