I have a problem with MiKteX2.9 recently re-installed and MinionPro. Doing pdflatex on the MWE below, I get
pdflatex.exe (file MinionPro-Regular-tlf-sc-t1): Font MinionPro-
Regular-tlf-sc-t1 at 545 not found
But the font MinionPro-Regular-tlf-sc-t1.tfm exists in the tfm/adobe/MinionPro directory of MiKTeX2.9. Additionnally other fonts of MinionPro are found (even the correct size is not found and an alternative is used). The title of the question comes from trying to do the following commandline in admin mode:
initexmf --admin --mkmaps
I get the following message in the cmd box: log4cxx: No appender could be found for logger (mkfntmap). log4cxx: Please initialize the log4cxx system properly. Now, of course I checked that the system was up to date in both admin and user modes. So I uninstalled the log4cxx package and reinstalled it. Ran fndb but still get the error in both the MWE and initexmf --admin. BTW initexmf --mkmaps works (or at least doesn't complain).
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{MinionPro}
\begin{document}
\section{Some section title}
\subsection{Some subsection title}
Some text
\textsl{Slanted text}
0123456789\figureversion{lf}123456789
\scshape{Small Capitals}
\figureversion{lf,tab}
0123456789\figureversion{lf}123456789
\textsc{Hello}
\end{document}