You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Márton Balassi (JIRA)" <ji...@apache.org> on 2015/02/13 16:42:11 UTC

[jira] [Created] (FLINK-1539) Runtime context not initialized when running streaming PojoExample

Márton Balassi created FLINK-1539:
-------------------------------------

             Summary: Runtime context not initialized when running streaming PojoExample
                 Key: FLINK-1539
                 URL: https://issues.apache.org/jira/browse/FLINK-1539
             Project: Flink
          Issue Type: Bug
          Components: Streaming
            Reporter: Márton Balassi
            Assignee: Márton Balassi


When running streaming PojoExample received the following exception:

Exception in thread "main" java.lang.IllegalStateException: The runtime context has not been initialized.
	at org.apache.flink.api.common.functions.AbstractRichFunction.getRuntimeContext(AbstractRichFunction.java:49)
	at org.apache.flink.streaming.api.function.aggregation.SumAggregator$PojoSumAggregator.<init>(SumAggregator.java:149)
	at org.apache.flink.streaming.api.function.aggregation.SumAggregator.getSumFunction(SumAggregator.java:52)
	at org.apache.flink.streaming.api.datastream.DataStream.sum(DataStream.java:632)
	at org.apache.flink.streaming.examples.wordcount.PojoExample.main(PojoExample.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)



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