-
Notifications
You must be signed in to change notification settings - Fork 242
Failing with Payara 5.181 #20
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
Comments
Seems to be related with Java 9. |
Current status (edited 31. 7. 2018 20:20 CEST):
passes with (with JDK8 in AS_JAVA and JAVA_HOME env properties):
|
I briefly tried getting the repo to work with JDK9 a while back, but it kept failing. For now everything is JDK 8 only, but I'd really like to get everything running on at least JDK 11 when that comes out soon. |
- throws IllegalStateException if it cannot get session in 5 seconds - (fail fast as possible)
- added safety timeouts - test hangs sometimes. - added assert for header even in the public variant - shows the content of the war file in logs - removed unuseful exception declarations
- if injection is not supported by the container, shows meanungful error, not NPE
I expect there will be a bunch of work with the classloaders in Payara, they protect their contexts before each other and it is very complicated (and OSGI between that). But I think Payara team will move it soon ... The problem with payara-micro-managed is that it seems it uses default java program from the OS, it should use (in this priority order) ${AS_JAVA}/bin/java or ${JAVA_HOME}/bin/java or default java. |
- throws IllegalStateException if it cannot get session in 5 seconds - (fail fast as possible)
- if injection is not supported by the container, shows meanungful error, not NPE
- added safety timeouts - test hangs sometimes. - added assert for header even in the public variant - shows the content of the war file in logs - removed unuseful exception declarations
- throws IllegalStateException if it cannot get session in 5 seconds - (fail fast as possible)
- added safety timeouts - test hangs sometimes. - added assert for header even in the public variant - shows the content of the war file in logs - removed unuseful exception declarations
- if injection is not supported by the container, shows meanungful error, not NPE
- Payara + Glassfish + Arquillian + h2 + Tomcat - fixes failing build of the payara-micro-managed profile - using fixed arquillian-payara-micro-5-managed:1.0.Beta3-m4
- Payara + Glassfish + Arquillian + h2 + Tomcat - fixes failing build of the payara-micro-managed profile - using fixed arquillian-payara-micro-5-managed:1.0.Beta3-m4
FISH-1313 Jakarta EE 9.1 support
I have noticed that the samples are failing when updating to 5.181, the default domain was renamed to default1 and the container doesn't start correctly:
The text was updated successfully, but these errors were encountered: