[JBoss JIRA] (JBDS-3827) JBDS installation fails when (windows) user has non-ascii chars in the name
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3827?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3827:
--------------------------------
Affects Version/s: 10.4.0.GA
Fix Version/s: (was: 11.0.0.AM1)
(was: 10.4.0.AM3)
> JBDS installation fails when (windows) user has non-ascii chars in the name
> ---------------------------------------------------------------------------
>
> Key: JBDS-3827
> URL: https://issues.jboss.org/browse/JBDS-3827
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1, 10.4.0.GA
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
>
> I have created a user named Pakoň and tried to install everything into the default folder. JBDS failed with:
> {noformat}Fri, 15 Apr 2016 12:38:40 GMT-ERROR: jbds - Error: Command failed: c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true -jar C:\WINDOWS\7zS9F06.tmp\jbds.jar C:\Users\Pakoň\AppData\Local\Temp\jbds-autoinstall.xml
> - ERROR -
> java.io.FileNotFoundException: C:\Users\Pakon\AppData\Local\Temp\jbds-autoinstall.xml (The system cannot find the path specified)
> java.io.FileNotFoundException: C:\Users\Pakon\AppData\Local\Temp\jbds-autoinstall.xml (The system cannot find the path specified)
> at java.io.FileInputStream.open0(Native Method)
> at java.io.FileInputStream.open(FileInputStream.java:195)
> at java.io.FileInputStream.<init>(FileInputStream.java:138)
> at com.izforge.izpack.installer.AutomatedInstaller.getXMLData(AutomatedInstaller.java:564)
> at com.izforge.izpack.installer.AutomatedInstaller.<init>(AutomatedInstaller.java:86)
> at com.izforge.izpack.installer.Installer.main(Unknown Source){noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-23017) use sshfs to speed up publishing process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23017?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-23017:
-------------------------------
Fix Version/s: (was: 4.4.4.AM3)
> use sshfs to speed up publishing process
> -----------------------------------------
>
> Key: JBIDE-23017
> URL: https://issues.jboss.org/browse/JBIDE-23017
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.4.1.AM3
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Labels: releasework
> Fix For: 4.4.4.Final
>
> Attachments: staging-times.png
>
>
> Currently, publishing from /snapshots to /staging and from /staging to /development requires that we fetch several GBs of data from filemgmt.jboss.org to a temp folder, then push those bits to a new folder on filemgmt.jboss.org.
> If we could simply copy bits over sshfs, the process might be a lot faster than these times:
> {code}
> JBT coretests 1.1G: 59m20
> JBT core 1.2G: 64m23
> devstudio (copy from filemgmt to filemgmt) 2.4G: 2h13
> devstudio (copy from local to www.qa) 3.1G: 6mins(?)
> {code}
> To make this work, however, we need more slaves to have sshfs installed. Currently, it appears that only dev01 [1] is so equipped. And that slave, currently, has a build queue more than 170 jobs long, making it impractical to even TEST publishing over sshfs.
> [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/computer/dev01-rhel5-x86/
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months