[JBoss JIRA] (JBDS-4262) DevSuite installer should able to install Red Hat JBOSS Developer STUDIO
by Sudhir Verma (JIRA)
[ https://issues.jboss.org/browse/JBDS-4262?page=com.atlassian.jira.plugin.... ]
Sudhir Verma commented on JBDS-4262:
------------------------------------
[~dgolovin] jbds is failing while running platform-install and I have found that for jbds dmUrl: https://developers.redhat.com/download-manager/jdf/file/devstudio-10.3.0.... was not found in the system.
> DevSuite installer should able to install Red Hat JBOSS Developer STUDIO
> ------------------------------------------------------------------------
>
> Key: JBDS-4262
> URL: https://issues.jboss.org/browse/JBDS-4262
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Environment: Windows
> Reporter: Sudhir Verma
> Assignee: Sudhir Verma
>
> jbds - Error: Invalid or corrupt jarfile C:\Users\sverma\AppData\Local\Temp\devstudio-10.3.0.AM2-v20170127-1155-B6970-installer-standalone.jar
> jbds failed to install: Error: Command failed: C:\DevelopmentSuite\jdk8\jre\bin\java -DTRACE=true -jar C:\Users\sverma\AppData\Local\Temp\devstudio-10.3.0.AM2-v20170127-1155-B6970-installer-standalone.jar C:\Users\sverma\AppData\Local\Temp\jbds-autoinstall.xml
> Error: Invalid or corrupt jarfile C:\Users\sverma\AppData\Local\Temp\devstudio-10.3.0.AM2-v20170127-1155-B6970-installer-standalone.jar
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23862) Server adapter: if "oc" in preferences is set to path with a " " syncing fails
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23862?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23862 at 2/6/17 4:09 AM:
------------------------------------------------------------------
trying to fix this in the client I stumbled upon JBIDE-23865
Given that there's no critical fix that has been introduced into the client since 5.3.0.Final there's no immediate need to switch the client. I'll therefore fix this in the tooling even though it would be preferrable to have the fix in the client.
was (Author: adietish):
trying to fix this in the client I stumbled upon JBIDE-23865
> Server adapter: if "oc" in preferences is set to path with a " " syncing fails
> ------------------------------------------------------------------------------
>
> Key: JBIDE-23862
> URL: https://issues.jboss.org/browse/JBIDE-23862
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.4.3.Final
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23865) Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23865?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23865:
-------------------------------------
Labels: openshift-restclient-java openshift_v3 (was: )
> Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23865
> URL: https://issues.jboss.org/browse/JBIDE-23865
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
> Labels: openshift-restclient-java, openshift_v3
>
> We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
> Eclipse requests the following:
> {code}
> Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
> {code}
> -> notice how the requested path seems wrong (project/projects/)
> which gets responded by the following:
> {code}
> Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
> which leads to the following exception being thrown:
> com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
> at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
> at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
> at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23865) Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23865?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23865:
-------------------------------------
Description:
We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
Eclipse requests the following:
Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
-> notice how the requested path seems wrong (project/projects/)
which gets responded by the following:
{code}
Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
which leads to the following exception being thrown:
com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
was:
We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
Eclipse requests the following:
Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
-> notice how the requested path seems wrong (project/projects/)
which gets responded by the following:
Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
which leads to the following exception being thrown:
com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23865
> URL: https://issues.jboss.org/browse/JBIDE-23865
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
>
> We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
> Eclipse requests the following:
> Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
> -> notice how the requested path seems wrong (project/projects/)
> which gets responded by the following:
> {code}
> Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
> which leads to the following exception being thrown:
> com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
> at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
> at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
> at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23865) Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23865?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23865:
-------------------------------------
Description:
We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
Eclipse requests the following:
{code}
Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
{code}
-> notice how the requested path seems wrong (project/projects/)
which gets responded by the following:
{code}
Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
which leads to the following exception being thrown:
com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
was:
We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
Eclipse requests the following:
Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
-> notice how the requested path seems wrong (project/projects/)
which gets responded by the following:
{code}
Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
which leads to the following exception being thrown:
com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
> Client: openshift-restclient-java 5.5 is not a drop-in replacement for 5.3.0.Final
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23865
> URL: https://issues.jboss.org/browse/JBIDE-23865
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
>
> We cannot switch to openshift-restclient-java 5.5.0. Doing so resources cant get listed any more in the OpenShift explorer.
> Eclipse requests the following:
> {code}
> Request{method=GET, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects, tag=null}
> {code}
> -> notice how the requested path seems wrong (project/projects/)
> which gets responded by the following:
> {code}
> Response{protocol=http/1.1, code=404, message=Not Found, url=https://10.1.2.2:8443/oapi/v1/namespaces/sample-project/projects/sample-project}
> which leads to the following exception being thrown:
> com.openshift.restclient.NotFoundException: the server could not find the requested resource the server could not find the requested resource
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:112)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:255)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:159)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:147)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
> at org.jboss.tools.openshift.internal.ui.models.ConnectionWrapper.refresh(ConnectionWrapper.java:286)
> at org.jboss.tools.openshift.internal.ui.models.ProjectWrapper.refresh(ProjectWrapper.java:81)
> at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:60)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month