ashok gautam created PIO-144:
--------------------------------
Summary: pio not working
Key: PIO-144
URL: https://issues.apache.org/jira/browse/PIO-144
Project: PredictionIO
Issue Type: Bug
Components: Core
Affects Versions: 0.12.0-incubating
Reporter: ashok gautam
Running ' pio app list' or ' pio app new test' is giving this error
Exception in thread "main" java.lang.NoClassDefFoundError:
scala/reflect/internal/Types$ThisType$
at scala.reflect.runtime.package$.universe$lzycompute(package.scala:17)
at scala.reflect.runtime.package$.universe(package.scala:17)
at
org.apache.predictionio.data.storage.Storage$.getMetaDataApps(Storage.scala:418)
at org.apache.predictionio.tools.commands.App$.list(App.scala:101)
at org.apache.predictionio.tools.console.Pio$App$.list(Pio.scala:184)
at
org.apache.predictionio.tools.console.Console$$anonfun$main$1.apply(Console.scala:729)
at
org.apache.predictionio.tools.console.Console$$anonfun$main$1.apply(Console.scala:656)
at scala.Option.map(Option.scala:146)
at
org.apache.predictionio.tools.console.Console$.main(Console.scala:656)
at org.apache.predictionio.tools.console.Console.main(Console.scala)
Caused by: java.lang.ClassNotFoundException:
scala.reflect.internal.Types$ThisType$
at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 10 more
Caused by: java.util.zip.ZipException: invalid distance too far back
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at sun.misc.Resource.getBytes(Resource.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:462)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
... 16 more
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)