This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Description
I've just installed the follow gem versions on JRuby 1.6.4:
capybara (1.0.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (> 2.0)
xpath (> 0.1.4)
capybara-celerity (0.0.1)
capybara (>= 0.4.1)
celerity (>= 0.7.9)
celerity (0.9.0)
and get the error: "com.gargoylesoftware.htmlunit.ObjectInstantiationException: unable to create HTML parser (NativeException)"
which seems to cause the following error for each case:
"java.lang.NullPointerException: No document element ("
Any ideas?
Cheers,
Matt