-
Notifications
You must be signed in to change notification settings - Fork 50
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
"Setup local environment" step results in error #5
Comments
Hi, you need to run |
Thanks! - now I guess some steps is missed as far as official binary distribution contains |
Looks like you're running on windows. in that case you need to use |
What are these windows? :) No, as I have mentioned, I run Arch Linux. |
I see (missed the linux mention). I have just tried on a new user (on mac) and it worked - could be that you may need to run |
I guess
|
Yes, -PscalaVersion-2.11 was missing - have added. The last error is probably because kafka trunk has changed since the demo was written (it moves fast). Looking at it |
Probably it takes some sense to checkout concrete |
Either that, or use 0.10.0.0 tag which has release candidates already so will be more-less stable. |
Yes! - all OK is now with 0.10.00 tag, thanks!
|
Cool, thanks for your time - others will have it easier! I will update the master build and instructions to use 0.10.0.0 instead of trunk.. |
I am apparently getting same build compile error as described Apr 22 on "new DistributedHerder" and my build.gradle file shows ext.kafkaVersion = '0.10.0.0'. I used git clone on https://github.com/amient/hello-kafka-streams.git. I have two compile errors, that's second one whereas first one says: I am on OSX Capitan. |
Hi. Yes, I have just tried (deleted my 0.10.0.0 jars) and it fails. There On Sun, Jun 5, 2016 at 7:53 PM, phderome [email protected] wrote:
|
much appreciated. I am not pushing you on a deadline, it's Sunday and it's On Sun, Jun 5, 2016 at 3:31 PM, Michal Harish [email protected]
|
it should work on master now - confluent platform branch still needs updating for their 3.0 platform release. |
yes, thanks! |
I see proper behaviour at run-time but previously there were quite a few WARN could not create Dir using jarFile from url java.lang.NullPointerException at java.util.zip.ZipFile.(ZipFile.java:207) at java.util.zip.ZipFile.(ZipFile.java:149) at java.util.jar.JarFile.(JarFile.java:166) at java.util.jar.JarFile.(JarFile.java:130) at org.reflections.vfs.Vfs$DefaultUrlTypes$1.createDir(Vfs.java:212) at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) at org.reflections.vfs.Vfs.fromURL(Vfs.java:91) at org.reflections.Reflections.scan(Reflections.java:237) at org.reflections.Reflections.scan(Reflections.java:204) at org.reflections.Reflections.(Reflections.java:129) at at at java.lang.Thread.run(Thread.java:745) WARN could not create Vfs.Dir from url. ignoring the exception and org.reflections.ReflectionsException: Could not open url connection at org.reflections.vfs.JarInputDir$1$1.(JarInputDir.java:37) at org.reflections.vfs.JarInputDir$1.iterator(JarInputDir.java:33) at org.reflections.Reflections.scan(Reflections.java:240) at org.reflections.Reflections.scan(Reflections.java:204) at org.reflections.Reflections.(Reflections.java:129) at at at java.lang.Thread.run(Thread.java:745) Caused by: java.io.FileNotFoundException: at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at at at org.reflections.vfs.JarInputDir$1$1.(JarInputDir.java:36) ... 7 more INFO Reflections took 2991 ms to scan 1 urls, producing 2196 keys and 9907 USER: Look2See1 num.edits: 1 USER: Dcirovic num.edits: 1 USER: gandhi num.edits: 1 USER: 5.140.88.205 num.edits: 1 USER: .121.50.217 num.edits: 1 USER: FamblyCat94 num.edits: 1 USER: Andidimatteo num.edits: 1 USER: Primaler num.edits: 1 USER: EchetusXe num.edits: 1 USER: LilHelpa num.edits: 1 USER: Josve05a num.edits: 1 USER: A02:C7F:9817:8E00:34BB:312:5EC1:C7EE num.edits: 1 USER: Forestfrolic num.edits: 1 USER: PrideOfPortree num.edits: 1 USER: Josve05a num.edits: 2 USER: Gamble1993 num.edits: 1 USER: Dcirovic num.edits: 2 On Sun, Jun 5, 2016 at 5:29 PM, Michal Harish [email protected]
|
You're not doing anything wrong. I've seen those too first time I run it - On Sun, Jun 5, 2016 at 11:45 PM, phderome [email protected] wrote:
|
ok, I'll just play around with it now and not worry. |
Hi!
After pulling kafka I have copied/pasted from README.md the string
./gralew install
- boom!..d
char is missed. Ok, after fixing the typo I get:Have I missed something?
Gradle 2.12 is installed under Arch Linux.
The text was updated successfully, but these errors were encountered: