[JBoss JIRA] (ERT-184) NPE when chromium feature is not present [EBZ#493234]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-184:
---------------------------------------
Summary: NPE when chromium feature is not present [EBZ#493234]
Key: ERT-184
URL: https://issues.jboss.org/browse/ERT-184
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Priority: Critical
Fix For: Neon (4.6) RC1
Starting a debugging session without Chromium feature available causes an NPE. This can have 2 solutions (and maybe both of them are desirable).
* A better error message than a NPE when there is no debug support
* Include the chromium feature by default, as "included" by the main JSDT feature.
--
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 Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-185:
---------------------------------------
Summary: 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
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-22317) Cannot build jbosstools-central locally
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22317?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-22317:
-------------------------------------
it's usually published in the jboss snapshot repo. I saw the snapshots have been wiped out, for some reason. So I redeployed it.
> Cannot build jbosstools-central locally
> ---------------------------------------
>
> Key: JBIDE-22317
> URL: https://issues.jboss.org/browse/JBIDE-22317
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central
> Affects Versions: 4.4.0.Alpha1
> Reporter: Mickael Istria
> Priority: Blocker
> Fix For: 4.4.0.Alpha2
>
>
> With a clean jbosstools-central, "mvn clean verify" fails locally with
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.7:copy (copy-central-webpage) on project org.jboss.tools.central: Unable to find artifact. Could not find artifact org.jboss.tools.central:jbosstools-central-webpage:zip:2.0.0-SNAPSHOT in jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/)
> [ERROR]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21857) Hot class reload doesn't work on OpenShift
by Thomas Mäder (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21857?page=com.atlassian.jira.plugi... ]
Thomas Mäder commented on JBIDE-21857:
--------------------------------------
Was able to work around this problem by providing my own "run" script for s2i. After adding an admin user in the pod console ($jboss_home/bin/add-user.sh), I was able to connect jconsole to the eap inside the pod with the url service:jmx:remoting-jmx://localhost:9999
> Hot class reload doesn't work on OpenShift
> ------------------------------------------
>
> Key: JBIDE-21857
> URL: https://issues.jboss.org/browse/JBIDE-21857
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Thomas Mäder
> Priority: Blocker
> Fix For: 4.4.x
>
> Attachments: HCRFailure.zip
>
>
> When enabling debug mode on an EAP server deployed on OpenShift, locally changing a class file will :
> - work sometimes when only the content of the method changed, but could fail in some other occasions with the Debugger saying the JDK is out of sync
> - will always fail if a method signature changed, the debugger saying JDK is out of sync
> Restarting the deployed module (with the .dodeploy flag) doesn't fixes the issue (as opposed to the same tweak ahen running on a local EAP server)
> This may be caused by running OpenJDK? Does it support the same level of debugging as Oracle JDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months