[JBoss JIRA] (JBIDE-17234) Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or 8
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-17234:
-------------------------------------
< 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?
Nope, for now we do need Safari anyways and this is definitely a downturn. I think we need to think how to improve that. For instance if there is no Safari but we run against JDK 7 or JDK 8 use javaFx web engine. [~nickboldt], could you possibly verify if BS on windows 8 with Safari installed?
> 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
> Affects Versions: 4.2.0.Beta1
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta2
>
> 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-17229) Is BrowserSim 'select JRE' option obsolete?
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17229?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-17229:
----------------------------------------------
Assignee: Konstantin Marmalyukov
> Is BrowserSim 'select JRE' option obsolete?
> -------------------------------------------
>
> Key: JBIDE-17229
> URL: https://issues.jboss.org/browse/JBIDE-17229
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Reporter: Michelle Murray
> Assignee: Konstantin Marmalyukov
>
> The preference to select a JRE with which to run BrowserSim was introduced so that 64-bit Windows users could run the IDE as 64-bit but use BrowserSim in 32-bit (since Apple Safari was only available as 32-bit for Windows).
> Now there is JavaFX option for 32-bit and 64-bit Windows users to run BrowserSIm. So 64-bit Windows users no longer need to install 32-bit Apple Safari and run BrowserSim 32-bit while IDE runs in 64-bit.
> So is there a use case any longer for users to be able to set a preference for a different JRE from the one running the IDE?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17230) GTK and BrowserSim web engine issue on Fedora
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17230?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-17230:
----------------------------------------------
Assignee: Konstantin Marmalyukov
> GTK and BrowserSim web engine issue on Fedora
> ---------------------------------------------
>
> Key: JBIDE-17230
> URL: https://issues.jboss.org/browse/JBIDE-17230
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta1
> Reporter: Michelle Murray
> Assignee: Konstantin Marmalyukov
>
> Here's my bad user experience:
> I'm running Fedora19. I've seen GTK3 issues so I always set 'export SWT_GTK3=0' before starting JBDS.
> I make a HTML5 app, deploy to EAP 6.2 and then try to view on BrowserSim. But when I start BrowserSim I see an error message stating "WebKitGTK 1.2.0 or newer must be installed and in library load path". I've got libwebkit2gtk 2.0.4 installed so don't know how to resolve this.
> After much head scratching I finally remember about BrowserSim GTK preferences and web engine options. Within Window>Preferences>JBoss Tools>BrowserSim/CordovaSim, I see that GTK2 is selected. The GTK2 button label states that this will allow me to use JavaFX which needs Oracle JDK. I don't have Oracle JDK installed as this isn't supported by RH for use with Fedora. Perhaps this is why I see the earlier error message? So I try selecting GTK3. I run BrowserSim again and it starts but then I start to see GTK3 UI issues in BrowserSim.
> So I want to use GTK2 and SWT WebKit for BrowserSim on Fedora. Is there a specific reason I can't (other than the IDE won't let me)?
> Issues:
> 1) Can the first error message be more helpful?
> 2) Can the info on the error message wiki link be updated to detail why this error is being seen on Linux? (current info about similar message related to Windows and JRE7 issue - needs updating anyway as suggests using Java 6 as fallback for Windows but JBDS 8 doesn't support Java 6 for running IDE)
> 2) Can selecting GTK2 set BrowserSim to use SWT WebKit and then users change web engine preference to JavaFX if they want?
--
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 Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-17234:
--------------------------------
Fix Version/s: 4.2.0.Beta2
> 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
> Affects Versions: 4.2.0.Beta1
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta2
>
> 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 Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-17234:
--------------------------------
Affects Version/s: 4.2.0.Beta1
> 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
> Affects Versions: 4.2.0.Beta1
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta2
>
> 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 Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-17234:
------------------------------------------------
a) understood
b) no, you need some stuff for WebKit on Windows. It can be installed only with Safari/iTunes.
> 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
> Affects Versions: 4.2.0.Beta1
> Environment: Windows 8.1 Pro, 64-bit
> Reporter: Nick Boldt
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta2
>
> 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 Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17234?page=com.atlassian.jira.plugi... ]
Ilya Buziuk reassigned JBIDE-17234:
-----------------------------------
Assignee: Ilya Buziuk
> 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
> Assignee: Ilya Buziuk
> 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] (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:
--------------------------------------
Fix Version/s: 8.0.0.Beta2
> 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
> Fix For: 8.0.0.Beta2
>
>
> 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-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 edited comment on JBIDE-17112 at 5/6/14 5:41 AM:
-------------------------------------------------------------
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 (which in turn prevents the Java facet to be installed apparently). 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.
was (Author: fbricon):
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