wri / forma-clj

The Forest Monitoring for Action (FORMA) project provides forest clearing alerts derived from MODIS satellite imagery every 16 days beginning in December 2005. FORMA is a project of World Resources Institute and was developed by the Center for Global Development.
Eclipse Public License 1.0
1 stars 0 forks source link

forma.WholeFile #10

Closed danhammer closed 12 years ago

danhammer commented 12 years ago

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.

sritchie commented 12 years ago

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)

danhammer commented 12 years ago

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166

sritchie commented 12 years ago

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)

danhammer commented 12 years ago

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229

sritchie commented 12 years ago

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)

danhammer commented 12 years ago

dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean, compile Compiling 20 source files to /home/dan/Dropbox/github/danhammer/forma-clj/classes Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [WARNING] POM for 'hadoop-lzo:hadoop-lzo:pom:0.4.14:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build. Copying 57 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib Overriding previous definition of reference to commons-logging:commons-logging:jar Overriding previous definition of reference to log4j:log4j:jar Overriding previous definition of reference to org.slf4j:slf4j-api:jar Overriding previous definition of reference to org.slf4j:slf4j-log4j12:jar Overriding previous definition of reference to commons-codec:commons-codec:jar Overriding previous definition of reference to commons-cli:commons-cli:jar Overriding previous definition of reference to org.clojure:math.combinatorics:jar Overriding previous definition of reference to org.clojure:tools.macro:jar Overriding previous definition of reference to joda-time:joda-time:jar Overriding previous definition of reference to dependency.fileset Overriding previous definition of reference to forma Copying 33 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib/dev Compiling forma.hadoop.jobs.scatter SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/dev/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.ClassNotFoundException: forma.schema.DataChunk, compiling:(pail.clj:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3342) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$load_lib.doInvoke(core.clj:5237) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invoke(core.clj:602) at clojure.core$load_libs.doInvoke(core.clj:5271) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:604) at clojure.core$use.doInvoke(core.clj:5363) at clojure.lang.RestFn.invoke(RestFn.java:512) at forma.hadoop.jobs.scatter$loading4505auto.invoke(scatter.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$compile$fn4615.invoke(core.clj:5397) at clojure.core$compile.invoke(core.clj:5396) at user$eval27.invoke(NO_SOURCE_FILE:1) at clojure.lang.Compiler.eval(Compiler.java:6465) at clojure.lang.Compiler.eval(Compiler.java:6455) at clojure.lang.Compiler.eval(Compiler.java:6431) at clojure.core$eval.invoke(core.clj:2795) at clojure.main$eval_opt.invoke(main.clj:296) at clojure.main$initialize.invoke(main.clj:315) at clojure.main$null_opt.invoke(main.clj:348) at clojure.main$main.doInvoke(main.clj:426) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:405) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:518) at clojure.main.main(main.java:37) Caused by: java.lang.ClassNotFoundException: forma.schema.DataChunk at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at forma.hadoop.pail$loading4505auto__.invoke(pail.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) ... 48 more Compilation failed.

On Wed, Apr 18, 2012 at 1:05 PM, Sam Ritchie < reply@reply.github.com

wrote:

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207438

sritchie commented 12 years ago

you probably forked it a while ago. You need to merge in the latest upstream develop changes. More info here on the "pull in upstream changes" section:

http://help.github.com/fork-a-repo/

On Wed, Apr 18, 2012 at 1:12 PM, Dan < reply@reply.github.com

wrote:

dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean, compile Compiling 20 source files to /home/dan/Dropbox/github/danhammer/forma-clj/classes Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [WARNING] POM for 'hadoop-lzo:hadoop-lzo:pom:0.4.14:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build. Copying 57 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib Overriding previous definition of reference to commons-logging:commons-logging:jar Overriding previous definition of reference to log4j:log4j:jar Overriding previous definition of reference to org.slf4j:slf4j-api:jar Overriding previous definition of reference to org.slf4j:slf4j-log4j12:jar Overriding previous definition of reference to commons-codec:commons-codec:jar Overriding previous definition of reference to commons-cli:commons-cli:jar Overriding previous definition of reference to org.clojure:math.combinatorics:jar Overriding previous definition of reference to org.clojure:tools.macro:jar Overriding previous definition of reference to joda-time:joda-time:jar Overriding previous definition of reference to dependency.fileset Overriding previous definition of reference to forma Copying 33 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib/dev Compiling forma.hadoop.jobs.scatter SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/dev/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.ClassNotFoundException: forma.schema.DataChunk, compiling:(pail.clj:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3342) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$load_lib.doInvoke(core.clj:5237) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invoke(core.clj:602) at clojure.core$load_libs.doInvoke(core.clj:5271) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:604) at clojure.core$use.doInvoke(core.clj:5363) at clojure.lang.RestFn.invoke(RestFn.java:512) at forma.hadoop.jobs.scatter$loading4505auto.invoke(scatter.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$compile$fn4615.invoke(core.clj:5397) at clojure.core$compile.invoke(core.clj:5396) at user$eval27.invoke(NO_SOURCE_FILE:1) at clojure.lang.Compiler.eval(Compiler.java:6465) at clojure.lang.Compiler.eval(Compiler.java:6455) at clojure.lang.Compiler.eval(Compiler.java:6431) at clojure.core$eval.invoke(core.clj:2795) at clojure.main$eval_opt.invoke(main.clj:296) at clojure.main$initialize.invoke(main.clj:315) at clojure.main$null_opt.invoke(main.clj:348) at clojure.main$main.doInvoke(main.clj:426) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:405) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:518) at clojure.main.main(main.java:37) Caused by: java.lang.ClassNotFoundException: forma.schema.DataChunk at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at forma.hadoop.pail$loading4505auto__.invoke(pail.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) ... 48 more Compilation failed.

On Wed, Apr 18, 2012 at 1:05 PM, Sam Ritchie < reply@reply.github.com

wrote:

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207438


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207574

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)

danhammer commented 12 years ago

weird. I just did "git fetch upstream". It's ok. I'll figure it out.

On Wed, Apr 18, 2012 at 1:25 PM, Sam Ritchie < reply@reply.github.com

wrote:

you probably forked it a while ago. You need to merge in the latest upstream develop changes. More info here on the "pull in upstream changes" section:

http://help.github.com/fork-a-repo/

On Wed, Apr 18, 2012 at 1:12 PM, Dan < reply@reply.github.com

wrote:

dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean, compile Compiling 20 source files to /home/dan/Dropbox/github/danhammer/forma-clj/classes Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [WARNING] POM for 'hadoop-lzo:hadoop-lzo:pom:0.4.14:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build. Copying 57 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib Overriding previous definition of reference to commons-logging:commons-logging:jar Overriding previous definition of reference to log4j:log4j:jar Overriding previous definition of reference to org.slf4j:slf4j-api:jar Overriding previous definition of reference to org.slf4j:slf4j-log4j12:jar Overriding previous definition of reference to commons-codec:commons-codec:jar Overriding previous definition of reference to commons-cli:commons-cli:jar Overriding previous definition of reference to org.clojure:math.combinatorics:jar Overriding previous definition of reference to org.clojure:tools.macro:jar Overriding previous definition of reference to joda-time:joda-time:jar Overriding previous definition of reference to dependency.fileset Overriding previous definition of reference to forma Copying 33 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib/dev Compiling forma.hadoop.jobs.scatter SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/dev/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.ClassNotFoundException: forma.schema.DataChunk, compiling:(pail.clj:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3342) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$load_lib.doInvoke(core.clj:5237) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invoke(core.clj:602) at clojure.core$load_libs.doInvoke(core.clj:5271) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:604) at clojure.core$use.doInvoke(core.clj:5363) at clojure.lang.RestFn.invoke(RestFn.java:512) at forma.hadoop.jobs.scatter$loading4505auto.invoke(scatter.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$compile$fn4615.invoke(core.clj:5397) at clojure.core$compile.invoke(core.clj:5396) at user$eval27.invoke(NO_SOURCE_FILE:1) at clojure.lang.Compiler.eval(Compiler.java:6465) at clojure.lang.Compiler.eval(Compiler.java:6455) at clojure.lang.Compiler.eval(Compiler.java:6431) at clojure.core$eval.invoke(core.clj:2795) at clojure.main$eval_opt.invoke(main.clj:296) at clojure.main$initialize.invoke(main.clj:315) at clojure.main$null_opt.invoke(main.clj:348) at clojure.main$main.doInvoke(main.clj:426) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:405) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:518) at clojure.main.main(main.java:37) Caused by: java.lang.ClassNotFoundException: forma.schema.DataChunk at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at forma.hadoop.pail$loading4505auto__.invoke(pail.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) ... 48 more Compilation failed.

On Wed, Apr 18, 2012 at 1:05 PM, Sam Ritchie < reply@reply.github.com

wrote:

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now -- but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207438


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207574

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207867

sritchie commented 12 years ago

git fetch upstream develop?

On Wed, Apr 18, 2012 at 1:28 PM, Dan < reply@reply.github.com

wrote:

weird. I just did "git fetch upstream". It's ok. I'll figure it out.

On Wed, Apr 18, 2012 at 1:25 PM, Sam Ritchie < reply@reply.github.com

wrote:

you probably forked it a while ago. You need to merge in the latest upstream develop changes. More info here on the "pull in upstream changes" section:

http://help.github.com/fork-a-repo/

On Wed, Apr 18, 2012 at 1:12 PM, Dan < reply@reply.github.com

wrote:

dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean, compile Compiling 20 source files to /home/dan/Dropbox/github/danhammer/forma-clj/classes Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [WARNING] POM for 'hadoop-lzo:hadoop-lzo:pom:0.4.14:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build. Copying 57 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib Overriding previous definition of reference to commons-logging:commons-logging:jar Overriding previous definition of reference to log4j:log4j:jar Overriding previous definition of reference to org.slf4j:slf4j-api:jar Overriding previous definition of reference to org.slf4j:slf4j-log4j12:jar Overriding previous definition of reference to commons-codec:commons-codec:jar Overriding previous definition of reference to commons-cli:commons-cli:jar Overriding previous definition of reference to org.clojure:math.combinatorics:jar Overriding previous definition of reference to org.clojure:tools.macro:jar Overriding previous definition of reference to joda-time:joda-time:jar Overriding previous definition of reference to dependency.fileset Overriding previous definition of reference to forma Copying 33 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib/dev Compiling forma.hadoop.jobs.scatter SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]

SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/dev/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]

SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.ClassNotFoundException: forma.schema.DataChunk, compiling:(pail.clj:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3342) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$load_lib.doInvoke(core.clj:5237) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invoke(core.clj:602) at clojure.core$load_libs.doInvoke(core.clj:5271) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:604) at clojure.core$use.doInvoke(core.clj:5363) at clojure.lang.RestFn.invoke(RestFn.java:512) at forma.hadoop.jobs.scatter$loading4505auto.invoke(scatter.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$compile$fn4615.invoke(core.clj:5397) at clojure.core$compile.invoke(core.clj:5396) at user$eval27.invoke(NO_SOURCE_FILE:1) at clojure.lang.Compiler.eval(Compiler.java:6465) at clojure.lang.Compiler.eval(Compiler.java:6455) at clojure.lang.Compiler.eval(Compiler.java:6431) at clojure.core$eval.invoke(core.clj:2795) at clojure.main$eval_opt.invoke(main.clj:296) at clojure.main$initialize.invoke(main.clj:315) at clojure.main$null_opt.invoke(main.clj:348) at clojure.main$main.doInvoke(main.clj:426) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:405) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:518) at clojure.main.main(main.java:37) Caused by: java.lang.ClassNotFoundException: forma.schema.DataChunk at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at forma.hadoop.pail$loading4505auto__.invoke(pail.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) ... 48 more Compilation failed.

On Wed, Apr 18, 2012 at 1:05 PM, Sam Ritchie < reply@reply.github.com

wrote:

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now

but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207438


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207574

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207867


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207945

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)

sritchie commented 12 years ago

try cloning the real repo

On Wed, Apr 18, 2012 at 1:28 PM, Dan < reply@reply.github.com

wrote:

weird. I just did "git fetch upstream". It's ok. I'll figure it out.

On Wed, Apr 18, 2012 at 1:25 PM, Sam Ritchie < reply@reply.github.com

wrote:

you probably forked it a while ago. You need to merge in the latest upstream develop changes. More info here on the "pull in upstream changes" section:

http://help.github.com/fork-a-repo/

On Wed, Apr 18, 2012 at 1:12 PM, Dan < reply@reply.github.com

wrote:

dan@hammer-statistic:~/Dropbox/github/danhammer/forma-clj$ lein clean, compile Compiling 20 source files to /home/dan/Dropbox/github/danhammer/forma-clj/classes Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [WARNING] POM for 'hadoop-lzo:hadoop-lzo:pom:0.4.14:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build. Copying 57 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib Overriding previous definition of reference to commons-logging:commons-logging:jar Overriding previous definition of reference to log4j:log4j:jar Overriding previous definition of reference to org.slf4j:slf4j-api:jar Overriding previous definition of reference to org.slf4j:slf4j-log4j12:jar Overriding previous definition of reference to commons-codec:commons-codec:jar Overriding previous definition of reference to commons-cli:commons-cli:jar Overriding previous definition of reference to org.clojure:math.combinatorics:jar Overriding previous definition of reference to org.clojure:tools.macro:jar Overriding previous definition of reference to joda-time:joda-time:jar Overriding previous definition of reference to dependency.fileset Overriding previous definition of reference to forma Copying 33 files to /home/dan/Dropbox/github/danhammer/forma-clj/lib/dev Compiling forma.hadoop.jobs.scatter SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]

SLF4J: Found binding in

[jar:file:/home/dan/Dropbox/github/danhammer/forma-clj/lib/dev/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]

SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.ClassNotFoundException: forma.schema.DataChunk, compiling:(pail.clj:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3342) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$load_lib.doInvoke(core.clj:5237) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invoke(core.clj:602) at clojure.core$load_libs.doInvoke(core.clj:5271) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:604) at clojure.core$use.doInvoke(core.clj:5363) at clojure.lang.RestFn.invoke(RestFn.java:512) at forma.hadoop.jobs.scatter$loading4505auto.invoke(scatter.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) at clojure.lang.Compiler.compile1(Compiler.java:6985) at clojure.lang.Compiler.compile1(Compiler.java:6975) at clojure.lang.Compiler.compile(Compiler.java:7046) at clojure.lang.RT.compile(RT.java:385) at clojure.lang.RT.load(RT.java:425) at clojure.lang.RT.load(RT.java:398) at clojure.core$load$fn4610.invoke(core.clj:5386) at clojure.core$load.doInvoke(core.clj:5385) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invoke(core.clj:5200) at clojure.core$compile$fn4615.invoke(core.clj:5397) at clojure.core$compile.invoke(core.clj:5396) at user$eval27.invoke(NO_SOURCE_FILE:1) at clojure.lang.Compiler.eval(Compiler.java:6465) at clojure.lang.Compiler.eval(Compiler.java:6455) at clojure.lang.Compiler.eval(Compiler.java:6431) at clojure.core$eval.invoke(core.clj:2795) at clojure.main$eval_opt.invoke(main.clj:296) at clojure.main$initialize.invoke(main.clj:315) at clojure.main$null_opt.invoke(main.clj:348) at clojure.main$main.doInvoke(main.clj:426) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:405) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:518) at clojure.main.main(main.java:37) Caused by: java.lang.ClassNotFoundException: forma.schema.DataChunk at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at forma.hadoop.pail$loading4505auto__.invoke(pail.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3337) ... 48 more Compilation failed.

On Wed, Apr 18, 2012 at 1:05 PM, Sam Ritchie < reply@reply.github.com

wrote:

Yeah, but did you:

lein clean, compile

rerun lein deps

restart swank

run lein swank, or lein repl

etc?

On Wed, Apr 18, 2012 at 12:59 PM, Dan < reply@reply.github.com

wrote:

I just forked the project and then started a new feature branch based on develop. About an hour ago. I then hit C-c C-k in forma.clj, and pasted the error (below).

On Wed, Apr 18, 2012 at 12:58 PM, Sam Ritchie < reply@reply.github.com

wrote:

So this is happening on your fork? (Do you mean you checkout out develop?) Can you paste what do you did?

On Wed, Apr 18, 2012 at 12:56 PM, Dan < reply@reply.github.com

wrote:

yes it's in src/jvm. just happened. just forked the project from develop and tried to compile forma.clj.

On Wed, Apr 18, 2012 at 12:54 PM, Sam Ritchie < reply@reply.github.com

wrote:

Probably not included in "classes"... how about src/jvm? DId this just happen? How have you been working?

On Wed, Apr 18, 2012 at 12:50 PM, Dan < reply@reply.github.com

wrote:

WholeFile.java is included in classes -- looking at it now

but forma.clj fails to compile with this message:

Unknown location: error: java.lang.RuntimeException: java.lang.ClassNotFoundException: forma.WholeFile

Unknown location: error: java.lang.ClassNotFoundException: forma.WholeFile

Compilation failed.


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207166


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207194

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207229


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207261

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207438


Reply to this email directly or view it on GitHub:

https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207574

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207867


Reply to this email directly or view it on GitHub: https://github.com/reddmetrics/forma-clj/issues/10#issuecomment-5207945

Sam Ritchie, Twitter Inc 703.662.1337 @sritchie09

(Too brief? Here's why! http://emailcharter.org)