[JBoss JIRA] (TOOLSDOC-716) JBDSIS 8.0.6: Release Notes
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-716?page=com.atlassian.jira.plug... ]
Andrej Podhradsky updated TOOLSDOC-716:
---------------------------------------
Attachment: support_correction.png
[~mhusnain], there are some mistakes in that doc. Please see the attached support_correction.png to see the wrong versions.
> JBDSIS 8.0.6: Release Notes
> ---------------------------
>
> Key: TOOLSDOC-716
> URL: https://issues.jboss.org/browse/TOOLSDOC-716
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: Release Notes
> Affects Versions: 8.0.6
> Reporter: Misha Ali
> Assignee: Misha Ali
> Fix For: 8.0.6
>
> Attachments: support.png, support_correction.png
>
>
> Create and publish release notes for 8.0.6
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21999) Error during rsync
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21999?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21999:
------------------------------------------
merged to jbosstools-4.3.x
> Error during rsync
> ------------------
>
> Key: JBIDE-21999
> URL: https://issues.jboss.org/browse/JBIDE-21999
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
>
> While testing the debugging support on the server adapter, I got the following error:
> {code}
> [ERROR] 2016-03-25 12:19:53,006 com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync - Could not retrieve error message from process
> java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at java.io.Reader.read(Reader.java:140)
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1485)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1461)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1408)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1433)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:585)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:563)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.getErrorMessage(OpenShiftBinaryRSync.java:107)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.await(OpenShiftBinaryRSync.java:94)
> {code}
> This error happened at the same time as the deployment failed, as reported in JBIDE-21981, but since there are 2 distinct problems, we should track them in 2 separate issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22000) Error during rsync
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-22000:
----------------------------------------
Summary: Error during rsync
Key: JBIDE-22000
URL: https://issues.jboss.org/browse/JBIDE-22000
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Blocker
Fix For: 4.3.1.CR1
While testing the debugging support on the server adapter, I got the following error:
{code}
[ERROR] 2016-03-25 12:19:53,006 com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync - Could not retrieve error message from process
java.io.IOException: Stream closed
at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.Reader.read(Reader.java:140)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1485)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1461)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1408)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1433)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:585)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:563)
at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.getErrorMessage(OpenShiftBinaryRSync.java:107)
at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.await(OpenShiftBinaryRSync.java:94)
{code}
This error happened at the same time as the deployment failed, as reported in JBIDE-21981, but since there are 2 distinct problems, we should track them in 2 separate issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22000) Error during rsync
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22000?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22000:
------------------------------------------
cherry-picked to master
> Error during rsync
> ------------------
>
> Key: JBIDE-22000
> URL: https://issues.jboss.org/browse/JBIDE-22000
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
>
> While testing the debugging support on the server adapter, I got the following error:
> {code}
> [ERROR] 2016-03-25 12:19:53,006 com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync - Could not retrieve error message from process
> java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at java.io.Reader.read(Reader.java:140)
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1485)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1461)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1408)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1433)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:585)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:563)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.getErrorMessage(OpenShiftBinaryRSync.java:107)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.await(OpenShiftBinaryRSync.java:94)
> {code}
> This error happened at the same time as the deployment failed, as reported in JBIDE-21981, but since there are 2 distinct problems, we should track them in 2 separate issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21994) Cannot show OpenShift 3 application via live reload
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21994?page=com.atlassian.jira.plugi... ]
Xavier Coulon edited comment on JBIDE-21994 at 3/30/16 4:47 AM:
----------------------------------------------------------------
This proposed patch retrieves the actual hostname from the server's welcome page URL.
was (Author: xcoulon):
Retrieve the actual hostname from the server's welcome page URL
> Cannot show OpenShift 3 application via live reload
> ---------------------------------------------------
>
> Key: JBIDE-21994
> URL: https://issues.jboss.org/browse/JBIDE-21994
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload, openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently Show In - Web Browser via Live Reload Server does not work for OpenShift 3 server adapters. It opens url localhost:port but a page is empty. Page is of type text/plain.
> There is also a question - do we really need showing via live reload anymore? We have already incremental deployment what reflect similar(/same) behaviour as Live Reload.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21994) Cannot show OpenShift 3 application via live reload
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21994?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21994:
---------------------------------------
the root problem for this issue is that the Server Adapter hostname is {{localhost}} instead of something like {{eap-app-sample.rhel-cdk.10.1.2.2.xip.io}}, as I also mentioned in JBIDE-21989.
As [~fbricon] suggested, we can retrieve the {{IServer}}'s {{IExtendedPropertiesProvider}} and then find the {{welcomePageURL}} to get the actual hostname but wouldn't it be simpler if the server's {{hostname}} was set with (default) service route instead of {{localhost}} ?
[~fbricon], [~adietish], [~rob.stryker]: is it something doable ?
> Cannot show OpenShift 3 application via live reload
> ---------------------------------------------------
>
> Key: JBIDE-21994
> URL: https://issues.jboss.org/browse/JBIDE-21994
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload, openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently Show In - Web Browser via Live Reload Server does not work for OpenShift 3 server adapters. It opens url localhost:port but a page is empty. Page is of type text/plain.
> There is also a question - do we really need showing via live reload anymore? We have already incremental deployment what reflect similar(/same) behaviour as Live Reload.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21994) Cannot show OpenShift 3 application via live reload
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21994?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-21994:
----------------------------------
Component/s: livereload
> Cannot show OpenShift 3 application via live reload
> ---------------------------------------------------
>
> Key: JBIDE-21994
> URL: https://issues.jboss.org/browse/JBIDE-21994
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload, openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> Currently Show In - Web Browser via Live Reload Server does not work for OpenShift 3 server adapters. It opens url localhost:port but a page is empty. Page is of type text/plain.
> There is also a question - do we really need showing via live reload anymore? We have already incremental deployment what reflect similar(/same) behaviour as Live Reload.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21999) Error during rsync
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21999?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21999:
------------------------------------------
merged the [patch for the client| https://github.com/openshift/openshift-restclient-java/pull/140] and deployed the artifact to maven repository
> Error during rsync
> ------------------
>
> Key: JBIDE-21999
> URL: https://issues.jboss.org/browse/JBIDE-21999
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
>
> While testing the debugging support on the server adapter, I got the following error:
> {code}
> [ERROR] 2016-03-25 12:19:53,006 com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync - Could not retrieve error message from process
> java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at java.io.Reader.read(Reader.java:140)
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1485)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1461)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1408)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1433)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:585)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:563)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.getErrorMessage(OpenShiftBinaryRSync.java:107)
> at com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync.await(OpenShiftBinaryRSync.java:94)
> {code}
> This error happened at the same time as the deployment failed, as reported in JBIDE-21981, but since there are 2 distinct problems, we should track them in 2 separate issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21983) RuntimeException when trying to see Docker containers/images
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21983?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21983:
---------------------------------------
thanks, [~snjeza] !
> RuntimeException when trying to see Docker containers/images
> ------------------------------------------------------------
>
> Key: JBIDE-21983
> URL: https://issues.jboss.org/browse/JBIDE-21983
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker
> Affects Versions: 4.3.1.CR1
> Reporter: Alexey Kazakov
> Assignee: Xavier Coulon
> Priority: Critical
>
> 1. CDK sever adapter -> Show In -> Docker Explorer
> 2. Unfold Containers or Images of the rhel-ose CDK Server:
> {code}
> java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registered
> at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:152)
> at javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:120)
> at javax.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:95)
> at javax.ws.rs.core.UriBuilder.fromUri(UriBuilder.java:106)
> at org.glassfish.jersey.client.JerseyWebTarget.<init>(JerseyWebTarget.java:82)
> at org.glassfish.jersey.client.JerseyClient.target(JerseyClient.java:192)
> at org.glassfish.jersey.client.JerseyClient.target(JerseyClient.java:70)
> at com.spotify.docker.client.DefaultDockerClient.resource(DefaultDockerClient.java:1051)
> at com.spotify.docker.client.DefaultDockerClient.listImages(DefaultDockerClient.java:320)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:787)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:750)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$5.run(DockerExplorerContentProvider.java:241)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registered
> at javax.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:122)
> at javax.ws.rs.ext.FactoryFinder.find(FactoryFinder.java:225)
> at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:135)
> ... 12 more
> Caused by: java.lang.IllegalStateException: No generator was provided and there is no default generator registered
> at org.glassfish.hk2.internal.ServiceLocatorFactoryImpl.internalCreate(ServiceLocatorFactoryImpl.java:266)
> at org.glassfish.hk2.internal.ServiceLocatorFactoryImpl.create(ServiceLocatorFactoryImpl.java:247)
> at org.glassfish.jersey.internal.inject.Injections._createLocator(Injections.java:138)
> at org.glassfish.jersey.internal.inject.Injections.createLocator(Injections.java:109)
> at org.glassfish.jersey.internal.RuntimeDelegateImpl.<init>(RuntimeDelegateImpl.java:61)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> at javax.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:118)
> ... 14 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-619) Extend scaReferenceBindingTest by preferLocal and its default behavior
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-619:
---------------------------------------
Summary: Extend scaReferenceBindingTest by preferLocal and its default behavior
Key: JBTIS-619
URL: https://issues.jboss.org/browse/JBTIS-619
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE, switchyard
Affects Versions: 4.3.0.Beta1
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
SCA reference binding shows the attribute 'preferLocal' as 'true' but the result xml doesn't include this value (and its default value is false).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years