[JBoss JIRA] (ERT-185) NullPointerException when image has no tags [EBZ#493347]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-185?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon reassigned ERT-185:
---------------------------------
Issue Type: Bug (was: Task)
Assignee: Xavier Coulon
> NullPointerException when image has no tags [EBZ#493347]
> --------------------------------------------------------
>
> Key: ERT-185
> URL: https://issues.jboss.org/browse/ERT-185
> Project: Eclipse Release Train
> Issue Type: Bug
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Assignee: Xavier Coulon
> Labels: 5.0.0, Docker, bzira
> Fix For: Neon (4.6)
>
>
> The following error occurred:
> !ENTRY org.eclipse.core.jobs 4 2 2016-05-10 14:54:14.321
> !MESSAGE An internal error occurred during: "Refreshing Images...".
> !STACK 0
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:847)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:785)
> at org.eclipse.linuxtools.internal.docker.ui.commands.RefreshCommandHandler$2.run(RefreshCommandHandler.java:102)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> This happens on the "busybox' image that has no tags, as shown here:
> $> docker inspect d167449
> [
> {
> "Id": "sha256:d1674496321777c667b6a13597bf89752116f95ca248bd07a146948c2f119e4c",
> "RepoTags": [],
> "RepoDigests": [
> "busybox@sha256:7d3ce4e482101f0c484602dd6687c826bb8bef6295739088c58e84245845912e"
> ],
> ...
> ]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ERT-185) NullPointerException when image has no tags [EBZ#493347]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-185?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon updated ERT-185:
------------------------------
Story Points: 1
> NullPointerException when image has no tags [EBZ#493347]
> --------------------------------------------------------
>
> Key: ERT-185
> URL: https://issues.jboss.org/browse/ERT-185
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Labels: 5.0.0, Docker, bzira
> Fix For: Neon (4.6)
>
>
> The following error occurred:
> !ENTRY org.eclipse.core.jobs 4 2 2016-05-10 14:54:14.321
> !MESSAGE An internal error occurred during: "Refreshing Images...".
> !STACK 0
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:847)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:785)
> at org.eclipse.linuxtools.internal.docker.ui.commands.RefreshCommandHandler$2.run(RefreshCommandHandler.java:102)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> This happens on the "busybox' image that has no tags, as shown here:
> $> docker inspect d167449
> [
> {
> "Id": "sha256:d1674496321777c667b6a13597bf89752116f95ca248bd07a146948c2f119e4c",
> "RepoTags": [],
> "RepoDigests": [
> "busybox@sha256:7d3ce4e482101f0c484602dd6687c826bb8bef6295739088c58e84245845912e"
> ],
> ...
> ]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ERT-185) NullPointerException when image has no tags [EBZ#493347]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-185?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon updated ERT-185:
------------------------------
Sprint: devex #114 May 2016
> NullPointerException when image has no tags [EBZ#493347]
> --------------------------------------------------------
>
> Key: ERT-185
> URL: https://issues.jboss.org/browse/ERT-185
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Labels: 5.0.0, Docker, bzira
> Fix For: Neon (4.6)
>
>
> The following error occurred:
> !ENTRY org.eclipse.core.jobs 4 2 2016-05-10 14:54:14.321
> !MESSAGE An internal error occurred during: "Refreshing Images...".
> !STACK 0
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:847)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:785)
> at org.eclipse.linuxtools.internal.docker.ui.commands.RefreshCommandHandler$2.run(RefreshCommandHandler.java:102)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> This happens on the "busybox' image that has no tags, as shown here:
> $> docker inspect d167449
> [
> {
> "Id": "sha256:d1674496321777c667b6a13597bf89752116f95ca248bd07a146948c2f119e4c",
> "RepoTags": [],
> "RepoDigests": [
> "busybox@sha256:7d3ce4e482101f0c484602dd6687c826bb8bef6295739088c58e84245845912e"
> ],
> ...
> ]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21648) Add EAP 7 GA to stacks.yaml
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21648?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-21648:
------------------------------------
EAP 7.0 GA has been released yesterday.
Hi [~fbricon],
does it require rebuild of our tooling? Or can it be changed online for 4.3.1.Final too?
Thanks.
> Add EAP 7 GA to stacks.yaml
> ---------------------------
>
> Key: JBIDE-21648
> URL: https://issues.jboss.org/browse/JBIDE-21648
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: runtime-detection, server
> Reporter: Fred Bricon
> Assignee: Rafael Benevides
> Fix For: 4.3.2.Final
>
>
> EAP 7 GA should be available from download runtime wizard. This means it should be added to stacks.yaml.
> GA to be available in April 2016.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBTIS-703) JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-703:
---------------------------------------
Summary: JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace
Key: JBTIS-703
URL: https://issues.jboss.org/browse/JBTIS-703
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 9.0.0.GA
Environment: Eclipse Mars.2 for JEE Developers
Reporter: Andrej Podhradsky
JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBTIS-702) BxMS feature in marketplace doesn't install Kie navigator
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-702:
---------------------------------------
Summary: BxMS feature in marketplace doesn't install Kie navigator
Key: JBTIS-702
URL: https://issues.jboss.org/browse/JBTIS-702
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 9.0.0.GA
Environment: Eclipse Mars.2 for JEE Developers
Reporter: Andrej Podhradsky
After installing BxMS feature form marketplace I noticed that the Kie Navigator is missing.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-1234) Installer could check OS architecture
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-1234?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-1234.
-----------------------------
Verified with 10.0.0.Alpha1.
> Installer could check OS architecture
> -------------------------------------
>
> Key: JBDS-1234
> URL: https://issues.jboss.org/browse/JBDS-1234
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Feature Request
> Components: installer
> Affects Versions: 3.0.1.GA
> Reporter: Jiri Peterka
> Assignee: Denis Golovin
> Fix For: 10.0.0.Alpha1
>
> Attachments: Screenshot_2015-10-09_15-56-35.png
>
>
> Installer could check OS architecture, for example if installing 32-bit package on 64 bit OS there should be a warning and non-compatible package should be forced to exit installation.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months