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

deployment fails when using a branch named with the format "apache-0.9.1" #63

Open
tbatchelli opened this issue Apr 4, 2014 · 0 comments

Comments

@tbatchelli
Copy link
Collaborator

It seems like the code is trying to parse the version number:

ERROR logging - Caused by: java.lang.NumberFormatException: For input string: "apache-0"
ERROR logging - at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
ERROR logging - at java.lang.Integer.parseInt(Integer.java:492)
ERROR logging - at java.lang.Integer.parseInt(Integer.java:527)
ERROR logging - at backtype.storm.branch$parse_branch$fn__6476.invoke(branch.clj:4)
ERROR logging - at clojure.core$map$fn__3695.invoke(core.clj:2096)
ERROR logging - at clojure.lang.LazySeq.sval(LazySeq.java:42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant