[Tex/LaTex] File ended while scanning use of \url using Bibtex.

bibtexurls

I have a problem with one of my bibtex items and I'm scratching my head to figure out what is wrong. I've narrowed it down to the specific reference, and in partiuclar the specific URL latex is having trouble compiling. It is the following:

    url = {http://www.opengroup.org/jericho/Jericho%20Forum%20Identity%20Commandments%20v1.0.pdf},

Usually this error occurs due to unbalanced paranthesis, but that is not the case here. What is problematic about this particular URL?

Best Answer

Load the url package in the preamble of your document:

\usepackage{url}