[JBoss JIRA] (JBIDE-24582) Runtime Environment appears twice in server editor for remote eap
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24582?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-24582:
---------------------------------------
I verified this and it seems alright. Yes, it's a bit strange that when you have no runtime for a remote server, the selection in Server Editor is empty and when you click to choose, you can only select to have a runtime. And once you do that, you cannot select and empty selection again. But you can always click Behavior Profile and uncheck runtime there and that will take you back to the no runtime mode. So while it's not ideal, I think it's good enough.
> Runtime Environment appears twice in server editor for remote eap
> -----------------------------------------------------------------
>
> Key: JBIDE-24582
> URL: https://issues.jboss.org/browse/JBIDE-24582
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM2
>
> Attachments: runtime-environment-twice.png
>
>
> I just wanted to verify that remote servers are working and came across a situation where the Runtime Environment field was there twice:
> !runtime-environment-twice.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24594) $0 subscription download doesn't work - Read timed out
by Martin Malina (JIRA)
Martin Malina created JBIDE-24594:
-------------------------------------
Summary: $0 subscription download doesn't work - Read timed out
Key: JBIDE-24594
URL: https://issues.jboss.org/browse/JBIDE-24594
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-detection
Affects Versions: 4.5.0.AM1
Reporter: Martin Malina
Assignee: Rob Stryker
When I try to download EAP 7.0 using Preferences -> Runtime Detection and Download, I get an error when it validates my redhat.com credentials.
{code}
Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
at org.jboss.tools.runtime.ui.internal.wizard.workflow.DownloadManagerWorkflowUtility.headerOnlyStatusCode(DownloadManagerWorkflowUtility.java:65)
at org.jboss.tools.runtime.ui.internal.wizard.workflow.DownloadManagerWorkflowUtility.getWorkflowStatus(DownloadManagerWorkflowUtility.java:47)
at org.jboss.tools.runtime.ui.internal.wizard.workflow.DownloadManagerCredentialsFragment.validateCredentials(DownloadManagerCredentialsFragment.java:205)
at org.jboss.tools.runtime.ui.internal.wizard.workflow.DownloadManagerCredentialsFragment.access$1(DownloadManagerCredentialsFragment.java:203)
at org.jboss.tools.runtime.ui.internal.wizard.workflow.DownloadManagerCredentialsFragment$3.run(DownloadManagerCredentialsFragment.java:168)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
{code}
What I did: I was trying to verify JBIDE-24582, so I installed Eclipse Oxygen. Then JBoss Tools abridged (4.5.0.AM1). And then built the PR from that JIRA and installed it. I doubt it could cause this. Then I went to Preferences -> Runtime Detection and Download, selected eap 7.0, then added my account, but selected "always ask for password". Then I entered password and clicked Next. Now it failed with the above error. I tried several times.
I tried the same in devstudio 11.0.0.AM1 and it works fine for me there, so that's odd - I was suspecting some server-side outage. I tried again in Eclipse and it still fails.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24076) NullPointerException in JaxrsApplicationCreationWizardPage.getWebxmlResource
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24076?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-24076:
-------------------------------------
Sprint: devex #132 May 2017, devex #134 Jun 2017 (was: devex #132 May 2017)
> NullPointerException in JaxrsApplicationCreationWizardPage.getWebxmlResource
> ----------------------------------------------------------------------------
>
> Key: JBIDE-24076
> URL: https://issues.jboss.org/browse/JBIDE-24076
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM2
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> java.lang.NullPointerException: null
> at org.jboss.tools.ws.jaxrs.ui.wizards.JaxrsApplicationCreationWizardPage.getWebxmlResource(JaxrsApplicationCreationWizardPage.java:596)
> at org.jboss.tools.ws.jaxrs.ui.wizards.JaxrsApplicationCreationWizard.performFinish(JaxrsApplicationCreationWizard.java:84)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:790)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:423)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> Bundles:
> | org.eclipse.jface | 3.12.0.v20160518-1929 | 3.12.0.v20160518-1929 |
> | org.eclipse.swt | 3.105.1.v20160907-0248 | 3.105.1.v20160907-0248 |
> | org.jboss.tools.ws.jaxrs.ui | 1.9.1.v20160608-0648 | 1.9.2.v20160922-1835 |
> Operating Systems:
> | Linux | 3.13.0 | 3.13.0 |
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit https://aer.ctrlflow.com/redhat/reviewers/#!/problems/581152c0e4b00cfabf9... for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months