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 2016/12/27 20:25:58 UTC

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

Jason Kuster created BEAM-1217:
----------------------------------

             Summary: 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
            Reporter: Jason Kuster


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)