[JBoss JIRA] (JBIDE-23997) JBoss data source file schema error
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23997?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-23997:
----------------------------------
Component/s: jst
(was: hibernate)
> JBoss data source file schema error
> -----------------------------------
>
> Key: JBIDE-23997
> URL: https://issues.jboss.org/browse/JBIDE-23997
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jst
> Affects Versions: 4.4.3.Final
> Reporter: Josef Kopriva
> Fix For: LATER
>
>
> An error message is shown, when new datasource file is added to a project:
> {code:java}
> Description Resource Path Location Type
> cvc-elt.1: Cannot find the declaration of element 'datasources'. sa-ds.xml /testteast line 2 XML Problem
> {code}
> Datasource file:
> {code:java}
> <?xml version="1.0" encoding="UTF-8"?>
> <datasources xmlns="http://www.jboss.org/ironjacamar/schema">
> <datasource jndi-name="java:jboss/datasources/sa" enabled="true"
> use-java-context="true" pool-name="sa">
> <connection-url>jdbc:h2:tcp://localhost/sakila</connection-url>
> <driver>h2-1.3.161.jar</driver>
> <pool></pool>
> <security>
> <user-name>sa</user-name>
> <password></password>
> </security>
> </datasource>
> </datasources>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[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:
--------------------------------
Fix Version/s: (was: 10.1.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
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM3, 11.0.0.AM1
>
>
> 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)
9 years
[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:
--------------------------------
Fix Version/s: 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
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.1.0.AM3, 10.4.0.AM3, 11.0.0.AM1
>
>
> 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)
9 years
[JBoss JIRA] (JBDS-4303) Show warning for virtualbox component if virtualization is not enabled or cannot be detected (macos)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4303?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4303:
--------------------------------
Sprint: devex #130 April 2017 (was: devex #129 March 2017)
> Show warning for virtualbox component if virtualization is not enabled or cannot be detected (macos)
> ----------------------------------------------------------------------------------------------------
>
> Key: JBDS-4303
> URL: https://issues.jboss.org/browse/JBDS-4303
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Fix For: 10.4.0.AM2
>
>
> Current implementation shows errors and warning under item selected for installation.
> See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
> Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
> If Virtualization firmware status cannot be detected (windows 7) message should say:
> * Make sure hardware virtualization is enabled on your platform if supported to improve performance.
> if Hardware Virtualization is Disabled:
> * Please enable hardware virtualization for your platform to improve performance
> If Hardware Virtualization is Enabled, no message is required.
--
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 Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3826?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3826:
--------------------------------
Sprint: devex #130 April 2017 (was: devex #129 March 2017)
> 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-4303) Show warning for virtualbox component if virtualization is not enabled or cannot be detected (macos)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4303?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4303:
-------------------------------------
I see the point and I think you are correct about it, I'd rather expect virtualization to be enabled that disabled on mac when processor has this feature. Let's return true for the line [~jrichter1] pointed to.
> Show warning for virtualbox component if virtualization is not enabled or cannot be detected (macos)
> ----------------------------------------------------------------------------------------------------
>
> Key: JBDS-4303
> URL: https://issues.jboss.org/browse/JBDS-4303
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Fix For: 10.4.0.AM2
>
>
> Current implementation shows errors and warning under item selected for installation.
> See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
> Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
> If Virtualization firmware status cannot be detected (windows 7) message should say:
> * Make sure hardware virtualization is enabled on your platform if supported to improve performance.
> if Hardware Virtualization is Disabled:
> * Please enable hardware virtualization for your platform to improve performance
> If Hardware Virtualization is Enabled, no message is required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24230) CDK3 server adapter: duplicate server adapter path is created upon startup
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24230?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24230:
-------------------------------------
Steps to Reproduce:
# EXEC: create a cdk3 server adapter
# EXEC: open up the server editor for it, change some value, save it
# EXEC: restart Eclipse
Result:
A 2nd server adapter appears in the servers view. This duplicate adapter has the same driver but it's missing the minishift binary path.
[^cdk3 server adapter gets duplicated.mp4]
Similar but not identical:
# ASSERT: have a cdk3 server adapter
# EXEC: delete it
# EXEC: restart Eclipse
[^cdk3 server adapter reappears.mp4]
Result:
the server adapter reappears
was:
# EXEC: create a cdk3 server adapter
# EXEC: open up the server editor for it, change some value, save it
# EXEC: restart Eclipse
Result:
A 2nd server adapter appears in the servers view. This duplicate adapter has the same driver but it's missing the minishift binary path.
Similar but not identical:
# ASSERT: have a cdk3 server adapter
# EXEC: delete it
# EXEC: restart Eclipse
[^cdk3 server adapter reappears.mp4]
Result:
the server adapter reappears
> CDK3 server adapter: duplicate server adapter path is created upon startup
> --------------------------------------------------------------------------
>
> Key: JBIDE-24230
> URL: https://issues.jboss.org/browse/JBIDE-24230
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.4.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Attachments: cdk3 server adapter gets duplicated.mp4, cdk3 server adapter reappears.mp4
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24230) CDK3 server adapter: duplicate server adapter path is created upon startup
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24230?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24230:
-------------------------------------
Steps to Reproduce:
# EXEC: create a cdk3 server adapter
# EXEC: open up the server editor for it, change some value, save it
# EXEC: restart Eclipse
Result:
A 2nd server adapter appears in the servers view. This duplicate adapter has the same driver but it's missing the minishift binary path.
[^cdk3 server adapter gets duplicated.mp4]
Similar but not identical:
# ASSERT: have a cdk3 server adapter
# EXEC: delete it
# EXEC: restart Eclipse
Result:
the server adapter reappears
[^cdk3 server adapter reappears.mp4]
was:
# EXEC: create a cdk3 server adapter
# EXEC: open up the server editor for it, change some value, save it
# EXEC: restart Eclipse
Result:
A 2nd server adapter appears in the servers view. This duplicate adapter has the same driver but it's missing the minishift binary path.
[^cdk3 server adapter gets duplicated.mp4]
Similar but not identical:
# ASSERT: have a cdk3 server adapter
# EXEC: delete it
# EXEC: restart Eclipse
[^cdk3 server adapter reappears.mp4]
Result:
the server adapter reappears
> CDK3 server adapter: duplicate server adapter path is created upon startup
> --------------------------------------------------------------------------
>
> Key: JBIDE-24230
> URL: https://issues.jboss.org/browse/JBIDE-24230
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.4.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Attachments: cdk3 server adapter gets duplicated.mp4, cdk3 server adapter reappears.mp4
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years