You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/01 10:32:59 UTC

[GitHub] [pulsar] dockerzhang edited a comment on pull request #10728: Make Pulsar-SQL module to be a child of Pulsar main project

dockerzhang edited a comment on pull request #10728:
URL: https://github.com/apache/pulsar/pull/10728#issuecomment-851995551


    I found the following exception after running the  `sql-worker`:
   ```
   2021-06-01T17:51:27.931+0800    ERROR   main    io.prestosql.server.PrestoServer        javax/servlet/http/HttpFilter
   java.lang.NoClassDefFoundError: javax/servlet/http/HttpFilter
           at java.lang.ClassLoader.defineClass1(Native Method)
           at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
           at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
           at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
           at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
           at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
           at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
           at java.security.AccessController.doPrivileged(Native Method)
           at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
           at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
           at io.airlift.http.server.HttpServer.createServletContext(HttpServer.java:400)
           at io.airlift.http.server.HttpServer.<init>(HttpServer.java:351)
           at io.airlift.http.server.HttpServerProvider.get(HttpServerProvider.java:134)
           at io.airlift.http.server.HttpServerProvider.get(HttpServerProvider.java:43)
           at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:85)
           at com.google.inject.internal.BoundProviderFactory.provision(BoundProviderFactory.java:77)
           at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:66)
   ```
   
   it's affected by `javax.servlet-api-3.1.0.jar`, pulsar-presto-distribution need `javax.servlet-api-4.0.1.jar`  actually.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org