nttung
1 year agoNew Contributor
Error exception in phase 'semantic analysis' with java 21
Hi My SoapUI project is giving error when running with java 21. Here is the error 11:44:27,370 ERROR [SoapUI] An error occurred [BUG! exception in phase 'semantic analysis' in source unit 'Scrip...
- 10 hours ago
Hi nttung
Unsupported class file major version 65 means the project is using Java 21 bytecode, while SoapUI 5.7.0’s bundled Groovy 3.0.6 does not support Java 21 class files. Try running SoapUI 5.7.0 with a supported Java version (such as Java 17), or upgrade to a newer SoapUI/Groovy version with Java 21 support.
Hope this helps !!