[JBoss JIRA] (JBIDE-19254) Include FeedHenry feature in Mobile Category [4.2 / 8.1]
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19254?page=com.atlassian.jira.plugi... ]
Pavol Srna edited comment on JBIDE-19254 at 2/25/15 4:08 AM:
-------------------------------------------------------------
Hi [~nickboldt],
I've used jboss-devstudio-8.1.0.Beta1-v20150222-1254-B431-installer-eap.jar and then attempted to install from central. What I haven't realized is that directory site is not pointing to the right content. Do you have the discovery site on staging somewhere? that I can try and verify the central installation path?
was (Author: psrna):
Hi Nick, I've used jboss-devstudio-8.1.0.Beta1-v20150222-1254-B431-installer-eap.jar and then attempted to install from central. What I didn't realize is that directory site is not pointing to the right content. Do you have the discovery site on staging somewhere? that I can try and verify the central installation path?
> Include FeedHenry feature in Mobile Category [4.2 / 8.1]
> --------------------------------------------------------
>
> Key: JBIDE-19254
> URL: https://issues.jboss.org/browse/JBIDE-19254
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid, updatesite
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.2.3.Beta1
>
>
> Currently the code base for FeedHenry integration is in github repository, but the build artefacts are not picked up by nightly job.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19254) Include FeedHenry feature in Mobile Category [4.2 / 8.1]
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19254?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-19254:
------------------------------------
Hi Nick, I've used jboss-devstudio-8.1.0.Beta1-v20150222-1254-B431-installer-eap.jar and then attempted to install from central. What I didn't realize is that directory site is not pointing to the right content. Do you have the discovery site on staging somewhere? that I can try and verify the central installation path?
> Include FeedHenry feature in Mobile Category [4.2 / 8.1]
> --------------------------------------------------------
>
> Key: JBIDE-19254
> URL: https://issues.jboss.org/browse/JBIDE-19254
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid, updatesite
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.2.3.Beta1
>
>
> Currently the code base for FeedHenry integration is in github repository, but the build artefacts are not picked up by nightly job.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19184) Threadlock when JS autocomplete turned on
by ZERR Angelo (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19184?page=com.atlassian.jira.plugi... ]
ZERR Angelo commented on JBIDE-19184:
-------------------------------------
Glad you have resolved this issue. The Asnc tern completion https://github.com/angelozerr/tern.java/wiki/New-and-Noteworthy-0.9.0#asy... is really a great feature. It's a contribution from MyEclipse who wishes continue to contribute to tern.java again (that's really cool).
IMHO I think we need continue to improve tern.java to provide cool features for JavaScript to try to provide the same features than Intellij. My plan for 0.9.0 is to :
* provide customizable validator (JSHint, ESLInt, etc). See https://github.com/angelozerr/tern.java/wiki/Tern-Linter
* provide an advanced JSON Editor (completion, hyperlink, validation) to manage .tern-project, bower.json, .jshintrc, etc
Hope you will like my ideas and we could work together about thoses topics.
> Threadlock when JS autocomplete turned on
> -----------------------------------------
>
> Key: JBIDE-19184
> URL: https://issues.jboss.org/browse/JBIDE-19184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.2.Final
> Environment: JBDS 8.0.2
> Reporter: Mustafa Musaji
> Assignee: Victor Rubezhny
> Priority: Blocker
> Fix For: 4.2.3.Beta1
>
> Attachments: threaddump_jdk1.7.0_71_1422011702000.txt
>
>
> Seeing a thread lock when using large JS projects when trying to autocomplete. Please refer to attached thread dump.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19357) NPE while installing
by paolo antinori (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19357?page=com.atlassian.jira.plugi... ]
paolo antinori commented on JBIDE-19357:
----------------------------------------
Hi guys, I'm *no longer able to reproduce it*.
The exception was logged directly in a UI window and I couldn't find any reference to NullPointerException while grepping the distro folder (other than in release notes)
Some info here about my env:
{code}
$ uname -a
Linux paolobox 3.18.7-200.fc21.x86_64 #1 SMP Wed Feb 11 21:53:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
Fedora release 21 (Twenty One)
$ rpm -qa | grep -i openjdk
java-1.8.0-openjdk-1.8.0.31-3.b13.fc21.x86_64
java-1.8.0-openjdk-1.8.0.31-3.b13.fc21.i686
java-1.8.0-openjdk-headless-1.8.0.31-3.b13.fc21.x86_64
java-1.8.0-openjdk-devel-1.8.0.31-3.b13.fc21.x86_64
java-1.8.0-openjdk-headless-1.8.0.31-3.b13.fc21.i686
$ java -version
openjdk version "1.8.0_31"
OpenJDK Runtime Environment (build 1.8.0_31-b13)
OpenJDK 64-Bit Server VM (build 25.31-b07, mixed mode)
$ rpm -qa gtk2
gtk2-2.24.26-1.fc21.x86_64
# eclipse version
eclipse-java-luna-SR1a-linux-gtk-x86_64.tar.gz
{code}
> NPE while installing
> --------------------
>
> Key: JBIDE-19357
> URL: https://issues.jboss.org/browse/JBIDE-19357
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.2.2.Final
> Reporter: paolo antinori
> Assignee: Nick Boldt
>
> Hi, I was trying to install JBoss Tools in Eclipse Luna.
> I have manually added at new software source, providing this url:
> http://download.jboss.org/jbosstools/updates/stable/luna/
> I have selected only this component:
> {{ JBossAS Tools 3.0.1.Final-v20141209-0156-B106}}
> And the installation process failed due to this error
> {code}
> An error occurred while collecting items to be installed
> session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
> java.lang.NullPointerException
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19357) NPE while installing
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19357?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19357:
----------------------------------------
Is there a stacktrace following the NullPointerException? It would be really interesting to see it.
Did it happen only once or is it fully reproducible for you?
> NPE while installing
> --------------------
>
> Key: JBIDE-19357
> URL: https://issues.jboss.org/browse/JBIDE-19357
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.2.2.Final
> Reporter: paolo antinori
> Assignee: Nick Boldt
>
> Hi, I was trying to install JBoss Tools in Eclipse Luna.
> I have manually added at new software source, providing this url:
> http://download.jboss.org/jbosstools/updates/stable/luna/
> I have selected only this component:
> {{ JBossAS Tools 3.0.1.Final-v20141209-0156-B106}}
> And the installation process failed due to this error
> {code}
> An error occurred while collecting items to be installed
> session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
> java.lang.NullPointerException
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3362) JBDS 8.0.0 Update: An error occurred while uninstalling
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3362?page=com.atlassian.jira.plugin.... ]
Burr Sutter commented on JBDS-3362:
-----------------------------------
Thank you for investigating [~nickboldt] I thought that might be the outcome. I was out of disk space on C: but I can clear off some old cruft and try again.
> JBDS 8.0.0 Update: An error occurred while uninstalling
> -------------------------------------------------------
>
> Key: JBDS-3362
> URL: https://issues.jboss.org/browse/JBDS-3362
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build
> Affects Versions: 8.0.0.GA
> Reporter: Burr Sutter
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 8.1.0.Beta1
>
> Attachments: .log, jbosstools-diagnostics-20150224183031.zip
>
>
> Freshly downloaded JBDS 8.0.0 from http://www.jboss.org/products/devstudio/get-started
> update results in:
> An error occurred while uninstalling session context was:(profile=jbds, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall,
> operand=[R]
> com.jboss.devstudio.core.package.executable.win32.win32.x86_64
> 8.0.0.GA-v20141020-1042-B317 --> null,
> action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.C
> leanupzipAction).
> Backup of file D:\gettingstarted2\jbds8ga\studio\jbdevstudio.exe failed.
> File that was copied to backup could not be deleted: D:
> \gettingstarted2\jbds8ga\studio\jbdevstudio.exe
> Video:
> http://screencast.com/t/dCkzlin17
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19184) Threadlock when JS autocomplete turned on
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19184?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-19184:
-----------------------------------------
I'm resolving the issue as Tern.java and AngularJS-Eclipse v.0.8.2 are released and included into JBT 4.2.3 candidate
> Threadlock when JS autocomplete turned on
> -----------------------------------------
>
> Key: JBIDE-19184
> URL: https://issues.jboss.org/browse/JBIDE-19184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.2.Final
> Environment: JBDS 8.0.2
> Reporter: Mustafa Musaji
> Assignee: Victor Rubezhny
> Priority: Blocker
> Fix For: 4.2.3.Beta1
>
> Attachments: threaddump_jdk1.7.0_71_1422011702000.txt
>
>
> Seeing a thread lock when using large JS projects when trying to autocomplete. Please refer to attached thread dump.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month