[JBoss JIRA] (JBIDE-19284) Error displayed to Console when empty URL selected in Navigation bar
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19284?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-19284:
-------------------------------------------
Description:
# Open BrowserSim, select javaFx mode
# Clear Navigation Bar and hit Enter
ERROR: Error in Console view displayed
{noformat}
Feb 17, 2015 10:00:24 PM com.sun.webkit.network.URLLoader doRun
WARNING: Unexpected error
java.lang.IllegalArgumentException: protocol = http host = null
at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1097)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at com.sun.webkit.network.URLLoader.close(URLLoader.java:553)
at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:153)
at com.sun.webkit.network.URLLoader.access$000(URLLoader.java:43)
at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:107)
at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:104)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webkit.network.URLLoader.run(URLLoader.java:104)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
Maybe it should just change the URL to about:blank
was:
# Open BrowserSim
# Clear Navigation Bar and hit Enter
ERROR: Error in Console view displayed
{noformat}
Feb 17, 2015 10:00:24 PM com.sun.webkit.network.URLLoader doRun
WARNING: Unexpected error
java.lang.IllegalArgumentException: protocol = http host = null
at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1097)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at com.sun.webkit.network.URLLoader.close(URLLoader.java:553)
at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:153)
at com.sun.webkit.network.URLLoader.access$000(URLLoader.java:43)
at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:107)
at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:104)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webkit.network.URLLoader.run(URLLoader.java:104)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
Maybe it should just change the URL to about:blank
> Error displayed to Console when empty URL selected in Navigation bar
> --------------------------------------------------------------------
>
> Key: JBIDE-19284
> URL: https://issues.jboss.org/browse/JBIDE-19284
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.3.0.Alpha1
> Environment: 9.0.0.Alpha1-v20150216-1042-B11
> Oracle JDK
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.0.Alpha2
>
>
> # Open BrowserSim, select javaFx mode
> # Clear Navigation Bar and hit Enter
> ERROR: Error in Console view displayed
> {noformat}
> Feb 17, 2015 10:00:24 PM com.sun.webkit.network.URLLoader doRun
> WARNING: Unexpected error
> java.lang.IllegalArgumentException: protocol = http host = null
> at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1097)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
> at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at com.sun.webkit.network.URLLoader.close(URLLoader.java:553)
> at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:153)
> at com.sun.webkit.network.URLLoader.access$000(URLLoader.java:43)
> at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:107)
> at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:104)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.webkit.network.URLLoader.run(URLLoader.java:104)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Maybe it should just change the URL to about:blank
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19284) Error displayed to Console when empty URL selected in Navigation bar
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19284?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-19284:
-------------------------------------------
Environment:
9.0.0.Alpha1-v20150216-1042-B11
Oracle JDK
was:9.0.0.Alpha1-v20150216-1042-B11
> Error displayed to Console when empty URL selected in Navigation bar
> --------------------------------------------------------------------
>
> Key: JBIDE-19284
> URL: https://issues.jboss.org/browse/JBIDE-19284
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.3.0.Alpha1
> Environment: 9.0.0.Alpha1-v20150216-1042-B11
> Oracle JDK
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.0.Alpha2
>
>
> # Open BrowserSim
> # Clear Navigation Bar and hit Enter
> ERROR: Error in Console view displayed
> {noformat}
> Feb 17, 2015 10:00:24 PM com.sun.webkit.network.URLLoader doRun
> WARNING: Unexpected error
> java.lang.IllegalArgumentException: protocol = http host = null
> at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1097)
> at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
> at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
> at com.sun.webkit.network.URLLoader.close(URLLoader.java:553)
> at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:153)
> at com.sun.webkit.network.URLLoader.access$000(URLLoader.java:43)
> at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:107)
> at com.sun.webkit.network.URLLoader$1.run(URLLoader.java:104)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.webkit.network.URLLoader.run(URLLoader.java:104)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Maybe it should just change the URL to about:blank
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3280) Screencasts: Java EE
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3280?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3280:
-------------------------------------------
+1
> Screencasts: Java EE
> --------------------
>
> Key: JBDS-3280
> URL: https://issues.jboss.org/browse/JBDS-3280
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: documentation, requirements
> Reporter: Burr Sutter
> Priority: Minor
>
> As a new Eclipse+Java EE developer, I need educational screencasts, around 5 minutes each that educate me on a specific Java EE development capabilities of JBDS.
> Use cases include:
> - JPA - how to add one, content-assist, relationships
> - database reverse engineering via DTP vs Forge
> - JAX-RS: creation of new endpoints, content-assist, tester - including the GET/POST/PUT/DELETE with JSON payloads
> - JAX-WS: creation of new endpoints, content-assist, tester
> - CDI special features
> - Servlets
> - JSF
> - deployment to localhost EAP
> - deployment to remove EAP
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3281) Screencasts: Git
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3281?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3281:
-------------------------------------------
I think the topic is relevant and interesting and should be part of a bigger story around "how to develop" which covers what I consider "basic developer knowledge" stuff.
Agree on having it as "Wanted" since we don't actually have doc resources allocated at this time.
> Screencasts: Git
> ----------------
>
> Key: JBDS-3281
> URL: https://issues.jboss.org/browse/JBDS-3281
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: documentation, requirements
> Reporter: Burr Sutter
> Assignee: Michelle Murray
> Priority: Minor
>
> As a Java EE developer, new to Eclipse + Git, I need educational, 5 minute screencasts on the most common uses of Git inside of Eclipse.
> Use cases include:
> 1) as a new member of the team, just having only installed JBDS, I need to add an element to the project
> assume a clone, add (or modify), commit, push workflow
> a- Getting started as a new member of an existing git project (I need to clone a repo, import the project, insure my facets/Maven are set correctly)
> b- navigate/browse an existing repository
> c- git add - for a newly added class or file
> d- git commit -a
> e- git push
> as a new member of the team, just having only installed JBDS, I need to resolve a pull request.
> 2) other scenarios
> - git init a current project that I have in my workspace (and should I move it outside of my workspace first)
> - git checkout for a specific branch - getting Maven and Eclipse Facets to properly recognize my newly checked out branch
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3200) Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3200?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3200 at 2/25/15 8:37 AM:
-----------------------------------------------------------
Given those two bugzilla are targetted for Mars (no milestone specified) or "----" I suspect this won't be fixed for 8.1.
Should we: split this into two JIRAs - one for 8.1 and one for 9.0, then
* doc the workaround in 8.1 docs
* hopefully have a better answer for 9.0?
was (Author: nickboldt):
Given those two bugzilla are targetted for Mars (no milestone specified) or "----" I suspect this won't be fixed for 8.1. Should we just add doc of the workaround to the 8.1 docs and call it a day here?
> Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-3200
> URL: https://issues.jboss.org/browse/JBDS-3200
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build, upstream
> Affects Versions: 8.0.0.GA
> Environment: Mac OS X 10.10, JDK 1.8.0
> Reporter: Manuel Blechschmidt
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 8.1.0.GA, 9.0.0.Alpha2
>
> Attachments: Screen Shot 2014-10-26 at 11.10.30.png, Screen Shot 2014-10-26 at 11.11.53.png
>
>
> Hello,
> I just downloaded the new installer for JBoss Developer Studio 8.0.0.GA from here:
> https://access.cdn.redhat.com/content/origin/files/sha256/9f/9f3fab096014...
> Download was very fast. Afterwards I double clicked on the installer. Unfortunately it showed me a message that I can only install applications from the mac app store.
> {panel}
> "jboss-devstudio-8.0.0.GA-v20141020-1042-B317-installer-eap.jar" can't be opened because it is from an unidentified developer.
> Your security preferences allow installation of only app from the Mac App Store and identified developers.
> {panel}
> Right click on the file and then selecting open gives me the opportunity to ignore this warning.
> Nevertheless it might happen that users don't know this solution.
> Hope that helps
> Manuel
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3281) Screencasts: Git
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3281?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen reassigned JBDS-3281:
-----------------------------------------
Assignee: Michelle Murray
> Screencasts: Git
> ----------------
>
> Key: JBDS-3281
> URL: https://issues.jboss.org/browse/JBDS-3281
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: documentation, requirements
> Reporter: Burr Sutter
> Assignee: Michelle Murray
> Priority: Minor
>
> As a Java EE developer, new to Eclipse + Git, I need educational, 5 minute screencasts on the most common uses of Git inside of Eclipse.
> Use cases include:
> 1) as a new member of the team, just having only installed JBDS, I need to add an element to the project
> assume a clone, add (or modify), commit, push workflow
> a- Getting started as a new member of an existing git project (I need to clone a repo, import the project, insure my facets/Maven are set correctly)
> b- navigate/browse an existing repository
> c- git add - for a newly added class or file
> d- git commit -a
> e- git push
> as a new member of the team, just having only installed JBDS, I need to resolve a pull request.
> 2) other scenarios
> - git init a current project that I have in my workspace (and should I move it outside of my workspace first)
> - git checkout for a specific branch - getting Maven and Eclipse Facets to properly recognize my newly checked out branch
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3200) Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3200?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3200:
----------------------------------
Given those two bugzilla are targetted for Mars (no milestone specified) or "----" I suspect this won't be fixed for 8.1. Should we just add doc of the workaround to the 8.1 docs and call it a day here?
> Provide JBoss Developer studio from Mac App Store or identified developer to prevent warning
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-3200
> URL: https://issues.jboss.org/browse/JBDS-3200
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: build, upstream
> Affects Versions: 8.0.0.GA
> Environment: Mac OS X 10.10, JDK 1.8.0
> Reporter: Manuel Blechschmidt
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 8.1.0.GA, 9.0.0.Alpha2
>
> Attachments: Screen Shot 2014-10-26 at 11.10.30.png, Screen Shot 2014-10-26 at 11.11.53.png
>
>
> Hello,
> I just downloaded the new installer for JBoss Developer Studio 8.0.0.GA from here:
> https://access.cdn.redhat.com/content/origin/files/sha256/9f/9f3fab096014...
> Download was very fast. Afterwards I double clicked on the installer. Unfortunately it showed me a message that I can only install applications from the mac app store.
> {panel}
> "jboss-devstudio-8.0.0.GA-v20141020-1042-B317-installer-eap.jar" can't be opened because it is from an unidentified developer.
> Your security preferences allow installation of only app from the Mac App Store and identified developers.
> {panel}
> Right click on the file and then selecting open gives me the opportunity to ignore this warning.
> Nevertheless it might happen that users don't know this solution.
> Hope that helps
> Manuel
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3296) P2 reports several locations without repositories in case product installed on different device from user home directory
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3296?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3296:
----------------------------------
Assuming this was nothing more than the same "when using Windows, don't install on any drive other than c:\" bug, then it's apparently fixed in Luna SR2 and Mars M6:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441098#c6
If it was something else, then... well, we'll see when Luna SR2 and Mars M6 are released.
> P2 reports several locations without repositories in case product installed on different device from user home directory
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3296
> URL: https://issues.jboss.org/browse/JBDS-3296
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: p2-product
> Affects Versions: 8.0.0.GA, 8.0.1.GA
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Fix For: 9.0.0.Alpha2
>
> Attachments: fixed.png
>
>
> {code}org.eclipse.equinox.p2.core.ProvisionException: No repository found at https://devstudio.redhat.com/updates/8.0-development/central/core/.
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.doLoad(LoadMetadataRepositoryJob.java:117)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.runModal(LoadMetadataRepositoryJob.java:102)
> at org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler$2.runModal(PreloadingRepositoryHandler.java:83)
> at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
> {code}org.eclipse.equinox.p2.core.ProvisionException: No repository found at https://devstudio.redhat.com/updates/8.0/central/core/.
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.doLoad(LoadMetadataRepositoryJob.java:117)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.runModal(LoadMetadataRepositoryJob.java:102)
> at org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler$2.runModal(PreloadingRepositoryHandler.java:83)
> at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month