You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jason Kuster (JIRA)" <ji...@apache.org> on 2017/01/03 16:25:59 UTC

[jira] [Resolved] (BEAM-1217) Some examples fail to run due to private / public options mismatch.

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

Jason Kuster resolved BEAM-1217.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.5.0

> Some examples fail to run due to private / public options mismatch.
> -------------------------------------------------------------------
>
>                 Key: BEAM-1217
>                 URL: https://issues.apache.org/jira/browse/BEAM-1217
>             Project: Beam
>          Issue Type: Bug
>          Components: examples-java
>            Reporter: Jason Kuster
>            Assignee: Jason Kuster
>             Fix For: 0.5.0
>
>
> Related bug: BEAM-308
> Failure looks like:
> {code}
> Exception in thread "main" java.lang.IllegalArgumentException: non-public interfaces from different packages
> 	at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:619)
> 	at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
> 	at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
> 	at java.lang.reflect.WeakCache.get(WeakCache.java:127)
> 	at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
> 	at java.lang.reflect.Proxy.getProxyClass(Proxy.java:371)
> 	at org.apache.beam.sdk.options.PipelineOptionsFactory.validateWellFormed(PipelineOptionsFactory.java:605)
> 	at org.apache.beam.sdk.options.PipelineOptionsFactory.parseObjects(PipelineOptionsFactory.java:1549)
> 	at org.apache.beam.sdk.options.PipelineOptionsFactory.access$400(PipelineOptionsFactory.java:104)
> 	at org.apache.beam.sdk.options.PipelineOptionsFactory$Builder.as(PipelineOptionsFactory.java:289)
> 	at org.apache.beam.examples.complete.TrafficRoutes.main(TrafficRoutes.java:340)
> {code}



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