Bug 44749 - FOP Error
Summary: FOP Error
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: 0.94
Hardware: PC Windows Vista
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 11:19 UTC by luis74
Modified: 2012-04-01 13:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description luis74 2008-04-03 11:19:34 UTC
Apr 3, 2008 2:21:06 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
org.apache.fop.apps.FOPException: No input file specified
        at org.apache.fop.cli.CommandLineOptions.checkSettings(CommandLineOptions.java:694)
        at org.apache.fop.cli.CommandLineOptions.parse(CommandLineOptions.java:145)
        at org.apache.fop.cli.Main.startFOP(Main.java:154)
        at org.apache.fop.cli.Main.main(Main.java:197)
What is the cause of this error?
Comment 1 Andreas L. Delmelle 2008-04-03 11:27:10 UTC
(In reply to comment #0)
> Apr 3, 2008 2:21:06 PM org.apache.fop.cli.Main startFOP
> SEVERE: Exception
> org.apache.fop.apps.FOPException: No input file specified
>         at
> org.apache.fop.cli.CommandLineOptions.checkSettings(CommandLineOptions.java:694)
>         at
> org.apache.fop.cli.CommandLineOptions.parse(CommandLineOptions.java:145)
>         at org.apache.fop.cli.Main.startFOP(Main.java:154)
>         at org.apache.fop.cli.Main.main(Main.java:197)
> What is the cause of this error?

What it says: You forgot to specify the input file(s) for FOP.

Check the command-line you used. It should look like:

fop -fo somefile.fo -pdf somefile.pdf
fop -xml somefile.xml -xsl somefile.xsl -pdf somefile.pdf

If either the -fo switch or both the -xml and -xsl switch is unspecified, you get the above error.

Kind request: please direct this type of questions to fop-users@ in the future. 
A Bugzilla entry should be created only for genuine issues/bugs that result from a correct usage of FOP.
Comment 2 Glenn Adams 2012-04-01 13:55:35 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs