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

Intermittent NPE parsing routes #64

Closed
rossabaker opened this issue Jul 12, 2011 · 0 comments
Closed

Intermittent NPE parsing routes #64

rossabaker opened this issue Jul 12, 2011 · 0 comments

Comments

@rossabaker
Copy link
Member

Since porting to sbt-0.10, tests are failing intermittently:

[info] Caused by: org.eclipse.jetty.servlet.ServletHolder$1: java.lang.NullPointerException
[info]  at org.eclipse.jetty.servlet.ServletHolder.makeUnavailable(ServletHolder.java:408)
[info]  at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:454)
...
[info] Caused by: java.lang.NullPointerException
[info]  at scala.util.parsing.combinator.Parsers$NoSuccess.<init>(Parsers.scala:132)
[info]  at scala.util.parsing.combinator.Parsers$Failure.<init>(Parsers.scala:159)
[info]  at scala.util.parsing.combinator.RegexParsers$$anon$2.apply(RegexParsers.scala:67)

sbt-0.10 runs tests in parallel. This smells like thread-unsafe parsers.

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