OpenConext / OpenConext/OpenConext-dashboard

No enum constant dashboard.manage.EntityType.overview

Open
#645 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.