You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/06/26 20:48:05 UTC

[jira] [Closed] (FLINK-1853) TopSpeedWindowing example cannot be run from the ComandLine or Webclient

     [ https://issues.apache.org/jira/browse/FLINK-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora closed FLINK-1853.
-----------------------------
    Resolution: Fixed

> TopSpeedWindowing example cannot be run from the ComandLine or Webclient
> ------------------------------------------------------------------------
>
>                 Key: FLINK-1853
>                 URL: https://issues.apache.org/jira/browse/FLINK-1853
>             Project: Flink
>          Issue Type: Bug
>          Components: Examples, Streaming
>            Reporter: Gyula Fora
>
> When trying to run the TopSpeedWindowing.jar example from either the commandline or webclient the user gets the following excpetion:
> java.lang.ClassNotFoundException: org.apache.flink.streaming.examples.windowing.TopSpeedWindowing
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:344)
> 	at org.apache.flink.client.program.PackagedProgram.loadMainClass(PackagedProgram.java:516)
> 	at org.apache.flink.client.program.PackagedProgram.<init>(PackagedProgram.java:142)
> 	at org.apache.flink.client.program.PackagedProgram.<init>(PackagedProgram.java:102)
> 	at org.apache.flink.client.web.JobSubmissionServlet.doGet(JobSubmissionServlet.java:176)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:532)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:965)
> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:388)
> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:187)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:901)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
> 	at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
> 	at org.eclipse.jetty.server.Server.handle(Server.java:352)
> 	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
> 	at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048)
> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:549)
> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:211)
> 	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:425)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:489)
> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
> 	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)