Problem in localization and user services #649
Replies: 6 comments
-
@chandan-piramal share the application.properties file and curl. Looks like it might be some configuration issue. I will look into it. |
Beta Was this translation helpful? Give feedback.
-
@mithunhegde-egov bellow application.properties spring.jpa.generate-ddl=false spring.flyway.user=postgres spring.datasource.username=postgres server.port=8087 logging.pattern.console=%clr(%X{CORRELATION_ID:-}) %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx} spring.redis.host=localhost app.timezone=UTC |
Beta Was this translation helpful? Give feedback.
-
curl --location --request POST 'http://localhost:8087/localization/messages/v1/_search?locale=hn_IN&tenantId=uk&code=abc' |
Beta Was this translation helpful? Give feedback.
-
@chandan-piramal to run user svc in local please use java 8 and run the dependant services like encryption svc and mdms. That should resolve the user service issue. Regardng the localization I am unable to reproduce it. which build are you using? And share the logs if there are any errors. I am not facing any issue with the curl you shared too. attaching the screenshot. |
Beta Was this translation helpful? Give feedback.
-
encryption and mdms already running in my local env, but i am unable to build user services. |
Beta Was this translation helpful? Give feedback.
-
curl --location 'http://localhost:8088/localization/messages/v1/_upsert' use this upsert for localization |
Beta Was this translation helpful? Give feedback.
-
Unable to configure the new data in the localization service (egov-localization) ,Unable to fetch new data. Screenshot attached.
Unable to run the User Access Service (egov-user). Debugging screenshot attached.
Beta Was this translation helpful? Give feedback.
All reactions