lhotari opened a new issue #14951:
URL: https://github.com/apache/pulsar/issues/14951
**Describe the bug**
Pulsar SQL won't start with Java 11.0.14.1 .
This is the errror message in `/pulsar/lib/presto/var/log/launcher.log`
```
Exception in thread "main" java.lang.IllegalArgumentException: Cannot parse
version 11.0.14.1
at io.prestosql.server.JavaVersion.parse(JavaVersion.java:76)
at
io.prestosql.server.PrestoSystemRequirements.verifyJavaVersion(PrestoSystemRequirements.java:102)
at
io.prestosql.server.PrestoSystemRequirements.verifyJvmRequirements(PrestoSystemRequirements.java:45)
at io.prestosql.server.PrestoServer.run(PrestoServer.java:78)
at io.prestosql.$gen.Presto_332____20220330_100314_1.run(Unknown Source)
at io.prestosql.server.PrestoServer.main(PrestoServer.java:72)
```
**To Reproduce**
1. Use Java 11.0.14.1
2. Try to run `/pulsar/bin/pulsar sql-worker start`
**Expected behavior**
Java 11.0.14.1 should be supported
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]