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

NPE in Ubuntu 11.04 with Java 1.6.0_24 #10

Closed
borillo opened this issue May 8, 2011 · 3 comments
Closed

NPE in Ubuntu 11.04 with Java 1.6.0_24 #10

borillo opened this issue May 8, 2011 · 3 comments

Comments

@borillo
Copy link

borillo commented May 8, 2011

When i execute the run.sh command, i get the following error:

Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
at com.sandwich.koan.runner.AppLauncher.run(AppLauncher.java:32)
at com.sandwich.koan.runner.AppLauncher.main(AppLauncher.java:15)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at com.sandwich.koan.path.PathToEnlightenment.createPath(PathToEnlightenment.java:26)
at com.sandwich.koan.path.PathToEnlightenment.getPathToEnlightment(PathToEnlightenment.java:32)
at com.sandwich.koan.runner.RunKoans.getPathToEnlightement(RunKoans.java:150)
at com.sandwich.koan.runner.RunKoans.runKoans(RunKoans.java:59)
at com.sandwich.koan.runner.RunKoans.run(RunKoans.java:46)
at com.sandwich.koan.constant.ArgumentType.run(ArgumentType.java:74)
at com.sandwich.koan.cmdline.CommandLineArgument.run(CommandLineArgument.java:36)
at com.sandwich.koan.runner.KoanSuiteRunner.run(KoanSuiteRunner.java:41)
at com.sandwich.koan.runner.AppLauncher.run(AppLauncher.java:30)
... 1 more
Caused by: java.lang.NullPointerException
at com.sandwich.koan.path.xmltransformation.XmlToPathTransformer.getKoanMethods(XmlToPathTransformer.java:131)
at com.sandwich.koan.path.xmltransformation.XmlToPathTransformer.createKoanMethods(XmlToPathTransformer.java:76)
at com.sandwich.koan.path.xmltransformation.XmlToPathTransformer.createSuitesAndKoans(XmlToPathTransformer.java:68)
at com.sandwich.koan.path.xmltransformation.XmlToPathTransformer.transform(XmlToPathTransformer.java:55)
at com.sandwich.koan.path.PathToEnlightenment.createPath(PathToEnlightenment.java:24)
... 9 more

Any ideas?

Best regards,
RIcardo

@matyb
Copy link
Owner

matyb commented May 8, 2011

yuck! looks like i've broken something :)

i am looking into this now. should have a fix shortly.

thanks for bringing it to my attention!

@borillo
Copy link
Author

borillo commented May 8, 2011

Thank you for you very quick response :)

@matyb
Copy link
Owner

matyb commented May 8, 2011

OK - think we are good to go. Tested on ubuntu 11.04 - and it looked good.

Please do let me know if this doesn't fix it.

@matyb matyb closed this as completed May 8, 2011
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

2 participants