[JBoss JIRA] (JBIDE-24302) Circular fragment workflow for optional runtime use case
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24302?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-24302:
-------------------------------------
How did you even know to open this bug? Did I tell you about the upstream? I'm baffled!
> Circular fragment workflow for optional runtime use case
> --------------------------------------------------------
>
> Key: JBIDE-24302
> URL: https://issues.jboss.org/browse/JBIDE-24302
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.5.0.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM1
>
>
> This is a tracking issue for this upstream bug:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=514888
>
> Rob's description:
> While playing with the changes dropped for Bug 513486, I found a small bug.
> When a runtime is optional, the wtp framework does not add the runtime fragment directly. It will only add the server fragment, and assume that the server fragment will introduce the runtime fragment in the workflow as it chooses.
> A workflow was discovered where the NewServerWizardFragment is still adding the runtime fragment before the server fragment. Since the server may also be adding that fragment later, it leads to circular behavior because the runtime fragment is in the list of fragments twice. The user will then press next continually but never advance.
> Sorry for this bug. It only happens under specific situations.
> Workflow:
> 1) new server wizard, choose server type with optional runtime
> 2) Go forward, change settings in server fragment, causing server fragment to designate runtime fragment as a child
> 3) go back to main page of server wizard to change host
> 4) Change host to 127.0.0.1
> 5) Press forward, forward, forward, etc. never ends.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24373) Can't push an image to the CDK3 Docker registry
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24373?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24373:
-------------------------------------
Description:
Pushing an image to the CDK3 Docker registry is not possible. When the image is tagged, the registry port is not used thus Docker will try to contact the CDK Docker registry in port 80 causing a timeout to occur at the UI level.
Steps to reproduce:
# Create a Docker and OpenShift connection to CDK3 (using the server adapter or manually)
# Edit the OpenShift connection and add http://172.30.1.1:5000 as the registry address ("minishift docker-env" should tell you about this url)
# Build your own Docker image on the CDK3 Docker connection
# Deploy that image and select Push to registry: a timeout will occur after 30s
was:
Pushing an image to the CDK3 Docker registry is not possible. When the image is tagged, the registry port is not used thus Docker will try to contact the CDK Docker registry in port 80 causing a timeout to occur at the UI level.
Steps to reproduce:
# Create a Docker and OpenShift connection to CDK3 (using the server adapter or manually)
# Edit the OpenShift connection and add http://172.30.1.1:5000 as the registry address
# Build your own Docker image on the CDK3 Docker connection
# Deploy that image and select Push to registry: a timeout will occur after 30s
> Can't push an image to the CDK3 Docker registry
> -----------------------------------------------
>
> Key: JBIDE-24373
> URL: https://issues.jboss.org/browse/JBIDE-24373
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Labels: openshift, openshift_v3
> Fix For: 4.4.4.Final
>
>
> Pushing an image to the CDK3 Docker registry is not possible. When the image is tagged, the registry port is not used thus Docker will try to contact the CDK Docker registry in port 80 causing a timeout to occur at the UI level.
> Steps to reproduce:
> # Create a Docker and OpenShift connection to CDK3 (using the server adapter or manually)
> # Edit the OpenShift connection and add http://172.30.1.1:5000 as the registry address ("minishift docker-env" should tell you about this url)
> # Build your own Docker image on the CDK3 Docker connection
> # Deploy that image and select Push to registry: a timeout will occur after 30s
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-23869) ClassCastException with Jolokia connection
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23869?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-23869:
-------------------------------------
Sent a PR for jbt-server, but, this PR won't build yet. I've had to ask Roland Huss to create a snapshot. http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jolokia%22 doesn't have any snapshots listed.
:|
> ClassCastException with Jolokia connection
> ------------------------------------------
>
> Key: JBIDE-23869
> URL: https://issues.jboss.org/browse/JBIDE-23869
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx, openshift
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Labels: jmx, jolokia, openshift
> Fix For: 4.4.4.Final
>
> Attachments: image-2017-02-06-13-54-27-708.png
>
>
> !image-2017-02-06-13-54-27-708.png|thumbnail!
> {noformat}
> !ENTRY org.eclipse.core.jobs 4 2 2017-02-06 13:52:39.767
> !MESSAGE An internal error occurred during: "Connect Job".
> !STACK 0
> java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Long
> at org.jolokia.client.request.ValidatingResponseExtractor.extract(ValidatingResponseExtractor.java:58)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:195)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:168)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:117)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.verifyServerReachable(JolokiaConnectionWrapper.java:315)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.connect(JolokiaConnectionWrapper.java:111)
> at org.jboss.tools.jmx.core.ConnectJob.run(ConnectJob.java:29)
> at org.jboss.tools.jmx.ui.internal.actions.DoubleClickAction$1.run(DoubleClickAction.java:71)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months