[JBoss JIRA] (JBIDE-18824) Server adapter: Remove replicated start-, stop-, restart-actions, use default actions instead
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18824?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-18824:
------------------------------------------
setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.
> Server adapter: Remove replicated start-, stop-, restart-actions, use default actions instead
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-18824
> URL: https://issues.jboss.org/browse/JBIDE-18824
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.1.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: LATER
>
> Attachments: duplicate-application-actions.png
>
>
> In JBIDE-11903 we added Start and Stop to the Explorer and Server adapter. In the server adapter we already have default items for start, stop and restart. We should remove our items from the OpenShift submenu and use the default actions instead:
> !duplicate-application-actions.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-16168) Server Adapter: should not publish if the application is not running
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16168?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16168:
------------------------------------------
setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.
> Server Adapter: should not publish if the application is not running
> --------------------------------------------------------------------
>
> Key: JBIDE-16168
> URL: https://issues.jboss.org/browse/JBIDE-16168
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: server_adapter
> Fix For: LATER
>
>
> If you pick "Publish" from the context menu of an OpenShift Server Adapter, then the adapter will git push to the OpenShift git repository.
> This makes no sense if the application, that holds the git repository, is not running.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-19026) java.net.UnknownHostException: devstudio.redhat.com errors pollute eclipse Error Log View
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19026?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19026:
-----------------------------------
Project: Tools (JBoss Tools) (was: Developer Studio (JBoss Developer Studio))
Key: JBIDE-19026 (was: JBDS-3312)
Issue Type: Bug (was: Enhancement)
Workflow: GIT Pull Request workflow (was: CDW v1)
Status: Open (was: New)
Component/s: usage
(was: usage)
Fix Version/s: 4.3.0.Alpha1
(was: 9.0.0.Alpha1)
Docs QE Status: (was: NEW)
Target Release: (was: 8.1.0.GA)
> java.net.UnknownHostException: devstudio.redhat.com errors pollute eclipse Error Log View
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-19026
> URL: https://issues.jboss.org/browse/JBIDE-19026
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: usage
> Reporter: Denis Golovin
> Assignee: Alexey Kazakov
> Fix For: 4.3.0.Alpha1
>
>
> I am getting exception below when behind VPN. Should exceptions like this be reported at all?
> {code}java.net.UnknownHostException: devstudio.redhat.com
> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at java.net.Socket.connect(Socket.java:528)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
> at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
> at sun.net.www.http.HttpClient.New(HttpClient.java:308)
> at sun.net.www.http.HttpClient.New(HttpClient.java:326)
> at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
> at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
> at org.jboss.tools.usage.internal.http.HttpRemotePropertiesProvider.request(HttpRemotePropertiesProvider.java:88)
> at org.jboss.tools.usage.internal.http.HttpRemotePropertiesProvider.getMap(HttpRemotePropertiesProvider.java:56)
> at org.jboss.tools.usage.internal.preferences.GlobalUsageSettings.isAllInstancesReportingEnabled(GlobalUsageSettings.java:80)
> at org.jboss.tools.usage.internal.preferences.GlobalUsageSettings.isReportingEnabled(GlobalUsageSettings.java:64)
> at org.jboss.tools.usage.event.UsageReporter$ReportingJob.run(UsageReporter.java:388)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-16444) Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16444?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16444:
-------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16444
> URL: https://issues.jboss.org/browse/JBIDE-16444
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Andre Dietisheim
> Labels: connection_wizard
> Fix For: LATER
>
> Attachments: accept-certificate.png
>
>
> In JBIDE-14768 we introduced a dialog that allows users to accept/refuse untrusted SSL certificates.
> !accept-certificate.png!
> The authorization is currently stored for the current Eclipse session. We should store those authorizations in the Eclipse preferences and add a preferences page which shows these and allows users to revoke the given authorizations.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-16444) Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16444?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16444:
------------------------------------------
setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.
> Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16444
> URL: https://issues.jboss.org/browse/JBIDE-16444
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Andre Dietisheim
> Labels: connection_wizard
> Fix For: LATER
>
> Attachments: accept-certificate.png
>
>
> In JBIDE-14768 we introduced a dialog that allows users to accept/refuse untrusted SSL certificates.
> !accept-certificate.png!
> The authorization is currently stored for the current Eclipse session. We should store those authorizations in the Eclipse preferences and add a preferences page which shows these and allows users to revoke the given authorizations.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-16526) Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16526?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16526:
------------------------------------------
setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.
> Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-16526
> URL: https://issues.jboss.org/browse/JBIDE-16526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Final
> Reporter: Michelle Murray
> Assignee: Marián Labuda
> Priority: Minor
> Labels: markers_wizard
> Fix For: LATER
>
> Attachments: OpenShift_markers.png
>
>
> In Project Explorer view, right-click project and click OpenShift > Configure Markers. Click Enable JPDA check box. The text description of this marker states '.. the JBoss AS 7 application server' twice.
> But when I created my app I selected the JBoss EAP 6 cartridge so this text seems wrong.
> To resolve either:
> a) make two versions of the text one for JBoss AS cartridge and one for JBoss EAP cartridge
> b) make description neutral, e.g. just 'the application server'
> ^ neutral is probably best as could also presumably select Tomcat cartridge for app and would also be able to set enable jpda marker.
> !OpenShift_markers.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-16526) Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16526?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16526:
-------------------------------------
Fix Version/s: LATER
(was: 4.3.0.Alpha1)
> Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-16526
> URL: https://issues.jboss.org/browse/JBIDE-16526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Final
> Reporter: Michelle Murray
> Assignee: Marián Labuda
> Priority: Minor
> Labels: markers_wizard
> Fix For: LATER
>
> Attachments: OpenShift_markers.png
>
>
> In Project Explorer view, right-click project and click OpenShift > Configure Markers. Click Enable JPDA check box. The text description of this marker states '.. the JBoss AS 7 application server' twice.
> But when I created my app I selected the JBoss EAP 6 cartridge so this text seems wrong.
> To resolve either:
> a) make two versions of the text one for JBoss AS cartridge and one for JBoss EAP cartridge
> b) make description neutral, e.g. just 'the application server'
> ^ neutral is probably best as could also presumably select Tomcat cartridge for app and would also be able to set enable jpda marker.
> !OpenShift_markers.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBDS-3312) java.net.UnknownHostException: devstudio.redhat.com errors pollute eclipse Error Log View
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3312?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3312:
---------------------------------
Fix Version/s: 9.0.0.Alpha1
> java.net.UnknownHostException: devstudio.redhat.com errors pollute eclipse Error Log View
> -----------------------------------------------------------------------------------------
>
> Key: JBDS-3312
> URL: https://issues.jboss.org/browse/JBDS-3312
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Components: usage
> Reporter: Denis Golovin
> Assignee: Alexey Kazakov
> Fix For: 9.0.0.Alpha1
>
>
> I am getting exception below when behind VPN. Should exceptions like this be reported at all?
> {code}java.net.UnknownHostException: devstudio.redhat.com
> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at java.net.Socket.connect(Socket.java:528)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
> at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
> at sun.net.www.http.HttpClient.New(HttpClient.java:308)
> at sun.net.www.http.HttpClient.New(HttpClient.java:326)
> at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
> at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
> at org.jboss.tools.usage.internal.http.HttpRemotePropertiesProvider.request(HttpRemotePropertiesProvider.java:88)
> at org.jboss.tools.usage.internal.http.HttpRemotePropertiesProvider.getMap(HttpRemotePropertiesProvider.java:56)
> at org.jboss.tools.usage.internal.preferences.GlobalUsageSettings.isAllInstancesReportingEnabled(GlobalUsageSettings.java:80)
> at org.jboss.tools.usage.internal.preferences.GlobalUsageSettings.isReportingEnabled(GlobalUsageSettings.java:64)
> at org.jboss.tools.usage.event.UsageReporter$ReportingJob.run(UsageReporter.java:388)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months