[JBoss JIRA] (JBIDE-19010) As a user, I want to create OpenShift resources that support an existing “deployment” that does not require source code from a template
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19010?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19010:
---------------------------------------------
Not based on current info.
This is probably the most common thing users want. Fabric8 does this via their docker-maven-plugin and similar to allow adding existing app to a deployment.
This is about taking the war/jar a project creates and add to a deployment - question is how that should be defined/included.
We should at least figure out *how* this should work and then see what/how much of it we can do before GA.
> As a user, I want to create OpenShift resources that support an existing “deployment” that does not require source code from a template
> ---------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19010
> URL: https://issues.jboss.org/browse/JBIDE-19010
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
>
> https://trello.com/c/HyTyFlHw
> This is the usecase where we want to deploy an image that most likely does not include a buildconfig, i.e. a database image.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20100) how to make users aware of fuse and other tooling only being available from earlyaccess?
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20100?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-20100:
----------------------------------------
For JBDS 9, we can just show Early-Access content in all cases, and show the warning message while selecting/installing early access things.
> how to make users aware of fuse and other tooling only being available from earlyaccess?
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-20100
> URL: https://issues.jboss.org/browse/JBIDE-20100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
>
> [~jtyrrell] find it confusing when he cannot see Fuse and other earlyaccess features immediately on the install page.
> Some comments:
> "I install JBDS 8.1 and click on the JBoss Integration and SOA Development, but where is the Fuse tooling in that list."
> "<without earlyaccess> why doesn’t my screen shot tell me to use an older version of JBDS or something."
> Suggestion:
> "when I picked the Integration Stack a greyed out Fuse IDE thingy in the list of choices, and something like (Select early Access) to enable this feature."
> I'm fine exploring options to show early access features more prominently but would prefer we would not need to treat Fuse "special" so maybe we should have a "Early Access" section at the bottom instead of filtered in between everything else ?
> and for any connectors that has additional/different features just add a "Extra features available in Early access " comment ?
> But what to do when Fuse or others dont even have an earlyaccess out yet ? (like is currently the state for devstudio 9)
> [~crobson], [~aileenc] and [~lhein] got any suggestions ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-20050:
---------------------------------------
[~adietish] I think this was primarily the result of OSJC-182. Pushed that change to master. Rebased this PR and repushed. After these changes I am unable to reproduce what you describe here so I believe it to be fixed.
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:07 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
## EXEC: select a Resource (ex. BuildConfig) and refresh it
## EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
## EXEC: select a Resource (ex. BuildConfig) and refresh it
## EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:07 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
## EXEC: select a Resource (ex. BuildConfig) and refresh it
## EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
## EXEC: select a Resource (ex. BuildConfig) and refresh it
## EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:05 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
## EXEC: select a Resource (ex. BuildConfig) and refresh it
## EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:04 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:03 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
# "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
# I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
1) "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
2) I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20050 at 6/19/15 5:03 PM:
-------------------------------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
1) "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
2) I have a NPE when refreshing when I do the following:
# EXEC: select a Resource (ex. BuildConfig) and refresh it
# EXEC: select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
was (Author: adietish):
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
1) "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
2) I have a NPE when refreshing when I do the following:
* 2-1) select a Resource (ex. BuildConfig) and refresh it
* 2-2) select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20050) Explorer: Cannot refresh project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20050?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20050:
------------------------------------------
With the PR applied I see refresh available and happening for projects. Nice!
But I found the following 2 issues:
1) "Loading" will not show up if you "Refresh" a project, the ResourceGroupings stay and (if unfolded) collpase once the resources are loaded
2) I have a NPE when refreshing when I do the following:
2-1) select a Resource (ex. BuildConfig) and refresh it
2-2) select Project and refresh it
Result:
I get an error dialog and the following error in log:
{code}
com.openshift.restclient.OpenShiftException: Exception getting the resource
at com.openshift.internal.restclient.DefaultClient.handleHttpClientException(DefaultClient.java:391)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:241)
at org.jboss.tools.openshift.core.connection.Connection.get(Connection.java:340)
at org.jboss.tools.openshift.internal.ui.handler.RefreshResourceHandler$1.doRun(RefreshResourceHandler.java:78)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.NotFoundException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:210)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:151)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:92)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:237)
... 4 more
Caused by: java.io.FileNotFoundException: https://localhost:8443/osapi/v1beta3/namespaces/openshift-infra/projects/...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:147)
... 7 more
{code}
> Explorer: Cannot refresh project
> --------------------------------
>
> Key: JBIDE-20050
> URL: https://issues.jboss.org/browse/JBIDE-20050
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: no-refresh.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months