Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed Schema package hack doesn't work with sbt #42

Open
marmbrus opened this issue Nov 18, 2010 · 0 comments
Open

Typed Schema package hack doesn't work with sbt #42

marmbrus opened this issue Nov 18, 2010 · 0 comments

Comments

@marmbrus
Copy link
Member

java.lang.IllegalAccessError: tried to access method org.apache.avro.Schema.(Lorg/apache/avro/Schema$Type;)V from class org.apache.avro.TypedSchema
at org.apache.avro.TypedSchema.(TypedSchema.scala:9)
at edu.berkeley.cs.avro.runtime.package$.genericContainerSchema(package.scala:9)
at edu.berkeley.cs.scads.piql.modeling.FileTraceSink.(FileTraceSink.scala:19)
at edu.berkeley.cs.scads.piql.modeling.TracingExample$.main(TracingExample.scala:20)
at edu.berkeley.cs.scads.piql.modeling.TracingExample.main(TracingExample.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sbt.Run.invokeMain(Run.scala:69)
at sbt.Run.run0(Run.scala:60)
at sbt.Run.execute$1(Run.scala:48)
at sbt.Run$$anonfun$run$2.apply(Run.scala:51)
at sbt.Run$$anonfun$run$2.apply(Run.scala:51)
at sbt.TrapExit$.executeMain$1(TrapExit.scala:33)
at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant