[JBoss JIRA] (JBDS-4678) Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-4678?page=com.atlassian.jira.plugin.... ]
Jeff MAURY commented on JBDS-4678:
----------------------------------
This is caused by EAP7.0+ servers are being created with -Xms64m -Xmx512m and was -Xms1g -Xmx1g before (6.1 for ex). Asking [~rob.stryker] if there is a valid reason.
> Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4678
> URL: https://issues.jboss.org/browse/JBDS-4678
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: server
> Affects Versions: 11.2.0.GA
> Reporter: Tomas David
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 11.3.0.AM2
>
>
> If you define EAP 7.1 server with RH Decision Manager 7.0 installation, after server start "java.lang.OutOfMemoryError: GC overhead limit exceeded" is thrown.
> If the defined server is 6.1+, server is normally started. No exception is thrown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25747:
------------------------------------------
CC [~jkopriva]: moved this issue over from [github issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-25747:
----------------------------------------
Description:
Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
Solution imo can be by override method arguments to add
private boolean refresh; with
{code}
public BrowserContainsText(String url, String text, boolean refresh) { ... }
{code}
where page refresh will happen only when by default refresh=true .
PR in progress..
was:
Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
Solution imo can be by override method arguments to add
private boolean refresh; with
{code}
public BrowserContainsText(String url, String text, boolean refresh) { ... }
{code}
where page refresh will happen only when by default refresh=true .
PR in progress..
Assignee: Vojtech Prusa
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25747:
----------------------------------------
Summary: Integration tests: BrowserContainsText is not stable
Key: JBIDE-25747
URL: https://issues.jboss.org/browse/JBIDE-25747
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.3.AM1
Reporter: Andre Dietisheim
Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
Solution imo can be by override method arguments to add
private boolean refresh; with
{code}
public BrowserContainsText(String url, String text, boolean refresh) { ... }
{code}
where page refresh will happen only when by default refresh=true .
PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4678) Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBDS-4678?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBDS-4678:
-----------------------------------------
Updated the priority to Critical since this a core feature. Not a blocker since a feasible workaround exists (using the old server adapter).
> Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4678
> URL: https://issues.jboss.org/browse/JBDS-4678
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: server
> Affects Versions: 11.2.0.GA
> Reporter: Tomas David
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 11.3.0.AM2
>
>
> If you define EAP 7.1 server with RH Decision Manager 7.0 installation, after server start "java.lang.OutOfMemoryError: GC overhead limit exceeded" is thrown.
> If the defined server is 6.1+, server is normally started. No exception is thrown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4678) Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBDS-4678?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBDS-4678:
------------------------------------
Description:
If you define EAP 7.1 server with RH Decision Manager 7.0 installation, after server start "java.lang.OutOfMemoryError: GC overhead limit exceeded" is thrown.
If the defined server is 6.1+, server is normally started. No exception is thrown.
was:
If you define EAP 7.1 server with RHDM installation, after server start "java.lang.OutOfMemoryError: GC overhead limit exceeded" is thrown.
If the defined server is 6.1+, server is normally started. No exception is thrown.
> Defined EAP 7.1 server with RHDM installation throws java.lang.OutOfMemoryError: GC overhead limit exceeded
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4678
> URL: https://issues.jboss.org/browse/JBDS-4678
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: server
> Affects Versions: 11.2.0.GA
> Reporter: Tomas David
> Assignee: Jeff MAURY
>
> If you define EAP 7.1 server with RH Decision Manager 7.0 installation, after server start "java.lang.OutOfMemoryError: GC overhead limit exceeded" is thrown.
> If the defined server is 6.1+, server is normally started. No exception is thrown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month