Commit 31bb1a8
authored
Sometimes when a webapplications reload and Redis is used to save websessions a cast exception is throwed when GXNavigationHelper is retrived and it have a diferente classloader. (#679)
This is the error throwed:
[com.genexus.servlet.ServletException: com.genexus.servlet.ServletException: com.genexus.servlet.ServletException: com.genexus.servlet.ServletException: java.lang.ClassCastException: class com.genexus.internet.GXNavigationHelper cannot be cast to class com.genexus.internet.GXNavigationHelper (com.genexus.internet.GXNavigationHelper is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @20888aa8; com.genexus.internet.GXNavigationHelper is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @63854e64)
Error can not be reproduced so a catch is implemented to avoid a runtime error
Issue: 1013991 parent cf1a8bc commit 31bb1a8
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
673 | 682 | | |
674 | 683 | | |
675 | 684 | | |
| |||
0 commit comments