« Return to Thread: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)

Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)

by Andreas Delmelle-2 :: Rate this Message:

Reply to Author | View in Thread

On 15 Jun 2009, at 02:18, Tom Browder wrote:

Hi Tom

> I am getting lots of warnings errors building Fop (trunk, r784614),  
> among them:
>
> ...
>
> ASCII
>    [javac]      * Ascender Height is the character???s most positive
> y-axis value.
>    [javac]                                        ^
>    [javac] /usr/local/src/apache-fop-trunk/src/java/org/apache/fop/
> afp/fonts/CharacterSetOrientation.java:100:
> warning: unmappable character for encoding
>
> [A LOCALE problem?]

Seems like a badly encoded 'smart quote'... I checked the file in my  
IDE, and noticed a similar substitution. I just replaced it with a  
regular apostrophe and committed the change: http://svn.apache.org/viewvc?rev=784924&view=rev

> ...
>
>    [javac] The system is out of resources.
>    [javac] Consult the following stack trace for details.
>    [javac] java.lang.OutOfMemoryError: Java heap space
>
> I have 4 Gb memory and see no use of swap!

Well... The fact that your system has 4GB available does by no means  
guarantee that the JVM will use all of it, if it has to. Can you do  
anything to monitor the process closer?

Regards

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...

 « Return to Thread: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)