[JBoss JIRA] (ERT-313) Fatal error invoking cordova CLI [EBZ#491764]
by Nick Boldt (JIRA)
Nick Boldt created ERT-313:
------------------------------
Summary: Fatal error invoking cordova CLI [EBZ#491764]
Key: ERT-313
URL: https://issues.jboss.org/browse/ERT-313
Project: Eclipse Release Train
Issue Type: Task
Components: Thym
Reporter: Nick Boldt
Priority: Critical
Fix For: Neon (4.6)
Steps to reproduce:
1) Open THYM new project wizard
2) Select android engine only
3) install cordova-plugin-device
4) finish
Stacktrace:
-------------------
java.io.IOException
at org.eclipse.debug.internal.core.StreamsProxy.write(StreamsProxy.java:132)
at org.eclipse.thym.core.internal.cordova.CordovaCLI.sendCordovaCommand(CordovaCLI.java:153)
at org.eclipse.thym.core.internal.cordova.CordovaCLI.prepare(CordovaCLI.java:103)
at org.eclipse.thym.ui.internal.project.RestoreProjectListener$RestoreProjectJob.run(RestoreProjectListener.java:54)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-13671) Replace build timestamp in qualifier by last-mod-timestamp from git
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-13671:
-------------------------------
Fix Version/s: 4.4.1.S116
(was: 4.4.x)
> Replace build timestamp in qualifier by last-mod-timestamp from git
> -------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 4.4.1.S116
>
> Attachments: jbide13671-before-and-after.png
>
>
> This needs to be added to master parent pom:
> {code}
> <plugin>
> <groupId>org.eclipse.tycho</groupId>
> <artifactId>tycho-packaging-plugin</artifactId>
> <version>${tycho.version}</version>
> <dependencies>
> <dependency>
> <groupId>org.eclipse.tycho.extras</groupId>
> <artifactId>tycho-buildtimestamp-jgit</artifactId>
> <version>${tycho-extras.version}</version>
> </dependency>
> </dependencies>
> <configuration>
> <strictBinIncludes>false</strictBinIncludes>
> <format>'v'yyyyMMdd-HHmm</format>
> <timestampProvider>jgit</timestampProvider>
> <jgit.ignore>
> </jgit.ignore>
> </configuration>
> </plugin>
> {code}
> Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22362) Server Adapter: Static changes done to nodejs application are not visible
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22362?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-22362:
-------------------------------------
< Is there any harm if we simply enable DEV_MODE but wont attach a debugger in normal (aka, not attaching a debugger, just changing files and deploy them) operations?
[~adietish], no harm. I will provide a fix which enables DEV_MODE for NodeJS projects in server adapter in run mode by default (in order to run the image in production mode manually updating env. var will be required)
> Server Adapter: Static changes done to nodejs application are not visible
> -------------------------------------------------------------------------
>
> Key: JBIDE-22362
> URL: https://issues.jboss.org/browse/JBIDE-22362
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.1.S116
>
>
> I am having an OpenShift application based either on nodejs-example or nodejs-mongodb-example template. Once application is up and running I create a new server adapter and perform changes in index.html. These changes are static and should be (?) immediately visible on OpenShift server, but they are not. I have checked whether changes were published, but rsync in console shows expected output also changes done manually on the server side to index.html are not visible in browser (even when cache overwritten is triggered - so there is no caching problem in browser). This seems to be upstream issues, but requires investigating.
> So far I have tried it on CDK OpenShift. It would be nice to test it on other OpenShift instances, also on templates using different base docker image.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22634) fix buildflow jobs to correctly represent interdependencies of jbosstools-* projects
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-22634:
----------------------------------
Summary: fix buildflow jobs to correctly represent interdependencies of jbosstools-* projects
Key: JBIDE-22634
URL: https://issues.jboss.org/browse/JBIDE-22634
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.1.S116
Reporter: Nick Boldt
Some jobs fail when upstream deps have not been published:
* aerogear depends on browsersim
* browsersim depends on jst
* vpe depends on jst
So need to retool the buildflow jobs (and the force-push ones too) to correctly align with these dep chains.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22625) Remote server with FS operations: Unable to retrieve a list of remote deployment scanners
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22625?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22625:
-------------------------------------
The cause of this is that when launched in rse (no mgmt) mode, we do not add "-Djboss.bind.address.management=192.168.0.103" to the launch command. Therefore the management address is never exposed.
> Remote server with FS operations: Unable to retrieve a list of remote deployment scanners
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-22625
> URL: https://issues.jboss.org/browse/JBIDE-22625
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
>
> Previously I reported this as part of JBIDE-22605, but I think it deserves its own issue.
> When I setup a remote EAP 7 server with FS operations and then start it, I always get this in the error log:
> Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss EAP 7.0
> Today, I also noticed this info message in the error view:
> org.eclipse.rse.core
> Saved passwords are not available for migration to secure storage. Deprecated authorization classes (org.eclipse.core.runtime.compatibility.auth) are not installed.
> I wonder if this is related? Do we require authentication to get the list of deployment scanners?
> BTW, org.eclipse.core.runtime.compatibility was removed in JBIDE-21382 and I suggested org.eclipse.core.runtime.compatibility.auth may be removed too - JBIDE-22602. But as of now it's still in the TP.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months