[jbosstools-issues] [JBoss JIRA] (JBIDE-15054) embed cartridges: cannot embed rockmongo + mongo + phpmyadmin + mysql at the same time

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Jun 28 04:13:23 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786010#comment-12786010 ] 

Andre Dietisheim commented on JBIDE-15054:
------------------------------------------

The current wizard implementation is using a special guard that was introduced when things could simply get stuck. The wizard would thus kill some job when it reaches some maximum time. When embedding, this guard is set to 2 minutes, so every embedding operation that takes more than 2 minutes is cancelled:

{code:title=OpenShiftApplicationWizard}
	private static final long EMBED_CARTRIDGES_TIMEOUT = 2 * 60 * 1000;
{code}
                
> embed cartridges: cannot embed rockmongo + mongo + phpmyadmin + mysql at the same time
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-15054
>                 URL: https://issues.jboss.org/browse/JBIDE-15054
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.0.CR1
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.2.x
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list