[JBoss JIRA] (JBDS-3749) With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3749?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3749:
-------------------------------------
This happens because online installer now requires vpn connection. This problem should be addressed as part of JBDS-3666.
> With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3749
> URL: https://issues.jboss.org/browse/JBDS-3749
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
> Attachments: dpinstaller-VB508-wanted-5016-found.png, vb-not-detected-can-not-proceed.png, vbox5016-installed-detected-cant-selected-i-want-to-use-existing-vb.png, win10-details.png
>
>
> Downloaded Setup-bundled-0.0.2-20160331-23.exe
> Logged in using my RHD credentials
> On the Confirmation step of the installer, I see an unchecked box for ORACLE VIRTUALBOX v5 and an unchecked box for "I want to use the existing VirtualBox".
> I can't check either of them (when I cursor over them I see a red NOT circle) so as a result the "Download & Install" button is greyed out - it too has a red NOT circle when I cursor over it.
> I have VB installed here:
> C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
> Version 5.0.16 r105871
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22153) Closing log of a pod throws an exception
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22153?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-22153:
-----------------------------------------------
There is no way to check if input stream is closed externally other than by catching IOException. Even if caught, the data already read into the buffer stream is lost. To decrease the damage we have to read data from buffered stream by smaller portions (now it is 8192, I would suggest as little as 128) and nicely quit at caught IOException for message "Stream closed".
> Closing log of a pod throws an exception
> ----------------------------------------
>
> Key: JBIDE-22153
> URL: https://issues.jboss.org/browse/JBIDE-22153
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> When I am trying to close log of a pod (build pod or application pod, does not matter which one) by clicking on gray view tool item Close, I get following exception
> {code}
> Exception reading pod log inputstream
> java.io.IOException: Stream closed
> at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
> at java.io.SequenceInputStream.read(SequenceInputStream.java:207)
> at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> at java.io.FilterInputStream.read(FilterInputStream.java:107)
> at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$ConsoleStreamPipe.runOCBinary(PodLogsJob.java:166)
> at org.jboss.tools.openshift.internal.core.OCBinaryOperation.run(OCBinaryOperation.java:34)
> at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$ConsoleStreamPipe.run(PodLogsJob.java:153)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3749) With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3749?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3749:
-----------------------------
Attachment: dpinstaller-VB508-wanted-5016-found.png
As of today's latest commit (210d7e4) it appears that 5.0.16 can be detected and used even though the installer still states it includes 5.0.8.
!dpinstaller-VB508-wanted-5016-found.png!
I'm not 100% sure because when I tried to run locally, I needed to apply this patch to skip the login page as my RHD credentials have stopped working:
{code}
$➔ gd
diff --git a/browser/main.js b/browser/main.js
index d0b1a52..903d89b 100644
--- a/browser/main.js
+++ b/browser/main.js
@@ -31,7 +31,7 @@ let mainModule =
.directive(breadcrumb.name, ['$state', breadcrumb])
.directive(pathValidator.name, pathValidator)
.config( ["$stateProvider", "$urlRouterProvider", ($stateProvider, $urlRouterProvider) => {
- $urlRouterProvider.otherwise('/account');
+ $urlRouterProvider.otherwise('/confirm');
$stateProvider
.state('account', {
{code}
With the patch applied, I ran this:{code}
gulp{code}
so I only RUN the installer, rather than creating the full 1.6G bundled version.
Then, when I clicked the Download & Install button, everything seems to work, but I get these errors in the console:
{code}
content loaded
downloader.js:53 https://cygwin.com/setup-x86_64.exe
downloader.js:53 http://cdk-builds.usersys.redhat.com/builds/weekly/08-Apr-2016.1/rhel-cdk...
downloader.js:53 http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe
downloader.js:53 https://github.com/openshift/origin/releases/download/v1.1.4/openshift-or...
downloader.js:53 https://devstudio.redhat.com/9.0/staging/builds/devstudio-9.1.0.CR1a-buil...
events.js:154 Uncaught Error: ENOENT: no such file or directory, open 'C:\Users\nboldt\Documents\jdk.zip'
2buffer.js:514 Uncaught Error: "toString()" failedBuffer.toString @ buffer.js:514BufferList.toString @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\node_modules\bl\bl…:166(anonymous function) @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\request.js:1014emitOne @ events.js:95emit @ events.js:182(anonymous function) @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\request.js:963emitNone @ events.js:85emit @ events.js:179endReadableNT @ _stream_readable.js:913_combinedTickCallback @ internal/process/next_tick.js:74_tickCallback @ internal/process/next_tick.js:98
{code}
And while the JBDS jar is downloaded into C:\Users\nboldt\AppData\Local\Temp\jbds.jar, the installer doesn't create a folder in C:\DeveloperPlatform for it, so I have no idea if in fact things are actually working.
But at least my VB 5.0.16 install wasn't msi-installer'd into a 5.0.8 install, like it used to. :D
> With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3749
> URL: https://issues.jboss.org/browse/JBDS-3749
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
> Attachments: dpinstaller-VB508-wanted-5016-found.png, vb-not-detected-can-not-proceed.png, vbox5016-installed-detected-cant-selected-i-want-to-use-existing-vb.png, win10-details.png
>
>
> Downloaded Setup-bundled-0.0.2-20160331-23.exe
> Logged in using my RHD credentials
> On the Confirmation step of the installer, I see an unchecked box for ORACLE VIRTUALBOX v5 and an unchecked box for "I want to use the existing VirtualBox".
> I can't check either of them (when I cursor over them I see a red NOT circle) so as a result the "Download & Install" button is greyed out - it too has a red NOT circle when I cursor over it.
> I have VB installed here:
> C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
> Version 5.0.16 r105871
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-657) Fuse EA tooling cannot be installed from central
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBTIS-657?page=com.atlassian.jira.plugin.... ]
Fred Bricon reassigned JBTIS-657:
---------------------------------
Assignee: Fred Bricon (was: Paul Leacu)
> Fuse EA tooling cannot be installed from central
> ------------------------------------------------
>
> Key: JBTIS-657
> URL: https://issues.jboss.org/browse/JBTIS-657
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 4.3.0.CR1
> Reporter: Jan Richter
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.0.Final
>
>
> It fails with the following message:
> {noformat}Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Fuse Tooling JMX Bundles 8.0.0.Beta2-v20160401-1305-B821 (org.fusesource.ide.jmx.feature.feature.group 8.0.0.Beta2-v20160401-1305-B821)
> Missing requirement: JBoss Fuse Tooling JMX Bundles 8.0.0.Beta2-v20160401-1305-B821 (org.fusesource.ide.jmx.feature.feature.group 8.0.0.Beta2-v20160401-1305-B821) requires 'org.eclipse.gemini.management 2.0.0.RELEASE' but it could not be found{noformat}
> and this is in the error log:
> {noformat}HTTP Server 'Gateway Timeout': https://devstudio.jboss.com/targetplatforms/jbdsistarget/9.0.1.Final-SNAP...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22078) Error publishing war file to wildfy 8 or above on windows
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22078?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-22078:
--------------------------------
Labels: new_and_noteworthy respin-b (was: respin-b)
> Error publishing war file to wildfy 8 or above on windows
> ---------------------------------------------------------
>
> Key: JBIDE-22078
> URL: https://issues.jboss.org/browse/JBIDE-22078
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Final
> Environment: - Windows 7 x64
> - jdk1.8.0_77 (32-bit)
> - Eclipse Mars.2 (32-bit)
> - JBoss Tools 4.3.0.FINAL
> - Wildfly 10.0.0.FINAL
> Reporter: Tobias van den Berg
> Assignee: Rob Stryker
> Priority: Critical
> Labels: new_and_noteworthy, respin-b
> Fix For: 4.3.1.CR1
>
> Attachments: FailureWatchModify1.PML, FileWatchError.zip, FSWatcherHang.txt, Logfile.PML, OkWatchModify1.PML
>
>
> The following error is thrown after publishing a maven webapplication (.war) to Wildfly 10.0:
> "Error renaming C:\wildfly-10.0.0.Final\standalone\tmp\tmp8945090880188299781.properties to C:\wildfly-10.0.0.Final\standalone\deployments\WebViewer-0.0.3-SNAPSHOT.war\META-INF\maven\nl.incad.webviewer\WebViewer\pom.properties.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor."
> The webapplication is no longer available/online after the error. The only solution is to restart the server and to re-add the webapplication to the server. This makes it very hard to develop/test a webapplication on wildfly 10. The same error is thrown on wildfly 8.0/8.1, but the difference is that the webapplication is still available/online after the error.
> I've tried/tested the following:
> - Checked/updated Windows file permisions for the wildfly directory
> - Take ownership of the wildfly directory (recursively)
> - Disabled Windows User Account Control (UAC)
> - Run Eclipse as Admin
> Relates to:
> - JBIDE-18697
> - JBIDE-17545
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22150) Selected service in Properties view is not chosen in New OpenShift Server Adapter wizard
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22150?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-22150:
-----------------------------------------------
[~adietish], please take a look at the pull request.
> Selected service in Properties view is not chosen in New OpenShift Server Adapter wizard
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-22150
> URL: https://issues.jboss.org/browse/JBIDE-22150
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> When opening a New OpenShift 3 Server Adapter wizard via context menu of a service in Properties view, the selected service from properties view is not preselected in the wizard. This is happening for more services within one project. It select first service under a project in the wizard. Preselection of a service for different projects works fine.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years