-
Notifications
You must be signed in to change notification settings - Fork 304
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
Admingui crashes after timeout #468
Comments
Encountered the same issue in 154 |
We are aware of this issue and we are currently working on fixing this. |
smillidge
added a commit
to smillidge/Payara
that referenced
this issue
Jan 25, 2016
Pandrex247
added a commit
that referenced
this issue
Jan 29, 2016
Added fix for PAYARA-323 fixes #468
Pandrex247
pushed a commit
to Pandrex247/Payara
that referenced
this issue
Aug 10, 2022
…nter-when-customized-mdb-pool-payara4 Fish 470 mdb nullpointer when customized mdb pool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the timeout for the admin gui, Payara crashes, you need to restart Payara, i clicked on the home button:
exception
javax.servlet.ServletException: java.lang.reflect.InvocationTargetException while attempting to process a 'beforeCreate' event for 'treeForm'.
root cause
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException while attempting to process a 'beforeCreate' event for 'treeForm'.
root cause
java.lang.reflect.InvocationTargetException
root cause
java.lang.NullPointerException
java.lang.NullPointerException
at org.glassfish.admingui.common.util.GuiUtil.genId(GuiUtil.java:343)
at org.glassfish.admingui.common.handlers.UtilHandlers.encodeId(UtilHandlers.java:1011)
The text was updated successfully, but these errors were encountered: