-
2 Dec 2012 1:53 PM #1
Rule did not match cause Java Heap Space during compilation
Rule did not match cause Java Heap Space during compilation
Hello,
I tried to compile GWT project using GXT 3.0.1 and got Java Heap Space in Eclipse. After some moent compiler started to write into log informatioin that "Rule didn't match" for different classes. This trace became endless until comiler died with Java Heap Space.I tried following environment in deferent variations: GXT 3.0.1 + GWT 2.4.0 or 2.4.5 + Eclipse 3.7 or Eclipse 4.2 + JDK 1.6.0_35 or JDK 1.7_09.
Any thoughts?
Trace:
Finding entry point classes
Computing all possible rebind results for 'com.google.gwt.useragent.client.UserAgentAsserter'
Rebinding com.google.gwt.useragent.client.UserAgentAsserter
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.toolbar.BluePagingToolBarAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.widget.core.client.toolbar.PagingToolBar.PagingToolBarAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.toolbar.BluePagingToolBarAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.statusproxy.BlueStatusProxyAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.dnd.core.client.StatusProxy.StatusProxyAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.statusproxy.BlueStatusProxyAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.resizable.BlueResizableAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.widget.core.client.Resizable.ResizableAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.resizable.BlueResizableAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.container.BlueBorderLayoutAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.widget.core.client.container.BorderLayoutContainer.BorderLayoutAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.container.BlueBorderLayoutAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.slider.BlueSliderVerticalAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.cell.core.client.SliderCell.VerticalSliderAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.slider.BlueSliderVerticalAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.slider.BlueSliderHorizontalAppearance'/>
Checking if all subconditions are true (<all>)
Checking if any subcondition is true (<any>)
<when-type-is class='com.sencha.gxt.cell.core.client.SliderCell.SliderAppearance'/>
Not an exact match
<when-type-is class='com.sencha.gxt.cell.core.client.SliderCell.HorizontalSliderAppearance'/>
Not an exact match
No: All subconditions were false
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.slider.BlueSliderHorizontalAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.colorpalette.BlueColorPaletteAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.widget.core.client.ColorPaletteCell.ColorPaletteAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Found better fallback match for <replace-with class='com.sencha.gxt.theme.blue.client.colorpalette.BlueColorPaletteAppearance'/>
Checking rule <replace-with class='com.sencha.gxt.theme.blue.client.tabs.BluePlainTabPanelAppearance'/>
Checking if all subconditions are true (<all>)
<when-type-is class='com.sencha.gxt.widget.core.client.PlainTabPanel.PlainTabPanelAppearance'/>
Not an exact match
No: One or more subconditions was false
Rule did not match
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote