[JBoss JIRA] (JBDS-3676) BrowserSim cannot start on Azul openjdk (windows)
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBDS-3676?page=com.atlassian.jira.plugin.... ]
Ilya Buziuk commented on JBDS-3676:
-----------------------------------
Today I got an email from the Azul engineering team:
{quote}
Zulu community JRE/JDK is only 64bit and you can download and use it for free from here: http://www.azul.com/downloads/zulu/
We also have 32bit versions but they are not available through our community project. If you want to use 32bit versions you need to use Zulu Enterprise which is a commercial offer (paid support).
As you noticed here: https://support.azul.com/hc/communities/public/questions/203202723-OpenJF... you can use OpenJFX with Zulu but we will not ship it with our JDK.
{quote}
Basically, it sounds like BrowserSim will no be supported against Zulu JDK - Oracle one is required for BrowserSim / CordovaSim launch on Windows
> BrowserSim cannot start on Azul openjdk (windows)
> -------------------------------------------------
>
> Key: JBDS-3676
> URL: https://issues.jboss.org/browse/JBDS-3676
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Ilya Buziuk
> Labels: havoc
>
> Running JBDS on Azul OpenJDK 8, Windows 10.
> Starting BrowserSim fails with the following error:
> {noformat}
> BrowserSim has failed to start with the following error:
> "To use BrowserSim please install Safari or run BrowserSim with Oracle Java 7u7 and higher."
> Also see BrowserSim FAQ.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21869) Encoding issue in when streaming Build Logs to the console
by Andy Goldstein (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21869?page=com.atlassian.jira.plugi... ]
Andy Goldstein commented on JBIDE-21869:
----------------------------------------
I don't think this is an encoding issue per se. IIRC, npm prints out ANSI escape codes to change the colors of its output. You would see similar results if you ran npm by hand and piped it to less without the -R flag. Maybe you can either interpret the escape codes or strip them out?
> Encoding issue in when streaming Build Logs to the console
> ----------------------------------------------------------
>
> Key: JBIDE-21869
> URL: https://issues.jboss.org/browse/JBIDE-21869
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Jeff Cantrill
>
> Create a new nodejs app, when a build is running, in the OpenShift Explorer, right click on the build and select the Build Log... menu.
> It'll start to spew weird characters eventually :
> {noformat}
> I0315 10:38:28.749220 1 docker.go:286] Image "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest" not available locally, pulling ...
> I0315 10:39:16.195418 1 source.go:197] Downloading "https://github.com/openshift/nodejs-ex.git" ...
> I0315 10:39:19.670243 1 install.go:236] Using "assemble" installed from "image:///usr/libexec/s2i/assemble"
> I0315 10:39:19.670318 1 install.go:236] Using "run" installed from "image:///usr/libexec/s2i/run"
> I0315 10:39:19.670356 1 install.go:236] Using "save-artifacts" installed from "image:///usr/libexec/s2i/save-artifacts"
> ---> Installing application source
> ---> Building your Node application from source
> E0315 10:39:21.193046 1 util.go:91] npm info it worked if it ends with ok
> E0315 10:39:21.193216 1 util.go:91] npm info using npm(a)2.14.13
> E0315 10:39:21.193229 1 util.go:91] npm info using node(a)v0.10.40
> ...
> E0315 10:39:27.511826 1 util.go:91] npm info prepublish nodejs-ex(a)0.0.1
> ejs(a)2.4.1 node_modules/ejs
> express(a)4.13.4 node_modules/express
> ��������� escape-html(a)1.0.3
> ��������� array-flatten(a)1.1.1
> ��������� utils-merge(a)1.0.0
> ��������� cookie-signature(a)1.0.6
> ��������� merge-descriptors(a)1.0.1
> ��������� fresh(a)0.3.0
> ��������� methods(a)1.1.2
> ��������� range-parser(a)1.0.3
> ��������� vary(a)1.0.1
> ��������� path-to-regexp(a)0.1.7
> ��������� cookie(a)0.1.5
> ��������� parseurl(a)1.3.1
> ��������� content-type(a)1.0.1
> ��������� etag(a)1.7.0
> ��������� content-disposition(a)0.5.1
> ��������� serve-static(a)1.10.2
> ��������� depd(a)1.1.0
> ��������� qs(a)4.0.0
> ��������� finalhandler(a)0.4.1 (unpipe(a)1.0.0)
> ��������� on-finished(a)2.3.0 (ee-first(a)1.1.1)
> ��������� debug(a)2.2.0 (ms(a)0.7.1)
> ��������� proxy-addr(a)1.0.10 (forwarded(a)0.1.0, ipaddr.js(a)1.0.5)
> ��������� send(a)0.13.1 (destroy(a)1.0.4, statuses(a)1.2.1, ms(a)0.7.1, mime(a)1.3.4, http-errors(a)1.3.1)
> ��������� type-is(a)1.6.12 (media-typer(a)0.3.0, mime-types(a)2.1.10)
> ��������� accepts(a)1.2.13 (negotiator(a)0.5.3, mime-types(a)2.1.10)
> mongodb(a)2.1.8 node_modules/mongodb
> ��������� es6-promise(a)3.0.2
> ��������� mongodb-core(a)1.3.5 (bson(a)0.4.22, require_optional(a)1.0.0)
> ��������� readable-stream(a)1.0.31 (inherits(a)2.0.1, isarray(a)0.0.1, string_decoder(a)0.10.31, core-util-is(a)1.0.2)
> E0315 10:39:27.684535 1 util.go:91] npm info ok
> I0315 10:39:42.202321 1 sti.go:245] Using provided push secret for pushing 172.30.183.94:5000/node/nodejs-mongodb-example:latest image
> I0315 10:39:42.202361 1 sti.go:249] Pushing 172.30.183.94:5000/node/nodejs-mongodb-example:latest image ...
> {noformat}
> I'm running on OSX
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-599) Create a test suite for quick testing
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-599?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBTIS-599:
------------------------------------
Description: Create a test suite for quick testing, e.g. QuickSmokeTests which can be used for #JBTIS-295 (was: Create a test suite for quick testing, e.g. QuickSmokeTests whoch can be used for JBTIS-295)
> Create a test suite for quick testing
> -------------------------------------
>
> Key: JBTIS-599
> URL: https://issues.jboss.org/browse/JBTIS-599
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: QE
> Affects Versions: 4.3.0.Beta1
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Fix For: 4.3.0.Final
>
>
> Create a test suite for quick testing, e.g. QuickSmokeTests which can be used for #JBTIS-295
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-599) Create a test suite for quick testing
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-599:
---------------------------------------
Summary: Create a test suite for quick testing
Key: JBTIS-599
URL: https://issues.jboss.org/browse/JBTIS-599
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE
Affects Versions: 4.3.0.Beta1
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Fix For: 4.3.0.Final
Create a test suite for quick testing, e.g. QuickSmokeTests whoch can be used for JBTIS-295
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21874) OpenShift master branch is not compiling any more
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21874?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21874:
------------------------------------------
Beside the compilation error, caused by an API change in JGit (that I could easily solve by comparing the original CommitDialog in EGit), there are now also 2 tests failures:
{code}
Failed tests:
EGitUtilsTest.changedButNotCommittedIsDirty:314 null
EGitUtilsTest.removedButNotCommittedIsDirty:334 null
{code}
> OpenShift master branch is not compiling any more
> -------------------------------------------------
>
> Key: JBIDE-21874
> URL: https://issues.jboss.org/browse/JBIDE-21874
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: build, jenkins
> Fix For: 4.4.0.Alpha1
>
>
> {code:title=http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift_master/1199/console}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 11:47 min
> [INFO] Finished at: 2016-03-15T22:47:06-04:00
> [INFO] Final Memory: 117M/733M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.jboss.tools.openshift.express.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/server/CommitDialog.java:[44]
> [ERROR] import org.eclipse.egit.core.AdaptableFileTreeIterator;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.egit.core.AdaptableFileTreeIterator cannot be resolved
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/server/CommitDialog.java:[1253]
> [ERROR] AdaptableFileTreeIterator fileTreeIterator = new AdaptableFileTreeIterator(
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] AdaptableFileTreeIterator cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/server/CommitDialog.java:[1253]
> [ERROR] AdaptableFileTreeIterator fileTreeIterator = new AdaptableFileTreeIterator(
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] AdaptableFileTreeIterator cannot be resolved to a type
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/server/CommitDialog.java:[1452]
> [ERROR] return getComparator().compare(e1, e2);
> [ERROR] ^^^^^^^
> [ERROR] The method compare(capture#5-of ? super String, capture#5-of ? super String) in the type Comparator<capture#5-of ? super String> is not applicable for the arguments (Object, Object)
> [ERROR] 4 problems (4 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years