[JBoss JIRA] (JBIDE-21665) Scaling OS3 application does not work properly
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21665?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-21665:
---------------------------------------
Updated to include a nag dialog that can be dismissed.
> Scaling OS3 application does not work properly
> ----------------------------------------------
>
> Key: JBIDE-21665
> URL: https://issues.jboss.org/browse/JBIDE-21665
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Critical
> Labels: openshift_v3
> Attachments: edit_error.png, Nag Dialog.png, sample of a file changed dialog.png
>
>
> When I am trying to scale application via tooling, first attempt to set replicas amount works but every consecutive attempt to edit same resource fails. See following screenshot of the error followed by stack trace
> !edit_error.png!
> {code}
> com.openshift.restclient.OpenShiftException: Could not update resource eap-app-1: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:480)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:247)
> at org.jboss.tools.openshift.internal.ui.property.OpenShiftResourceDocumentProvider$2.run(OpenShiftResourceDocumentProvider.java:92)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.HttpClientException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:226)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:191)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.put(UrlConnectionHttpClient.java:119)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:243)
> ... 2 more
> Caused by: java.io.IOException: Server returned HTTP response code: 409 for URL: https://10.1.2.2:8443/api/v1/namespaces/project01/replicationcontrollers/...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
> ... 4 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21665) Scaling OS3 application does not work properly
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21665?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-21665:
----------------------------------
Attachment: Nag Dialog.png
> Scaling OS3 application does not work properly
> ----------------------------------------------
>
> Key: JBIDE-21665
> URL: https://issues.jboss.org/browse/JBIDE-21665
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Critical
> Labels: openshift_v3
> Attachments: edit_error.png, Nag Dialog.png, sample of a file changed dialog.png
>
>
> When I am trying to scale application via tooling, first attempt to set replicas amount works but every consecutive attempt to edit same resource fails. See following screenshot of the error followed by stack trace
> !edit_error.png!
> {code}
> com.openshift.restclient.OpenShiftException: Could not update resource eap-app-1: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:480)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:247)
> at org.jboss.tools.openshift.internal.ui.property.OpenShiftResourceDocumentProvider$2.run(OpenShiftResourceDocumentProvider.java:92)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.HttpClientException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:226)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:191)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.put(UrlConnectionHttpClient.java:119)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:243)
> ... 2 more
> Caused by: java.io.IOException: Server returned HTTP response code: 409 for URL: https://10.1.2.2:8443/api/v1/namespaces/project01/replicationcontrollers/...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
> ... 4 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3596) Many update sites are added if we try to create a new server
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3596?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov reassigned JBDS-3596:
------------------------------------
Assignee: Rob Stryker
Assigning to Rob just to have someone to track the upstream progress or even provide a patch ;)
> Many update sites are added if we try to create a new server
> ------------------------------------------------------------
>
> Key: JBDS-3596
> URL: https://issues.jboss.org/browse/JBDS-3596
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 9.1.0.Beta2
> Environment: JBDS 9.1.0.Beta2 (Beta2-v20160122-0528-B256)
> JBDS 9.1.0.CR1 (CR1-v20160216-0207-B313)
> Reporter: Andrej Podhradsky
> Assignee: Rob Stryker
> Priority: Critical
> Attachments: jbds-many-update-sites.png
>
>
> Many update sites are added if we try to create a new server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBTIS-558) Cannot install Fuse Data Transformation when offline
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-558?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-558:
-----------------------------
Comment: was deleted
(was: Hey [~nickboldt] - another question for you
*javax.xml.bind* was around in the Luna SR1a jbt requirements mirror. It then disappeared for the Luna SR2-RC3 mirror (and is still gone). Does this need to be dragged into locus?
wdyt?
ref http://download.jboss.org/jbosstools/updates/requirements/luna/2015011210...)
> Cannot install Fuse Data Transformation when offline
> ----------------------------------------------------
>
> Key: JBTIS-558
> URL: https://issues.jboss.org/browse/JBTIS-558
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.0.Beta1
> Environment: JBDS 9.1.0.Beta2 + JBDS-IS 9.0.0.Beta1 EA Zip file
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Critical
>
> Cannot install Fuse Data Transformation when offline.
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Fuse Tooling Data Transformation 8.0.0.Beta1-v20160211-1659-B703 (org.jboss.tools.fuse.transformation.feature.feature.group 8.0.0.Beta1-v20160211-1659-B703)
> Missing requirement: org.jboss.tools.fuse.transformation.core 8.0.0.Beta1-v20160211-1659-B703 requires 'bundle javax.xml.bind 2.2.0' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Fuse Tooling Data Transformation 8.0.0.Beta1-v20160211-1659-B703 (org.jboss.tools.fuse.transformation.feature.feature.group 8.0.0.Beta1-v20160211-1659-B703)
> To: org.jboss.tools.fuse.transformation.core [8.0.0.Beta1-v20160211-1659-B703]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21686) Eclipse freeze when trying to reconnect to an existing connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21686?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-21686:
----------------------------------------
Assignee: Andre Dietisheim
> Eclipse freeze when trying to reconnect to an existing connection
> -----------------------------------------------------------------
>
> Key: JBIDE-21686
> URL: https://issues.jboss.org/browse/JBIDE-21686
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Environment:
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: connection, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> On nightly build of OpenShift tooling when I am trying to reconnect to an existing connection, whole IDE freeze. E.g. after restart of eclipse and token to server has not been stored in secure storage, I am prompted to enter token when trying to do anything with an existing OS3 connection and upon entering a token and hitting Finish button, IDE freeze and after a while its not responding.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21709) Obstacle with editing user-defined connection
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21709?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21709:
-----------------------------------------------
[~rob.stryker] please take a look at the pull request.
> Obstacle with editing user-defined connection
> ---------------------------------------------
>
> Key: JBIDE-21709
> URL: https://issues.jboss.org/browse/JBIDE-21709
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.1.Beta2
> Environment: JBDS 9.1.0.Beta2
> Reporter: Tomáš Sedmík
> Priority: Minor
> Attachments: out.ogv
>
>
> If I create a new connection in _JMX Navigator_ and subsequently I want to edit it, I get a dialog with _The connection name is already taken_ error.
> So, no editing but, creating a new JMX connection is invoked.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21665) Scaling OS3 application does not work properly
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21665?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-21665:
----------------------------------
Attachment: sample of a file changed dialog.png
> Scaling OS3 application does not work properly
> ----------------------------------------------
>
> Key: JBIDE-21665
> URL: https://issues.jboss.org/browse/JBIDE-21665
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Critical
> Labels: openshift_v3
> Attachments: edit_error.png, sample of a file changed dialog.png
>
>
> When I am trying to scale application via tooling, first attempt to set replicas amount works but every consecutive attempt to edit same resource fails. See following screenshot of the error followed by stack trace
> !edit_error.png!
> {code}
> com.openshift.restclient.OpenShiftException: Could not update resource eap-app-1: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:480)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:247)
> at org.jboss.tools.openshift.internal.ui.property.OpenShiftResourceDocumentProvider$2.run(OpenShiftResourceDocumentProvider.java:92)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.HttpClientException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"eap-app-1\" cannot be updated: the object has been modified; please apply your changes to the latest version and try again",
> "reason": "Conflict",
> "details": {
> "name": "eap-app-1",
> "kind": "replicationControllers"
> },
> "code": 409
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:226)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:191)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.put(UrlConnectionHttpClient.java:119)
> at com.openshift.internal.restclient.DefaultClient.update(DefaultClient.java:243)
> ... 2 more
> Caused by: java.io.IOException: Server returned HTTP response code: 409 for URL: https://10.1.2.2:8443/api/v1/namespaces/project01/replicationcontrollers/...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
> ... 4 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21711) Server Adapter: Need a way to restart modules
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21711?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21711:
--------------------------------
Description:
When doing hot code reload in an OpenShift deployed EAP server, changing a method signature will make the debugger complain with
!http://content.screencast.com/users/fbricon/folders/Jing/media/623c96cc-ae62-441b-b498-a39d9cf9b563/00000322.png|width=650!
Triggering a full publish on the module is not sufficient.
We need to at least have a way to trigger a module restart
was:
When doing hot code reload in an OpenShift deployed EAP server, changing a method signature will make the debugger complain with
!http://content.screencast.com/users/fbricon/folders/Jing/media/623c96cc-ae62-441b-b498-a39d9cf9b563/00000322.png|width=650!
Triggering a full publish on the module is not sufficient.
We need to at least have a way to trigger a module restart the module
> Server Adapter: Need a way to restart modules
> ---------------------------------------------
>
> Key: JBIDE-21711
> URL: https://issues.jboss.org/browse/JBIDE-21711
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Priority: Critical
>
> When doing hot code reload in an OpenShift deployed EAP server, changing a method signature will make the debugger complain with
> !http://content.screencast.com/users/fbricon/folders/Jing/media/623c96cc-ae62-441b-b498-a39d9cf9b563/00000322.png|width=650!
> Triggering a full publish on the module is not sufficient.
> We need to at least have a way to trigger a module restart
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month