[JBoss JIRA] (JBDS-3826) Some components fail with folder name containing non-standard characters
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3826?page=com.atlassian.jira.plugin.... ]
Jan Richter reassigned JBDS-3826:
---------------------------------
Assignee: Denis Golovin (was: Jan Richter)
> Some components fail with folder name containing non-standard characters
> ------------------------------------------------------------------------
>
> Key: JBDS-3826
> URL: https://issues.jboss.org/browse/JBDS-3826
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM2
>
>
> I have tried installing into this folder:
> {noformat}c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform{noformat}
> And JBDS installation failed immediately, the install.log was not very helpful.
> {noformat}Fri, 15 Apr 2016 11:49:50 GMT-INFO: jbds - Execute c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar,C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds - Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds -
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds failed to install: Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3826) Some components fail with folder name containing non-standard characters
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3826?page=com.atlassian.jira.plugin.... ]
Jan Richter commented on JBDS-3826:
-----------------------------------
It looks like we might need to be even more restrictive about such characters. Now cygwin is failing namely because of parentheses (), braces [], ampersand &, or single quotes '. Powershell seems to be trying to interpret these symbols.
{noformat}
Uncaught (in promise) Error: Command failed: powershell -Command "$p = Start-Process -WindowStyle hidden -PassThru -wait -FilePath 'c:\DevelopmentSuite!@$^&()_=+-,.'{}[]\cygwin\setup-x86_64.exe' -ArgumentList '--no-admin --quiet-mode --only-site -l c:\DevelopmentSuite!@$^&()_=+-,.'{}[]\cygwin\packages --site http://mirrors.xmission.com/cygwin --root c:\DevelopmentSuite!@$^&()_=+-,.'{}[]\cygwin --categories Base --packages openssh,rsync'; exit $p.ExitCode;"
At line:1 char:103
+ ... assThru -wait -FilePath 'c:\DevelopmentSuite!@$^&()_=+-,.'{}[]\cygwin ...
+ ~
Array index expression is missing or not valid.
At line:1 char:207
+ ... no-admin --quiet-mode --only-site -l c:\DevelopmentSuite!@$^&()_=+-,. ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for
future use; wrap an ampersand in double quotation marks ("&") to pass it as
part of a string.
At line:1 char:209
+ ... o-admin --quiet-mode --only-site -l c:\DevelopmentSuite!@$^&()_=+-,.' ...
+ ~
An expression was expected after '('.
At line:1 char:323
+ ... ission.com/cygwin --root c:\DevelopmentSuite!@$^&()_=+-,.'{}[]\cygwin ...
+ ~
Array index expression is missing or not valid.
At line:1 char:374
+ ... cygwin --categories Base --packages openssh,rsync'; exit $p.ExitCode;
+ ~~~~~~~~~~~~~~~~~~~~
The string is missing the terminator: '.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordExc
eption
+ FullyQualifiedErrorId : MissingArrayIndexExpression
{noformat}
> Some components fail with folder name containing non-standard characters
> ------------------------------------------------------------------------
>
> Key: JBDS-3826
> URL: https://issues.jboss.org/browse/JBDS-3826
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM2
>
>
> I have tried installing into this folder:
> {noformat}c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform{noformat}
> And JBDS installation failed immediately, the install.log was not very helpful.
> {noformat}Fri, 15 Apr 2016 11:49:50 GMT-INFO: jbds - Execute c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar,C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds - Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds -
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds failed to install: Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3826) Some components fail with folder name containing non-standard characters
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3826?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3826:
------------------------------
Summary: Some components fail with folder name containing non-standard characters (was: JBDS installation fails with folder name containing non-standard characters)
> Some components fail with folder name containing non-standard characters
> ------------------------------------------------------------------------
>
> Key: JBDS-3826
> URL: https://issues.jboss.org/browse/JBDS-3826
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM2
>
>
> I have tried installing into this folder:
> {noformat}c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform{noformat}
> And JBDS installation failed immediately, the install.log was not very helpful.
> {noformat}Fri, 15 Apr 2016 11:49:50 GMT-INFO: jbds - Execute c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar,C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds - Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds -
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds failed to install: Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4315) Cygwin never finishes installation
by Denis Golovin (JIRA)
Denis Golovin created JBDS-4315:
-----------------------------------
Summary: Cygwin never finishes installation
Key: JBDS-4315
URL: https://issues.jboss.org/browse/JBDS-4315
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: platform-installer
Affects Versions: 10.4.0.AM2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 10.4.0.AM2
After recent fixes there seems to be regression in cygwin install. It newer finishes install if install is sucessful
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (ERT-497) Node.js, bower and npm need some love from Hudson [EBZ#514029]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-497:
---------------------------------------
Summary: Node.js, bower and npm need some love from Hudson [EBZ#514029]
Key: ERT-497
URL: https://issues.jboss.org/browse/ERT-497
Project: Eclipse Release Train
Issue Type: Task
Components: Community
Reporter: Friendly Jira Robot
In order to provide tests for Node.js, bower, npm and debugger functionality in webtools.jsdt project, RedDeer-based integration tests are provided. However, during the inclusion of the tests into JSDT project's tests feature it appeares that none of Node.js, bower and npm utilities are available on Hudson slaves. This makes impossible to add RedDeer-based integration tests into the build process including the Gerrit Hudson job for JSDT project. See:
- Bug #508353 - Include plug-in jsdt.integration.tests into org.eclipse.wst.jsdt_tests.feature
- https://git.eclipse.org/r/#/c/89463/ - Gerrit change that includes the integration tests into JSDT project's tests feature
- https://hudson.eclipse.org/webtools/job/jsdt-gerrit/663/console - Hudson's build log with integration tests failing because of absence of mentioned utilities
The example reasons of failures are:
!ENTRY org.eclipse.wst.jsdt.js.node 4 0 2017-03-21 21:10:08.358
!MESSAGE Unable to run Node.js program. Verify you have a configured Node.js runtime environment in your system and try again.
21:10:17.689 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.wst.jsdt.integration.tests.nodejs.NodeJSLauncherTest.testNodeJSAppIsDebugging throws exception:
21:15:18.296 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testDependeciesDownload default(org.eclipse.wst.jsdt.integration.tests.bower.BowerUpdateTest)
org.jboss.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 10 s.: console contains 'angularjs#1.4.4 bower_components/angularjs'
/bin/bash: line 1: bower: command not found
In order to have Node.js, bower, npm and debugger support JSDT requires from users to have the following versions of mentioned utilities to be installed:
$ node --version
v6.9.5 (or newer)
$ bower --version
1.8.0 (or newer)
$ npm --version
3.10.10 (or newer)
We'd like to have Node.js, bower and npm utilities to be available in Hudson slaves to make possible the integration tests to be executed during the build.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3826) JBDS installation fails with folder name containing non-standard characters
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3826?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-3826:
-----------------------------------
Assignee: Denis Golovin (was: Sudhir Verma)
> JBDS installation fails with folder name containing non-standard characters
> ---------------------------------------------------------------------------
>
> Key: JBDS-3826
> URL: https://issues.jboss.org/browse/JBDS-3826
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM2
>
>
> I have tried installing into this folder:
> {noformat}c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform{noformat}
> And JBDS installation failed immediately, the install.log was not very helpful.
> {noformat}Fri, 15 Apr 2016 11:49:50 GMT-INFO: jbds - Execute c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar,C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds - Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds -
> Fri, 15 Apr 2016 11:49:52 GMT-ERROR: jbds failed to install: Error: Command failed: c:\Developer~~!@#$@#@++ŇNˇaˇAsdďf¨¨°Platform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jbossqa\AppData\Local\Temp\7zS7105.tmp\jbds.jar C:\Users\jbossqa\AppData\Local\Temp\jbds-autoinstall.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years