Skip to content
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

Spring boot version field is disabled in SCDF UI 2.11.0 dashboard while registering the app in dashboard, this is preventing registration of app because of missing fields #1991

Closed
rathodajay10 opened this issue Mar 13, 2024 · 5 comments
Labels
status/need-feedback Calling participant to provide feedback

Comments

@rathodajay10
Copy link

Description:
Recently I upgraded Spring cloud dataflow Server and skipper from 2.9.0 to 2.11.0, After the upgrade first of all all the apps that were running earlier were gone, I don't see anything on the dashboard. secondly, I am trying to import the application manually by importing the docker URI. In latest version we can choose the Spring boot version field which is disabled for me and that is preventing me from registering existing apps. It wasn't the case in the previous version. Let me know if i am missing some propert y or some environment variables? Thanks
Screenshot 2024-03-13 at 12 55 49

Release versions:
SCDF server version - 2.11.0
SCDF skipper version - 2.11.0

Custom apps:
This app is running on the Kubernetes cluster behind the proxy, If i run the jar locally i can see the spring boot version field in the application register tab but not on kubernetes cluster.

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Mar 13, 2024
@corneil
Copy link
Contributor

corneil commented Mar 13, 2024

I suggest using 2.11.2 since it has many fixes. I cannot remember encountering the specific symptoms you are encountering.
However I would suggest using browser to clear the data / cookies for the specific site.

@rathodajay10
Copy link
Author

rathodajay10 commented Mar 13, 2024

Thank you so much for the response. Will do it and let you know.

@rathodajay10
Copy link
Author

Hello Corneill, I have upgraded the jar to 2.11.2 and cleared the cache and cookies still have the same issue. Tried the incognito mode as well.
Screenshot 2024-03-13 at 16 47 06
Screenshot 2024-03-13 at 16 48 16

@cppwfs cppwfs transferred this issue from spring-cloud/spring-cloud-dataflow Mar 19, 2024
@corneil
Copy link
Contributor

corneil commented May 8, 2024

@rathodajay10
Can you use developer tools (F12) to view network activity.

When you click on Applications and expand the Registry one or more applications you should see a request to the server like http://localhost:9393/schema/versions and then a response: {"defaultSchemaVersion":"2","versions":["2","3"]} This is used to provide the entries for the dropdown.

@corneil corneil added status/need-feedback Calling participant to provide feedback and removed status/need-triage Team needs to triage and take a first look labels May 8, 2024
@rathodajay10
Copy link
Author

Thanks Corneil for the reply and solution. There was issue with our Nginx which was blocking this API calls hence not rendering the default versions of it. we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-feedback Calling participant to provide feedback
Projects
None yet
Development

No branches or pull requests

3 participants