[JBoss JIRA] (JBDS-3014) On Mac Maverick JVM shared library points to wrong directory
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3014?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-3014:
--------------------------------------
Priority: Critical (was: Major)
> On Mac Maverick JVM shared library points to wrong directory
> ------------------------------------------------------------
>
> Key: JBDS-3014
> URL: https://issues.jboss.org/browse/JBDS-3014
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 8.0.0.Beta1
> Environment: Mac on Maverick
> Reporter: Robb Greathouse
> Priority: Critical
>
> The JVM shared library "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/../lib/server/libjvm.dylib"
> does not contain the JNI_CreateJavaVM symbol.
> This prevents it from starting.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBDS-3014) On Mac Maverick JVM shared library points to wrong directory
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3014?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3014:
-------------------------------------------
[~eabrand] that last part - that setting it in the wizard definitely sounds like a bug.
I also figured out why I haven't seen this problem - I've renamed/removed the java inside "/Library/Internet Plug-Ins" since it was breaking other java apps I had...didn't realize it also affected JBDS ;/
[~dgolovin] says he noticed this difference too. We should at least avoid letting the user choose this known broken JVM in the installer.
What version of OSX are you running btw ?
> On Mac Maverick JVM shared library points to wrong directory
> ------------------------------------------------------------
>
> Key: JBDS-3014
> URL: https://issues.jboss.org/browse/JBDS-3014
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 8.0.0.Beta1
> Environment: Mac on Maverick
> Reporter: Robb Greathouse
>
> The JVM shared library "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/../lib/server/libjvm.dylib"
> does not contain the JNI_CreateJavaVM symbol.
> This prevents it from starting.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17202) Importing/building WildFly 8.0.Final into JBTools 4.2.0.Beta1 results in GC faillure with Java 1.7.0
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17202?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-17202:
-----------------------------------
Component/s: maven
(was: build)
> Importing/building WildFly 8.0.Final into JBTools 4.2.0.Beta1 results in GC faillure with Java 1.7.0
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17202
> URL: https://issues.jboss.org/browse/JBIDE-17202
> Project: Tools (JBoss Tools)
> Issue Type: Quality Risk
> Components: maven
> Affects Versions: 4.2.0.Beta1
> Environment: Linux 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
> java -version
> java version "1.7.0_25"
> OpenJDK Runtime Environment (rhel-2.3.10.4.el6_4-x86_64)
> OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
> Reporter: Len DiMaggio
> Assignee: Len DiMaggio
> Attachments: jbosstools-diagnostics-20140428140420.zip, log, Screenshot-1.png, Screenshot-2.png, Screenshot.png
>
>
> See attached logs and screenshots - building WildFly causes a GC failure
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17112) Errors on importing GateIn Portal as Maven project
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17112?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-17112:
-------------------------------------
So basically, adding the Portlet Facet fails here because the Web Facet has not been added.
There are multiple problems here, some on the gatein projects side, some on the m2e/portlet integration side :
*m2e/portlet integration* :
* should not try to add the Portlet Facet if the Web Facet is not installed.
* errors should not pop up to the UI, but should be converted to error markers instead
*gatein projects* :
* Web Facet is not installed because projects use web.xml 3.0 AND maven-compiler-plugin configuration is overridden to use 1.5. Since Web 3.0 requires 1.6, the constraint is not met, the Facet can't be installed. Why do you need to downgrade the java version in the first place? If you *really* *really* do need to (remember even 1.6 is EOL'ed), then you should also downgrade the web.xml version to 2.5
* I have several projects not compiling because of missing jdom:jdom:1.1.1 (jboss and exo repositories are configured). Where is it supposed to come from?
* Some JSPs don't compile in eclipse, because dependencies have not been added to the pom (jsp-api, exo apis...). I understand they're not required to compile the java classes, but if you want to have your projects error-free in eclipse, you *need* to add the required deps to your war projects.
> Errors on importing GateIn Portal as Maven project
> ---------------------------------------------------
>
> Key: JBIDE-17112
> URL: https://issues.jboss.org/browse/JBIDE-17112
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, portal-gatein
> Environment: - Fedora 20
> - OpenJDK 1.7.0_51 (latest from Fedora 20)
> - JBoss Developer Studio 8.0.0.Beta1 (Beta1-v20140408-2350-B93)
> Reporter: Juraci Paixão Kröhling
> Assignee: Fred Bricon
> Fix For: 4.2.0.Beta2
>
> Attachments: jbosstools-diagnostics-20140415084349.zip
>
>
> When trying to import "GateIn Portal" as an "Existing Maven Project" in JBoss Developer Studio Beta with EAP, I see an error dialog with two messages:
> - "JBoss Core Portlet 2.0 requires Java 1.5 or newer"
> - "JBoss Core Portlet 2.0 requires Dynamic Web Module 2.5 or newer"
> Steps to reproduce:
> - Install JBoss Developer Studio with EAP
> - Import "Existing Maven Project", selecting the root of the GateIn clone (ex: https://github.com/jpkrohling/gatein-portal)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-17234:
----------------------------------------
Component/s: browsersim
> Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
> ---------------------------------------------------------------------
>
> Key: JBIDE-17234
> URL: https://issues.jboss.org/browse/JBIDE-17234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png, jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
>
>
> System details: [^win81pro-details.png]
> I have tried the following:
> a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
> JDK versions:
> * jdk1.7.0_55 (32- and 64-bit)
> * jdk1.8.0_05 (64-bit)
> b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
> c) In Project Explorer, open `src > main > webapp > index.html`
> d) right-click the file and select `Open With > BrowserSim`
> If JBDS was installed in 32-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
> If JBDS was installed in 64-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TOOLSDOC-495) Information missing in JBDS 7.1 GSG
by Supriya Bharadwaj (JIRA)
Supriya Bharadwaj created TOOLSDOC-495:
------------------------------------------
Summary: Information missing in JBDS 7.1 GSG
Key: TOOLSDOC-495
URL: https://issues.jboss.org/browse/TOOLSDOC-495
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Getting Started Guide
Affects Versions: 4.1.1
Reporter: Supriya Bharadwaj
Assignee: Michelle Murray
Priority: Minor
JBDS 7.1 GSG; section 5.1 (Configure Maven); after I perform steps 1 through 5 and reach step no. 6 and click OK on the Add Maven Repository dialog box, it gives me the "/home/user/.m2/settings.xml(No such file or directory)" error.
I had to create the .m2 directory and give the user class, group, and the other classes the rwx permission to get through.
The guide does not cover these steps (/exceptions?)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-17234:
------------------------------------
So there are two issues here:
a) the error message should no longer mention JDK6, as that's EOL.
b) is there no way to make BrowserSim work on 64-bit windows with 32-bit JBDS + 32-bit JDK 7, without having to install Safari?
> Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
> ---------------------------------------------------------------------
>
> Key: JBIDE-17234
> URL: https://issues.jboss.org/browse/JBIDE-17234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png, jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
>
>
> System details: [^win81pro-details.png]
> I have tried the following:
> a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
> b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
> c) In Project Explorer, open `src > main > webapp > index.html`
> d) right-click the file and select `Open With > BrowserSim`
> If JBDS was installed in 32-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
> If JBDS was installed in 64-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17234:
-------------------------------
Description:
System details: [^win81pro-details.png]
I have tried the following:
a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
JDK versions:
* jdk1.7.0_55 (32- and 64-bit)
* jdk1.8.0_05 (64-bit)
b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
c) In Project Explorer, open `src > main > webapp > index.html`
d) right-click the file and select `Open With > BrowserSim`
If JBDS was installed in 32-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
If JBDS was installed in 64-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
was:
System details: [^win81pro-details.png]
I have tried the following:
a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
c) In Project Explorer, open `src > main > webapp > index.html`
d) right-click the file and select `Open With > BrowserSim`
If JBDS was installed in 32-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
If JBDS was installed in 64-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
> Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
> ---------------------------------------------------------------------
>
> Key: JBIDE-17234
> URL: https://issues.jboss.org/browse/JBIDE-17234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png, jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
>
>
> System details: [^win81pro-details.png]
> I have tried the following:
> a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
> JDK versions:
> * jdk1.7.0_55 (32- and 64-bit)
> * jdk1.8.0_05 (64-bit)
> b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
> c) In Project Explorer, open `src > main > webapp > index.html`
> d) right-click the file and select `Open With > BrowserSim`
> If JBDS was installed in 32-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
> If JBDS was installed in 64-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17234:
-------------------------------
Description:
System details: [^win81pro-details.png]
I have tried the following:
a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
c) In Project Explorer, open `src > main > webapp > index.html`
d) right-click the file and select `Open With > BrowserSim`
If JBDS was installed in 32-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
If JBDS was installed in 64-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
was:
System details:
I have tried the following:
a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
c) In Project Explorer, open `src > main > webapp > index.html`
d) right-click the file and select `Open With > BrowserSim`
If JBDS was installed in 32-bit mode, you get this error:
If JBDS was installed in 64-bit mode, you get this error:
> Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
> ---------------------------------------------------------------------
>
> Key: JBIDE-17234
> URL: https://issues.jboss.org/browse/JBIDE-17234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png, jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
>
>
> System details: [^win81pro-details.png]
> I have tried the following:
> a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
> b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
> c) In Project Explorer, open `src > main > webapp > index.html`
> d) right-click the file and select `Open With > BrowserSim`
> If JBDS was installed in 32-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
> If JBDS was installed in 64-bit mode, you get this error:
> !jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17234:
-------------------------------
Attachment: win81pro-details.png
jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png
jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png
> Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
> ---------------------------------------------------------------------
>
> Key: JBIDE-17234
> URL: https://issues.jboss.org/browse/JBIDE-17234
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png, jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
>
>
> System details:
> I have tried the following:
> a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK, I've both used and omitted the -d32 flag.
> b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a sample > Mobile Applications > kitchensink-html5-mobile`
> c) In Project Explorer, open `src > main > webapp > index.html`
> d) right-click the file and select `Open With > BrowserSim`
> If JBDS was installed in 32-bit mode, you get this error:
> If JBDS was installed in 64-bit mode, you get this error:
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months