--
You received this message because you are subscribed to the Google Groups "nokogiri-talk" group.
To post to this group, send email to nokogi...@googlegroups.com.
To unsubscribe from this group, send email to nokogiri-tal...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nokogiri-talk?hl=en.
Are you sure this XPath is correct? Is happy mapper munging the XPath
before it goes to nokogiri?
The reason I ask is because this particular XPath should return 0
results because it's not adding a namespace to the JAGROOT tag. Here
is an example:
https://gist.github.com/2285238
> The failure ONLY occurs after restarting Apache/touching Passenger. If it
> fails initially, it always fails...if it works it always works until we
> restart. We have tried reloading instead of restarting Apache, not touching
> Passenger, etc, etc....This issue only effects the article rendering of our
> site...the other 90% runs flawlessly so if its a config issue then it is
> very selective about what angers it. The exact same document will always
> work or always fail depending on the first try after restart. I have MD5
> hashed the docs stored in /tmp from open-uri and they are exactly the same.
>
> The final kicker is I have only one indication of error and it is from the
> ruby logs. Nothing in /var/log/messages, apache error logs or any other log
> you can think of for that matter. Just the ruby NoMethodError for trying to
> call an object method (current_page=) on the empty array returned on
> failure.
>
> Based on the ramblings above, what info would be useful to post back to the
> group for help.
If you can remove happy mapper from the picture, and isolate this as a