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

AMUncaughtException occurs in the configuration screen for Google Apps #91

Closed
tsujiguchitky opened this issue May 13, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@tsujiguchitky
Copy link
Contributor

Description

AMUncaughtException occurs after you press the "Finish" button on the Google Apps settings complete page.

Steps to reproduce

Try setting up Google Apps.

Expected Results

An exception does not occur in the admin console.

Actual Results

AMUncaughtException occurs in the admin console.

Debug Log

amConsole:05/13/2019 12:14:59:048 PM JST: Thread[http-bio-8080-exec-2,5,main]: TransactionId[d3f6e1ae-2f49-4a02-a9f9-0fcd656975bc-252]
ERROR: ConsoleServletBase.onUncaughtException
java.lang.NullPointerException
        at java.net.URLEncoder.encode(URLEncoder.java:204)
        at com.sun.identity.console.task.RedirectToRealmHomeViewBean.redirectToHome(RedirectToRealmHomeViewBean.java:37)
        at com.sun.identity.console.task.ConfigureGoogleAppsCompleteViewBean.handleButton1Request(ConfigureGoogleAppsCompleteViewBean.java:184)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
        at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
        at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
        at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
        at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
        at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
        at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
        at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
...

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants