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

fix(jans-linux-setup): remove redundant grant_type from setup to correspond changes on AS #8589

Closed
yuriyz opened this issue May 27, 2024 · 0 comments · Fixed by #8590
Closed
Assignees
Labels
comp-jans-linux-setup Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@yuriyz
Copy link
Contributor

yuriyz commented May 27, 2024

Description

fix(jans-linux-setup): remove redundant grant_type from setup to correspond changes on AS

jans-auth - 2024-05-26 21:44:52,710 INFO  [ForkJoinPool.commonPool-worker-1] [io.jans.ads.Deployer] (Deployer.java:409) - Syncing in-memory state with DB state
jans-auth - 2024-05-26 21:44:52,711 INFO  [ForkJoinPool.commonPool-worker-1] [io.jans.ads.Deployer] (Deployer.java:415) - 0 successful deployments found
jans-auth - 2024-05-26 21:44:56,698 ERROR [qtp67730604-35] [io.jans.as.server.servlet.OpenIdConfiguration] (OpenIdConfiguration.java:95) - Cannot invoke "io.jans.as.model.common.GrantType.getValue()" because "grantType" is null
java.lang.NullPointerException: Cannot invoke "io.jans.as.model.common.GrantType.getValue()" because "grantType" is null
	at io.jans.as.server.service.DiscoveryService.process(DiscoveryService.java:130) ~[classes/:?]
	at io.jans.as.server.servlet.OpenIdConfiguration.processRequest(OpenIdConfiguration.java:85) ~[classes/:?]
	at io.jans.as.server.servlet.OpenIdConfiguration.doGet(OpenIdConfiguration.java:108) ~[classes/:?]
	at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:500) ~[jetty-jakarta-servlet-api-5.0.2.jar:?]
	at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:587) ~[jetty-jakarta-servlet-api-5.0.2.jar:?]
	at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1419) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) ~[?:?]
@yuriyz yuriyz self-assigned this May 27, 2024
@mo-auto mo-auto added comp-jans-linux-setup Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels May 27, 2024
yuriyz added a commit that referenced this issue May 27, 2024
…respond changes on AS #8589

#8589
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
yuriyz added a commit that referenced this issue May 27, 2024
…respond changes on AS #8589 (#8590)

#8589

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Co-authored-by: YuriyZ <91314855+yuriyzz@users.noreply.github.com>
yuriyz added a commit that referenced this issue Nov 7, 2024
…respond changes on AS #8589 (#8590)

#8589

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Co-authored-by: YuriyZ <91314855+yuriyzz@users.noreply.github.com>
Former-commit-id: c89fb50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-linux-setup Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
2 participants