Try running the job manually and you should be able to get an idea of what is going on. My guess is it's probably a privileges problem...

You can run it like this :

Begin
DBMS_JOB.RUN(:x);
End;

Where :x is the job number.

-John