Added changes related to Kafka integration and observed that post that none of our existing services are showing in Dashboard.
Tried restarting DevTest component services multiple time and also restarted the server but it issues is not resolved.
Unable to find whether the services are running or its only dashboard issue.
Can see below errors in the logs:
2024-06-10 09:09:56,432Z (11:09) [qtp2039381913-20] ERROR org.grails.web.errors.GrailsExceptionResolver - RetrofitError occurred when processing request: [GET] /devtest/api/sv/vseServers/VSE/services
500 Server Error. Stacktrace follows:
retrofit.RetrofitError: 500 Server Error
2024-06-10 09:11:16,595Z (11:11) [qtp1842917741-92] ERROR org.grails.web.errors.GrailsExceptionResolver - NullPointerException occurred when processing request: [GET] /lisa-virtualize-invoke/api/v2/vses/puosrainY_zy0wriQ8CZcjFQ-e_-LspZw1w8WmT/services
Stacktrace follows:
java.lang.NullPointerException
DevTest 10.7.2
The issue is caused due to the Kafka related virtual services deployed from the demo project.
Follow below steps:
- Stop VSE service.
- Take back up and then delete VSE_2013 folder from vse/Deploy folder.
- Start the VSE service.
- Now copy all the MAR files except the one created for Kafka integration.
- Will see all the virtual services on Portal.
Work on Kafka VS to check the issue cause by it.