OpenConext / OpenConext/OpenConext-dashboard
No enum constant dashboard.manage.EntityType.overview
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: No enum constant dashboard.manage.EntityType.overview] with root cause
java.lang.IllegalArgumentException: No enum constant dashboard.manage.EntityType.overview
at java.base/java.lang.Enum.valueOf(Enum.java:240)
at dashboard.manage.EntityType.valueOf(EntityType.java:3)
at dashboard.control.ServicesController.get(ServicesController.java:181)
at dashboard.control.ServicesController$$FastClassBySpringCGLIB$$fdefb685.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at dashboard/control/ServicesController.java:181 and inspect dashboard/manage/EntityType.java:3 to understand how the overview value reaches EntityType.valueOf. Reproduce the failing request if possible, then determine the intended handling for overview and verify that the request no longer raises this exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100