You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/04/03 20:19:35 UTC

DO NOT REPLY [Bug 44749] New: FOP Error

https://issues.apache.org/bugzilla/show_bug.cgi?id=44749

           Summary: FOP Error
           Product: Fop
           Version: 0.94
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: luis_lugo74@yahoo.com


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?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 44749] FOP Error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44749

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #2 from Glenn Adams <gl...@skynav.com> 2012-04-01 13:55:35 UTC ---
batch transition to closed remaining pre-FOP1.0 resolved bugs

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 44749] FOP Error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44749


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  2008-04-03 11:27:10 PST ---
(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.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.