6 Replies Last post: Feb 6, 2013 1:02 PM by Nikolay Chashnikov (JetBrains)  
Christopher Lambert Newbie 5 posts since
Oct 30, 2003
Currently Being Moderated

Feb 5, 2013 3:49 AM

IntelliJ 12.0.3 - Maven OOM Issue

Upgraded to IJ 12.0.3 this morning and found that it runs OOM during maven builds and will not complete a JBoss deploy/run.  Rolling back to 12.0.2 fixes the issues, anyone else encountering this or have some insight as to what is going on?  Tried upping memory allocation to maven, IJ and JVM in turn, spent the better part of a day on this will little success on our end.

 

For now, we've rolled back to 12.0.2 until IJ is stable with Maven again.

Denis Zhdanov JetBrains 1,424 posts since
Oct 20, 2007
Currently Being Moderated
Feb 5, 2013 11:24 AM in response to: Christopher Lambert
Re: IntelliJ 12.0.3 - Maven OOM Issue

Can you try to start IJ with -XX:+HeapDumpOnOutOfMemoryError setting enabled (auto-generate heap dump on OME) and submit a dump to ftp://ftp.intellij.net/.uploads/?

 

Denis

Denis Zhdanov JetBrains 1,424 posts since
Oct 20, 2007
Currently Being Moderated
Feb 5, 2013 8:15 PM in response to: Christopher Lambert
Re: IntelliJ 12.0.3 - Maven OOM Issue

Yes, *.vmoptions is a right place to put that.

 

Denis

Denis Zhdanov JetBrains 1,424 posts since
Oct 20, 2007
Currently Being Moderated
Feb 5, 2013 9:53 PM in response to: Christopher Lambert
Re: IntelliJ 12.0.3 - Maven OOM Issue

Asked our gwt guy to have a look here.

 

Denis

Guest
Currently Being Moderated
Feb 6, 2013 1:02 PM in response to: Christopher Lambert
Re: IntelliJ 12.0.3 - Maven OOM Issue

Looks like there is something wrong in your code that causes an exception in GWT compiler:

 

org.jboss.errai.marshalling.client.api.exceptions.InvalidMappingException:

portable entity fx.lifescape.shared.data.PatientContext contains a field (primaryPatientDO) that is not known to the marshaller:

com.medfx.common.domain.PatientDO

 

I don't know why this error isn't shown in IDEA 12.0.2, may be it uses a different version of some library.

 

--

Nikolay Chashnikov

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

More Like This

  • Retrieving data ...