You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/03/24 15:27:24 UTC

[GitHub] xiaomaijiang commented on issue #6: javax.servlet.api missing

xiaomaijiang commented on issue #6: javax.servlet.api missing
URL: https://github.com/apache/incubator-dubbo-ops/issues/6#issuecomment-375897819
 
 
   same error...
   
   Version:dubbo-monitor 2.0.0
   Error Log:
   
   Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/ServletRequest
           at com.alibaba.dubbo.container.jetty.JettyContainer.start(JettyContainer.java:56)
           at com.alibaba.dubbo.container.Main.main(Main.java:85)
   Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletRequest
           at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
           at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
           ... 2 more
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services