[QFJ-336] OutOfMemoryError in compile_main Created: 18/Aug/08  Updated: 06/Oct/08  Resolved: 19/Aug/08

Status: Closed
Project: QuickFIX/J
Component/s: Build
Affects Version/s: 1.3.2
Fix Version/s: 1.3.3

Type: Bug Priority: Default
Reporter: Dustin Vain Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Environment:

Mac OS X 10.5.4
JDK 1.6.0_5



 Description   

Got the error below doing an "ant jar". Looks like the 1.6 Mac compiler needs a little more memory that whatever compiler you're using. Upping the memory to 256m on line 104 of core/build.xml resolved the issue.

compile_main:
[javac] Compiling 1431 source files to /Users/dustin/proj/quickfixj/core/target/classes/main
[javac]
[javac]
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
[javac] at com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:139)
[javac] at com.sun.tools.javac.util.Position.makeLineMap(Position.java:63)
[javac] at com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:1105)
[javac] at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:512)
[javac] at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:550)
[javac] at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:801)
[javac] at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:727)
[javac] at com.sun.tools.javac.main.Main.compile(Main.java:353)
[javac] at com.sun.tools.javac.main.Main.compile(Main.java:279)
[javac] at com.sun.tools.javac.main.Main.compile(Main.java:270)
[javac] at com.sun.tools.javac.Main.compile(Main.java:69)
[javac] at com.sun.tools.javac.Main.main(Main.java:54)

BUILD FAILED
./build.xml:36: The following error occurred while executing this line:
./build.xml:27: The following error occurred while executing this line:
./core/build.xml:80: The following error occurred while executing this line:
./core/build.xml:85: The following error occurred while executing this line:
./core/build.xml:104: Compile failed; see the compiler error output for details.


Generated at Sat May 04 04:44:56 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.