Escalation
by H Sayyed
Hi,
I really afraid and confused why I am getting mails from "Jan Richter (JIRA)" <issues(a)jboss.org>, jbosstools-issues-bounces(a)lists.jboss.org, Andre Dietisheim (JIRA) and many more other.
I already have escalated this issue to Andrew but yet no action has been taken.
Now I have even deleted my Atlassian JIRA account. Then also why I am getting such mails which is of not my concern.
Every minute I am getting such mails and disturbing my work.
Please please do the needful and do not let this mails come to me.
Regards,
Heena Sayyed
MIHAN SPECIAL ECONOMIC ZONE, Nagpur
Mail to- h.sayyed(a)tcs.com
-----Forwarded by H Sayyed/MUM/TCS on 03/08/2016 04:11PM -----
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
From: H Sayyed/MUM/TCS
Date: 03/03/2016 06:38PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Andrew,
As discussed earlier, at the end of this mail you can see a sample mail which I received today at 6.09pm.
I am getting such mails every minute and it is really really very irritating as it is of not my concern and also it is absorbing my space because of which I am not getting important mails unless I delete them. Please do the needful.
Many Thanks & Regards,
Heena Sayyed
------------------
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: H Sayyed <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/02/2016 06:13PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Heena,
Thank you for getting back to me.
I’m afraid I’m confused by your problem with an email notification. I’m not aware of any notification that are being sent to you – can you forward one to me or take a screen grab so that I can investigate further?
Many thanks
Andrew
From: H Sayyed [mailto:h.sayyed@tcs.com]
Sent: 02 March 2016 12:04
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Andrew,
Thanks for your service.
I will let you know about the issue after discussing with the team.
Meanwhile could you please help me with how to unsubscribe the e-mail notification that I am getting daily. It is really bothering me having so many mails in my inbox which is not relevant to my concern. So please let me know how to unsubscribe it and if you can do so on my behalf from your end then please do the needful.
That help will be really appreciated.
Thanks & Regards,
Heena
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: H Sayyed <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/02/2016 05:06PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Heena,
I’ve spoken with our Technical Director and passed on your installation file. He has proposed a remote consultancy service to examine the issue further and deliver a solution. For remote work, we offer clients a pool of consultancy hours that can be drawn on for a period of 12 months from purchase. How many hours you select is entirely up to you and are charged in advance as per the matrix below*:
*Please note that these charges are applicable for consultancy hours serviced during UK business hours. If consultancy is performed outside of these hours, the following charges will be made:
If you would like to proceed, then I will be happy to arrange a call with our Technical Director Steve Millidge to discuss your requirements and make all necessary arrangements.
Kind regards,
Andrew
Andrew Huntingdon
Marketing Manager
C2B2 Consulting Ltd
The Leading Independent Middleware Experts
W: www.c2b2.co.uk | T: 08450 539457
From: H Sayyed [mailto:h.sayyed@tcs.com]
Sent: 01 March 2016 13:33
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Subject: Re: Thank you for contacting C2B
Hi Andrew,
Please find the attachment for installtion log.
Here you can get brief idea about error.
Regards,
Heena Sayyed
MIHAN SPECIAL ECONOMIC ZONE, Nagpur
Mail to- h.sayyed(a)tcs.com
Contact- +91-7798853293
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: "h.sayyed(a)tcs.com" <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/01/2016 04:08PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: Thank you for contacting C2B
Dear Heena,
Thank you for contacting C2B2. In order to proceed with your query on a JBoss installation, can you send me some more details of the project so that I can refer your query to our technical sales team.
Once we have the information we need, I'll be able to brief the team. They'll then contact you with a view to discussing the project specifications and putting together a quote for the work involved.
I look forward to hearing from you and if you have any other questions, please do not hesitate to contact me.
Kind regards,
Andrew
Andrew Huntingdon
Marketing Manager
C2B2 Consulting Ltd
The Leading Independent Middleware Experts
-----Original Message-----
From: h.sayyed@tcs.com [mailto:h.sayyed@tcs.com]
Sent: 01 March 2016 09:54
To: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: C2B2 Contact Form
Name: Heena
Email: h.sayyed@tcs.com
Phone:
Message: I need help in jbpm installation.
Response method: Email
**********************************************************************************************************************************************************
[ https://issues.jboss.org/browse/JBIDE-21731?page=com.atlassian.jira.plugi...]
Andre Dietisheim edited comment on JBIDE-21731 at 3/3/16 7:38 AM:
------------------------------------------------------------------
[~scabanovich]
* Preloading services and projects (for the services tree) as we do now already takes quite some time. Loading the services can also easily be deferred but this would make the UI less handy, since the user would have to unfold the projects to discover the services.
* Given the substantial amount of time required to load the projects/services (for the tree) ÿwe should try to create ProjectImageStreamTags upfront but defer #createImageStreamMaps or just the deploymentMapper#refresh() (which do the actual laoding) to the time the user selects ÿin the UI. Loading upon selection changes will slow down things but if we do this with a progress (WizardUtils#runInWizard(job) which displays the progress bar and disables all the widgets) and only when selecting for the 1st time (caching for latter reuse), this might be acceptable? I would guess so, WDYT? Alternatively we could just disable the text field for the deployment path, launch the loading in the background without progress/disabling other widgets and enable it once the value was loaded.
* Checkbox: yes, I was referring to you suggestion (any to my earlier thoughts). But I am wondering if we should display the deployment path at all which would free us from loading.
was (Author: adietish):
[~scabanovich] I guess that preloading services and projects as we do now already takes quite some time. Given that we should try to create ProjectImageStreamTags upfront but defer #createImageStreamMaps or just the deploymentMapper#refresh() to the actual selecting in the UI. Loading the services can also easily be deferred but this would make the UI less handy, since the user would have to unfold the projects to discover the services.
Loading upon selection changes will slow down things but if we do this with a progress (WizardUtils#runInWizard(job) which displays the progress bar and disables all the widgets) and only when selecting for the 1st time (caching for latter reuse), this might be acceptable? I would guess so, WDYT?
> Server Adapter: Error shown when image is not created/pushed yet, sould be more user friendly
> ---------------------------------------------------------------------------------------------
>
> ÿ ÿ ÿ ÿ ÿ ÿ ÿ ÿ Key: JBIDE-21731
> ÿ ÿ ÿ ÿ ÿ ÿ ÿ ÿ URL: https://issues.jboss.org/browse/JBIDE-21731
> ÿ ÿ ÿ ÿ ÿ ÿ Project: Tools (JBoss Tools)
> ÿ ÿ ÿ ÿ ÿIssue Type: Bug
> ÿ ÿ ÿ ÿ ÿComponents: openshift
> ÿ ÿAffects Versions: 4.3.1.CR1
> ÿ ÿ ÿ ÿ ÿ ÿReporter: Mari n Labuda
> ÿ ÿ ÿ ÿ ÿ ÿ ÿLabels: openshift_v3, server_adapter
> ÿ ÿ ÿ ÿ ÿ ÿ Fix For: 4.3.1.CR1
>
> ÿ ÿ ÿ ÿ Attachments: cannot_get_image.png
>
>
> When I create a new OS3 application and then I want to create a new server adapter, an image for this application has to be built and pushed to OpenShift's local image registry. If build is still running, what is often happening on internal OSE instance (it takes minutes - pushing of images), then there is an error message that loading of image failed. User without solid overview of OS3 background would not be able to figure out why it is happening, because even Image stream is shown, but the image is not there yet.
> Full error log:
> {code}
> com.openshift.restclient.OpenShiftException: Could not get resource django-example:latest in namespace image: {
> ÿ "kind": "Status",
> ÿ "apiVersion": "v1",
> ÿ "metadata": {},
> ÿ "status": "Failure",
> ÿ "message": "imageStreamTag \"django-example:latest\" not found",
> ÿ "reason": "NotFound",
> ÿ "details": {
> ÿ ÿ "name": "django-example:latest",
> ÿ ÿ "kind": "imageStreamTag"
> ÿ },
> ÿ "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:481)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:306)
> at org.jboss.tools.openshift.core.connection.Connection.getResource(Connection.java:378)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$5(DeploymentResourceMapper.java:106)
> at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getImageStreamTagsFor(DeploymentResourceMapper.java:107)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$2(DeploymentResourceMapper.java:87)
> at java.util.stream.Collectors.lambda$toMap$213(Collectors.java:1321)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getAllImageStreamTags(DeploymentResourceMapper.java:85)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.createImageStreamsMap(ServerSettingsViewModel.java:334)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.<init>(ServerSettingsViewModel.java:327)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.lambda$1(ServerSettingsViewModel.java:279)
> at java.util.stream.Collectors.lambda$toMap$213(Collectors.java:1321)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.createImageStreamTagsMap(ServerSettingsViewModel.java:277)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:261)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:255)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardFragment$15.run(ServerSettingsWizardFragment.java:695)
> 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": "imageStreamTag \"django-example:latest\" not found",
> ÿ "reason": "NotFound",
> ÿ "details": {
> ÿ ÿ "name": "django-example:latest",
> ÿ ÿ "kind": "imageStreamTag"
> ÿ },
> ÿ "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:230)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:165)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:141)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:103)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:302)
> ... 36 more
> Caused by: java.io.FileNotFoundException: https://console.engint.openshift.com/oapi/v1/namespaces/image/imagestream...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1836)
> 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:161)
> ... 39 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
_______________________________________________
jbosstools-issues mailing list
jbosstools-issues(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosstools-issues
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
10 years, 1 month
Escalation
by H Sayyed
Hi,
I really afraid and confused why I am getting mails from "Jan Richter (JIRA)" <issues(a)jboss.org>, jbosstools-issues-bounces(a)lists.jboss.org, Andre Dietisheim (JIRA) and many more other.
I already have escalated this issue to Andrew but yet no action has been taken.
Now I have even deleted my Atlassian JIRA account. Then also why I am getting such mails which is of not my concern.
Every minute I am getting such mails and disturbing my work.
Please please do the needful and do not let this mails come to me.
Regards,
Heena Sayyed
MIHAN SPECIAL ECONOMIC ZONE, Nagpur
Mail to- h.sayyed(a)tcs.com
-----Forwarded by H Sayyed/MUM/TCS on 03/08/2016 04:11PM -----
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
From: H Sayyed/MUM/TCS
Date: 03/03/2016 06:38PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Andrew,
As discussed earlier, at the end of this mail you can see a sample mail which I received today at 6.09pm.
I am getting such mails every minute and it is really really very irritating as it is of not my concern and also it is absorbing my space because of which I am not getting important mails unless I delete them. Please do the needful.
Many Thanks & Regards,
Heena Sayyed
------------------
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: H Sayyed <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/02/2016 06:13PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Heena,
Thank you for getting back to me.
I’m afraid I’m confused by your problem with an email notification. I’m not aware of any notification that are being sent to you – can you forward one to me or take a screen grab so that I can investigate further?
Many thanks
Andrew
From: H Sayyed [mailto:h.sayyed@tcs.com]
Sent: 02 March 2016 12:04
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Andrew,
Thanks for your service.
I will let you know about the issue after discussing with the team.
Meanwhile could you please help me with how to unsubscribe the e-mail notification that I am getting daily. It is really bothering me having so many mails in my inbox which is not relevant to my concern. So please let me know how to unsubscribe it and if you can do so on my behalf from your end then please do the needful.
That help will be really appreciated.
Thanks & Regards,
Heena
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: H Sayyed <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/02/2016 05:06PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: RE: Thank you for contacting C2B
Hi Heena,
I’ve spoken with our Technical Director and passed on your installation file. He has proposed a remote consultancy service to examine the issue further and deliver a solution. For remote work, we offer clients a pool of consultancy hours that can be drawn on for a period of 12 months from purchase. How many hours you select is entirely up to you and are charged in advance as per the matrix below*:
*Please note that these charges are applicable for consultancy hours serviced during UK business hours. If consultancy is performed outside of these hours, the following charges will be made:
If you would like to proceed, then I will be happy to arrange a call with our Technical Director Steve Millidge to discuss your requirements and make all necessary arrangements.
Kind regards,
Andrew
Andrew Huntingdon
Marketing Manager
C2B2 Consulting Ltd
The Leading Independent Middleware Experts
W: www.c2b2.co.uk | T: 08450 539457
From: H Sayyed [mailto:h.sayyed@tcs.com]
Sent: 01 March 2016 13:33
To: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Subject: Re: Thank you for contacting C2B
Hi Andrew,
Please find the attachment for installtion log.
Here you can get brief idea about error.
Regards,
Heena Sayyed
MIHAN SPECIAL ECONOMIC ZONE, Nagpur
Mail to- h.sayyed(a)tcs.com
Contact- +91-7798853293
-----Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk> wrote: -----
To: "h.sayyed(a)tcs.com" <h.sayyed(a)tcs.com>
From: Andrew Huntingdon <ahuntingdon(a)c2b2.co.uk>
Date: 03/01/2016 04:08PM
Cc: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: Thank you for contacting C2B
Dear Heena,
Thank you for contacting C2B2. In order to proceed with your query on a JBoss installation, can you send me some more details of the project so that I can refer your query to our technical sales team.
Once we have the information we need, I'll be able to brief the team. They'll then contact you with a view to discussing the project specifications and putting together a quote for the work involved.
I look forward to hearing from you and if you have any other questions, please do not hesitate to contact me.
Kind regards,
Andrew
Andrew Huntingdon
Marketing Manager
C2B2 Consulting Ltd
The Leading Independent Middleware Experts
-----Original Message-----
From: h.sayyed@tcs.com [mailto:h.sayyed@tcs.com]
Sent: 01 March 2016 09:54
To: C2B2 Sales <sales(a)c2b2.co.uk>
Subject: C2B2 Contact Form
Name: Heena
Email: h.sayyed@tcs.com
Phone:
Message: I need help in jbpm installation.
Response method: Email
**********************************************************************************************************************************************************
[ https://issues.jboss.org/browse/JBIDE-21731?page=com.atlassian.jira.plugi...]
Andre Dietisheim edited comment on JBIDE-21731 at 3/3/16 7:38 AM:
------------------------------------------------------------------
[~scabanovich]
* Preloading services and projects (for the services tree) as we do now already takes quite some time. Loading the services can also easily be deferred but this would make the UI less handy, since the user would have to unfold the projects to discover the services.
* Given the substantial amount of time required to load the projects/services (for the tree) ÿwe should try to create ProjectImageStreamTags upfront but defer #createImageStreamMaps or just the deploymentMapper#refresh() (which do the actual laoding) to the time the user selects ÿin the UI. Loading upon selection changes will slow down things but if we do this with a progress (WizardUtils#runInWizard(job) which displays the progress bar and disables all the widgets) and only when selecting for the 1st time (caching for latter reuse), this might be acceptable? I would guess so, WDYT? Alternatively we could just disable the text field for the deployment path, launch the loading in the background without progress/disabling other widgets and enable it once the value was loaded.
* Checkbox: yes, I was referring to you suggestion (any to my earlier thoughts). But I am wondering if we should display the deployment path at all which would free us from loading.
was (Author: adietish):
[~scabanovich] I guess that preloading services and projects as we do now already takes quite some time. Given that we should try to create ProjectImageStreamTags upfront but defer #createImageStreamMaps or just the deploymentMapper#refresh() to the actual selecting in the UI. Loading the services can also easily be deferred but this would make the UI less handy, since the user would have to unfold the projects to discover the services.
Loading upon selection changes will slow down things but if we do this with a progress (WizardUtils#runInWizard(job) which displays the progress bar and disables all the widgets) and only when selecting for the 1st time (caching for latter reuse), this might be acceptable? I would guess so, WDYT?
> Server Adapter: Error shown when image is not created/pushed yet, sould be more user friendly
> ---------------------------------------------------------------------------------------------
>
> ÿ ÿ ÿ ÿ ÿ ÿ ÿ ÿ Key: JBIDE-21731
> ÿ ÿ ÿ ÿ ÿ ÿ ÿ ÿ URL: https://issues.jboss.org/browse/JBIDE-21731
> ÿ ÿ ÿ ÿ ÿ ÿ Project: Tools (JBoss Tools)
> ÿ ÿ ÿ ÿ ÿIssue Type: Bug
> ÿ ÿ ÿ ÿ ÿComponents: openshift
> ÿ ÿAffects Versions: 4.3.1.CR1
> ÿ ÿ ÿ ÿ ÿ ÿReporter: Mari n Labuda
> ÿ ÿ ÿ ÿ ÿ ÿ ÿLabels: openshift_v3, server_adapter
> ÿ ÿ ÿ ÿ ÿ ÿ Fix For: 4.3.1.CR1
>
> ÿ ÿ ÿ ÿ Attachments: cannot_get_image.png
>
>
> When I create a new OS3 application and then I want to create a new server adapter, an image for this application has to be built and pushed to OpenShift's local image registry. If build is still running, what is often happening on internal OSE instance (it takes minutes - pushing of images), then there is an error message that loading of image failed. User without solid overview of OS3 background would not be able to figure out why it is happening, because even Image stream is shown, but the image is not there yet.
> Full error log:
> {code}
> com.openshift.restclient.OpenShiftException: Could not get resource django-example:latest in namespace image: {
> ÿ "kind": "Status",
> ÿ "apiVersion": "v1",
> ÿ "metadata": {},
> ÿ "status": "Failure",
> ÿ "message": "imageStreamTag \"django-example:latest\" not found",
> ÿ "reason": "NotFound",
> ÿ "details": {
> ÿ ÿ "name": "django-example:latest",
> ÿ ÿ "kind": "imageStreamTag"
> ÿ },
> ÿ "code": 404
> }
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:481)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:306)
> at org.jboss.tools.openshift.core.connection.Connection.getResource(Connection.java:378)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$5(DeploymentResourceMapper.java:106)
> at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getImageStreamTagsFor(DeploymentResourceMapper.java:107)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$2(DeploymentResourceMapper.java:87)
> at java.util.stream.Collectors.lambda$toMap$213(Collectors.java:1321)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getAllImageStreamTags(DeploymentResourceMapper.java:85)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.createImageStreamsMap(ServerSettingsViewModel.java:334)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.<init>(ServerSettingsViewModel.java:327)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.lambda$1(ServerSettingsViewModel.java:279)
> at java.util.stream.Collectors.lambda$toMap$213(Collectors.java:1321)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.createImageStreamTagsMap(ServerSettingsViewModel.java:277)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:261)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:255)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardFragment$15.run(ServerSettingsWizardFragment.java:695)
> 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": "imageStreamTag \"django-example:latest\" not found",
> ÿ "reason": "NotFound",
> ÿ "details": {
> ÿ ÿ "name": "django-example:latest",
> ÿ ÿ "kind": "imageStreamTag"
> ÿ },
> ÿ "code": 404
> }
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:230)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:165)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:141)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:103)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:302)
> ... 36 more
> Caused by: java.io.FileNotFoundException: https://console.engint.openshift.com/oapi/v1/namespaces/image/imagestream...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1836)
> 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:161)
> ... 39 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
_______________________________________________
jbosstools-issues mailing list
jbosstools-issues(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosstools-issues
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
10 years, 1 month
[JBoss JIRA] (JBIDE-21326) Server Adapter: Publishing is not telling me what it's doing
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21326?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21326:
------------------------------------------
Given this was a culprit in the failures Max Rydahl Andersen had preparing his EclipseCon demo we should reconsider fixing this for 4.3.1.CR1
> Server Adapter: Publishing is not telling me what it's doing
> ------------------------------------------------------------
>
> Key: JBIDE-21326
> URL: https://issues.jboss.org/browse/JBIDE-21326
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.x
>
>
> Currently we dont tell the user what we're syncing up to the pod. We should open up a console that shows the (std) output of the "oc rsync" cmd that we're running behind the scenes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3671) sshd needs to be installed and started
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBDS-3671?page=com.atlassian.jira.plugin.... ]
Hardy Ferentschik commented on JBDS-3671:
-----------------------------------------
[~dgolovin] interesting. Thanks for the pointer. I will try to test the vagrant-sshfs plugin with MSYS2. Did you have by any chance tried whether the instructions works to get sshd running?
> sshd needs to be installed and started
> --------------------------------------
>
> Key: JBDS-3671
> URL: https://issues.jboss.org/browse/JBDS-3671
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer
> Reporter: Hardy Ferentschik
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> As parts of the Docker story we need to be able to mount the users home directory into the VM (as docker-machine does as well). Only this way the user can then use Docker mounts to mount for example project directories into a Docker container.
> docker-machine uses the vbguest additions for that, but we still need to determine whether this is possible for us due to potential licensing issues.
> An alternative approach is to use [sshfs|https://github.com/dustymabe/vagrant-sshfs/] and use ssh to mount the user's home directory into the VM. sshfs, however, requires a running sshd on the host. On Windows I am aware of two ways of doing that
> * Cygwin - http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cyg...
> * Win32-OpenSSH - https://github.com/PowerShell/Win32-OpenSSH
> I think the Windows ssh port would be the preferred solution, however, when testing it, the connection failed when using sshfs. I was able to simple ssh from the guest (CDK) to the host (Windows), but when using sshfs the connection would just abort. More investigation is required for using vagrant-sshfs with Win32-OpenSSH. It might just be that the Windows port is not fully functional which would leave use with the cygwin approach.
> Bottom line, if we want to use the sshfs approach as an alternative for vbguest additions, we need to get sshd installed one way or the other.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month