[JBoss JIRA] (JBIDE-19971) OSE v2 prompts user to enter kerberos credentials from command line while importing an application
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19971?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-19971:
---------------------------------------
[~adietish] I was experiencing a gui username and password prompt, but I don't recall them being Kerberose.
> OSE v2 prompts user to enter kerberos credentials from command line while importing an application
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19971
> URL: https://issues.jboss.org/browse/JBIDE-19971
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Blocker
> Attachments: authorized.png, creds_prompt.png, jstack.txt
>
>
> Right on the importing a new OpenShift application from OpenShift Enterprise v2 server (used internal ITOS instance) there is hanged importing job in IDE. After exploration I found out that it's caused because there is a prompt to enter credentials from terminal (the same one where I run IDE by running ./jbdevstudio. It is really annoying bcs such prompt is on every import of any application. Even the kerberos ticket has been established, the prompt is there.
> Prompt from CLI looks like:
> Kerberos username [mlabuda]:
> Kerberos password for mlabuda:
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19958) Labels are not added to resources when creating a new app from template
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19958?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-19958:
---------------------------------------
@andre Agreed. I don't believe this is critical for 4.3.0.Beta1.
> Labels are not added to resources when creating a new app from template
> -----------------------------------------------------------------------
>
> Key: JBIDE-19958
> URL: https://issues.jboss.org/browse/JBIDE-19958
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
>
> # EXEC: launch new application wizard using an OpenShift v3 server
> # ASSERT: application wizard shows up listing the projects and templates (child nodes)
> # EXEC: choose a template and hit "Next"
> # EXEC: in "Template Parameters" page do nothing, hit "Next"
> # EXEC: in "Resource Labels" page hit "Add" and create some new label
> # EXEC: hit "Finish"
> # ASSERT: all resources of the template were successfully created.
> # ASSERT: make sure that you have the properties view opened and visible while you browse the resources in OpenShift explorer
> # EXEC: select a freshly created resource and check in the properties view if the label was created
> Result:
> Note none of the server resources have the added label when they should. The server should apply all template labels to its child items. We need to confirm that we are correctly updating those labels before template processing so it can apply them.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19738) Failed runtime download offers no error message
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19738?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19738:
-------------------------------------
Are you sure it actually disappeared and didn't just slide behind the preference page somehow? I'm not able to replicate it currently but I have a feeling i'm blocked on the larger issue created last week on the server side which prevents actually downloading any products ;)
> Failed runtime download offers no error message
> -----------------------------------------------
>
> Key: JBIDE-19738
> URL: https://issues.jboss.org/browse/JBIDE-19738
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.3.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta1
>
>
> While verifying JBIDE-19571 the runtime download failed and there was no error whatsoever. The download of FSW 6.0 almost started, but after a few seconds on the progress bar an error window showed up for a moment and then disappeared again and the download window was gone, too. After this, there was no error in the error view or the workspace log.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19970) Unable to download products (EAP, ...)
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19970?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19970:
-------------------------------------
Not awesome... ... pretty horrific bug.
> Unable to download products (EAP, ...)
> --------------------------------------
>
> Key: JBIDE-19970
> URL: https://issues.jboss.org/browse/JBIDE-19970
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.3.0.Beta1
> Reporter: Radim Hopp
> Priority: Blocker
>
> It's impossible to download products via download runtime wizard.
> It tries to download it but after few seconds error dialog just flashes and no error in error log is recorded.
> After capturing the process on video and pausing it when the error dialog pops up, I figured it says that the downloaded file is not properly formated zip file.
> The file it downloads just contains html page:
> {noformat:title=➜ ~ cat temp/jboss-eap-6.4.0.GA.zip }
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <title>JBoss Community</title>
> <style type="text/css">
> body {
> margin: 230px 0 0 0;
> text-align: center;
> font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
> font-size:15px;
> background: #e6e7e8 url(http://design.jboss.org/jbossorg/code/jbossorg_3_0/images/errorbkg.png) no-repeat top center;
> }
> .wrappper {
> width:600px;
> margin: auto;
> text-align: left;
> line-height: 20px;
> }
> h2 {
> color:#424242;
> display:block;
> font-family:Myriad Pro,Helvetica,Arial,sans-serif;
> font-size:25px;
> font-weight:normal;
> letter-spacing:-0.03em;
> margin-top:5px;
> }
> </style>
> </head>
> <body>
> <div class="wrappper" >
> <h2>Cookies disabled</h2>
> <p>The download requires cookies to be enabled in your web browser.</p>
> <p>Please, enable cookies and reload the page.</p>
> </div>
> </body>
> </html>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19980) (New HTML5) Central search results have low contrast
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19980?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-19980:
-------------------------------------
So you want all the text to be a darker grey on the light grey background? Or other colors? Are you happy with the tags colors?
> (New HTML5) Central search results have low contrast
> ----------------------------------------------------
>
> Key: JBIDE-19980
> URL: https://issues.jboss.org/browse/JBIDE-19980
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.0.Beta1
> Reporter: Martin Malina
> Attachments: central-results.png
>
>
> When you search for something in the new html5 central, the results seem pretty low contrast to me, it almost seems like they are disabled or something.
> Got a +1 from Max, too ;)
> {quote}
> [max] agreed - I would go for a darker black there
> {quote}
> !central-results.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months