Closed GoogleCodeExporter closed 9 years ago
Also this information for the plugin configuration:
<gwt.port.debug>8001</gwt.port.debug>
<gwt.port.hosted>8080</gwt.port.hosted>
<gwt.runUrl>
${project.artifactId}/${gwt.target}/Manager.html
</gwt.runUrl>
<gwt.target>com.turner.playon.manager.Manager</gwt.target>
<gwt.version>1.5.0-rc1</gwt.version>
Original comment by jarrod.c...@gmail.com
on 2 Jun 2008 at 5:10
[INFO] ------------------------------------------------------------------------
[INFO] Building maven-gwt-sample
[INFO] task-segment: [gwt:compile]
[INFO] ------------------------------------------------------------------------
[INFO] [gwt:compile]
[INFO] establishing classpath list (buildClaspathList - scope = COMPILE)
[INFO] google.webtoolkit.home (gwtHome) *not* set, using project POM for GWT
dependencies
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit
exceeded
at java.util.regex.Pattern.matcher(Pattern.java:888)
at java.util.regex.Pattern.split(Pattern.java:997)
at java.lang.String.split(String.java:2293)
at java.lang.String.split(String.java:2335)
at
com.google.gwt.dev.resource.impl.PathPrefixSet.includesResource(PathPrefixSet.ja
va:236)
at
com.google.gwt.dev.resource.impl.ZipFileClassPathEntry.computeApplicableResource
s(ZipFileClassPathEntry.java:120)
at
com.google.gwt.dev.resource.impl.ZipFileClassPathEntry.findApplicableResources(Z
ipFileClassPathEntry.java:75)
at
com.google.gwt.dev.resource.impl.ResourceOracleImpl.refresh(ResourceOracleImpl.j
ava:265)
at com.google.gwt.dev.cfg.ModuleDef.normalize(ModuleDef.java:436)
at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:273)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:127)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:108)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:562)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Exception attempting to run script - compile.sh
Embedded error: compile.sh script exited abnormally with code - 1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
Original comment by charlie....@gmail.com
on 9 Sep 2008 at 12:23
Thank you very much, this helped me out. I missed have been trying all kinds of
MAVEN_OPTS, but this line <extraJvmArgs>-Xmx256m -Xms256m</extraJvmArgs> solved
my issue.
Regards. Ole Andreas
Original comment by olehe...@gmail.com
on 26 Mar 2009 at 1:58
which file did you add the piece of xml below?
<extraJvmArgs>-Xmx256m -Xms256m</extraJvmArgs>
thanks
- Bob
Original comment by robert_l...@verizon.net
on 5 Jun 2009 at 7:56
Original issue reported on code.google.com by
jarrod.c...@gmail.com
on 2 Jun 2008 at 5:09