[JBoss JIRA] (JBIDE-22651) No favicons for credentials domains on Mac or Windows
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22651?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22651:
-------------------------------------
Seems Files.probeContentType(path) fails to recognize the .tmp file as an image on windows. It must be doing this based on suffix??
I'll continue investigating.
> No favicons for credentials domains on Mac or Windows
> -----------------------------------------------------
>
> Key: JBIDE-22651
> URL: https://issues.jboss.org/browse/JBIDE-22651
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
>
> Supposedly there should be favicons displayed for our jboss.org and redhat.com domains in the credentials preferences:
> Preferences -> JBoss Tools -> Credentials
> I only noticed this problem after reviewing JBIDE-22468 . And [~jkopriva] just showed me on his Linux box that he has the icons there. I don't have any icons on Mac or Windows.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22639) Opening an Openshift3 server adapter when connection does not exists anymore causes NPE
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22639?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-22639 at 6/29/16 5:32 PM:
-------------------------------------------------------------------
[~scabanovich] IMHO the problem is not within VariablesHelper in this particular case. The root cause is that there's no connection for the editor. We should therefore display an appropriate error and keep the editor section disabled. That's what I did in https://github.com/jbosstools/jbosstools-openshift/pull/1243
was (Author: adietish):
[~scabanovich] I think that in this specific case the root cause is that there's no connection for the editor. We should therefore display an appropriate error and keep the editor section disabled imho. That's what I did in https://github.com/jbosstools/jbosstools-openshift/pull/1243
> Opening an Openshift3 server adapter when connection does not exists anymore causes NPE
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-22639
> URL: https://issues.jboss.org/browse/JBIDE-22639
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.0.Final
> Reporter: Jeff MAURY
> Fix For: 4.4.1.AM2
>
> Attachments: non-existent-workspace-reference.png, screenshot-1.png
>
>
> ASSERT: create an Openshift3 connection
> ASSERT: create a server adapter from that connection
> ASSERT: delete the Openshift3 connection
> EXEC: open the server adapter
> ASSERT: NPE is thrown and dialog is displayed (see [^screenshot-1.png])
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22605) Remote server with fs operations sometimes cannot be stopped
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22605?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22605:
-------------------------------------
We should clearly separate out the two issues.
For the deployment marker, it seems there may be a case where we forget to add the .dodeploy marker. This case needs to be discovered and isolated if possible. I am unable to replicate it.
For the second issue, re: server stop: I am 100% unable to replicate. How often is this replicatable for you? Does it happen once a session? Once a startup? Etc?
> Remote server with fs operations sometimes cannot be stopped
> ------------------------------------------------------------
>
> Key: JBIDE-22605
> URL: https://issues.jboss.org/browse/JBIDE-22605
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
>
> Yesterday when we were found out that remote servers don't work with management operations (JBIDE-22601) I wanted to check if at least FS operations work.
> In one instance of Eclipse, stopping such server didn't work.
> But then I tried in devstudio and it worked, so I assumed it was some glitch.
> But today this happened to me again with the latest devstudio 10.0.0.GA B30 build - the one that contains a fix to the above mentioned JIRA.
> From several attempts, it seems that this is only reproducible if you deploy a project. If you just start the server and then stop, it will stop just fine.
> One more thing, regardless of whether a given server can be stopped or not, I always get this in the Error Log view during server startup:
> {code}Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss EAP 7.0 marvin{code}
> (Let me know if you want an additional JIRA for that.)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months