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

Null pointer exceptions when using % for warnings #245

Closed
kchuykov opened this issue Mar 29, 2015 · 3 comments
Closed

Null pointer exceptions when using % for warnings #245

kchuykov opened this issue Mar 29, 2015 · 3 comments
Labels
Milestone

Comments

@kchuykov
Copy link

here is my script:
https://www.dropbox.com/s/0kmy4mvqeq0ve8x/bad_galen-accelerator-wellsfargo.zip?dl=0

I am getting this error:
java.lang.NullPointerException
at net.mindengine.galen.validation.PageValidation.check(PageValidation.java:64)
at net.mindengine.galen.validation.SectionValidation.checkObject(SectionValidation.java:282)
at net.mindengine.galen.validation.SectionValidation.checkObjects(SectionValidation.java:100)
at net.mindengine.galen.validation.SectionValidation.checkSection(SectionValidation.java:147)
at net.mindengine.galen.validation.SectionValidation.checkTaggedSection(SectionValidation.java:66)
at net.mindengine.galen.validation.SectionValidation.check(SectionValidation.java:58)
at net.mindengine.galen.api.Galen.checkLayoutForPage(Galen.java:115)
at net.mindengine.galen.api.Galen.checkLayout(Galen.java:81)
at net.mindengine.galen.api.Galen.checkLayout(Galen.java:65)
at net.mindengine.galen.api.Galen.checkLayout(Galen.java:51)
at net.mindengine.galen.suite.actions.GalenPageActionCheck.execute(GalenPageActionCheck.java:46)
at net.mindengine.galen.runner.GalenPageRunner.executeAction(GalenPageRunner.java:77)
at net.mindengine.galen.runner.GalenPageRunner.run(GalenPageRunner.java:69)
at net.mindengine.galen.runner.GalenBasicTestRunner.runTest(GalenBasicTestRunner.java:71)
at net.mindengine.galen.tests.GalenBasicTest.execute(GalenBasicTest.java:53)
at net.mindengine.galen.TestRunnable.runTest(TestRunnable.java:68)
at net.mindengine.galen.TestRunnable.run(TestRunnable.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

@ishubin
Copy link
Member

ishubin commented Mar 31, 2015

Thanks a lot for samples. I am going to debug it.

@ishubin
Copy link
Member

ishubin commented Mar 31, 2015

The fix for this bug is in master already

@ishubin
Copy link
Member

ishubin commented Mar 31, 2015

The fix is now released in version 1.6.2

@ishubin ishubin closed this as completed Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants