[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23884?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23884:
--------------------------------
Attachment: (was: _20100321_temp.patch)
> [jolokia] some read requests fail
> ---------------------------------
>
> Key: JBIDE-23884
> URL: https://issues.jboss.org/browse/JBIDE-23884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
> Attachments: JBIDE-23884.png
>
>
> Some attribute read requests fail when issued one at a time rather than in a bulk list.
> {code}
> org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
> at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
> at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
> at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
> at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
> at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
> at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
> at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
> at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
> at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
> at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
> ... 48 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23884) [jolokia] some read requests fail
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-23884:
-----------------------------------
Summary: [jolokia] some read requests fail
Key: JBIDE-23884
URL: https://issues.jboss.org/browse/JBIDE-23884
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift, server
Affects Versions: 4.4.3.Final
Reporter: Rob Stryker
Some attribute read requests fail when issued one at a time rather than in a bulk list.
{code}
org.jboss.tools.jmx.core.JMXException: Error executing JMX request.
at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:342)
at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper.getValue(MBeanAttributeInfoWrapper.java:47)
at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.update(AttributeDetails.java:216)
at org.jboss.tools.jmx.ui.internal.editors.AttributeDetails.selectionChanged(AttributeDetails.java:184)
at org.eclipse.ui.forms.DetailsPart$1.run(DetailsPart.java:269)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.forms.DetailsPart.showPage(DetailsPart.java:255)
at org.eclipse.ui.forms.DetailsPart.update(DetailsPart.java:228)
at org.eclipse.ui.forms.DetailsPart.selectionChanged(DetailsPart.java:213)
at org.eclipse.ui.forms.ManagedForm.fireSelectionChanged(ManagedForm.java:125)
at org.jboss.tools.jmx.ui.internal.editors.AttributesSection$1.selectionChanged(AttributesSection.java:57)
at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2191)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1229)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1258)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:405)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
Caused by: java.lang.ClassCastException: org.jolokia.client.request.J4pReadResponse cannot be cast to java.util.List
at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttributes(JolokiaMBeanServerConnection.java:224)
at org.jboss.tools.jmx.jolokia.internal.connection.JolokiaMBeanServerConnection.getAttribute(JolokiaMBeanServerConnection.java:203)
at org.jboss.tools.jmx.core.MBeanAttributeInfoWrapper$1.run(MBeanAttributeInfoWrapper.java:50)
at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.run(JolokiaConnectionWrapper.java:338)
... 48 more
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-23822:
---------------------------------------
My conversation with ligget:
```
<liggitt> --user means "use the user stanza named 'developer' in the kubeconfig"
<jcantril> liggitt, possibly oc cluster up
<liggitt> --user=developer means "use the user stanza named 'developer' in the kubeconfig"
<liggitt> their kubeconfig apparently does not have that stanza
<liggitt> `oc config view` would confirm that
<liggitt> --token is sufficient
```
possibly the 'user' switch is causing an issue?
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23822 at 2/7/17 3:48 PM:
------------------------------------------------------------------
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps (using ocp 3.4.x) to reproduce it in all details - you'd get the very same with all oc/ocp >= 1.4/3.4 while it works using those in version <=1.3.x/4.3.x:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=developer --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gargoyle/Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "developer" does not exist
{code}
was (Author: adietish):
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps (using ocp 3.4.x) to reproduce it in all details - you'd get the very same with all oc/ocp >= 1.4/3.4 while it works using those in version <=1.3.x/4.3.x:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=developer --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gargoyle/Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "developer" does not exist
{code}
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23822:
------------------------------------------
[~jcantrill] does this ring any bells to you? I'm quite clueless I recognize.
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23822 at 2/7/17 3:47 PM:
------------------------------------------------------------------
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps (using ocp 3.4.x) to reproduce it in all details - you'd get the very same with all oc/ocp >= 1.4/3.4 while it works using those in version <=1.3.x/4.3.x:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=developer --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gargoyle/Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "developer" does not exist
{code}
was (Author: adietish):
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps (using ocp 3.4.x) to reproduce it in all details - you'd get the very same with all oc/ocp >= 1.4/3.4 while it works using those in version <=1.3.x/4.3.x:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=system --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gigu /Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "system" does not exist
{code}
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23822 at 2/7/17 3:42 PM:
------------------------------------------------------------------
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps (using ocp 3.4.x) to reproduce it in all details - you'd get the very same with all oc/ocp >= 1.4/3.4 while it works using those in version <=1.3.x/4.3.x:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=system --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gigu /Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "system" does not exist
{code}
was (Author: adietish):
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps to reproduce it in all details:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=system --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gigu /Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "system" does not exist
{code}
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23822) Server adapter: is not working with oc v1.4.x
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23822?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23822:
------------------------------------------
[~hardy.ferentschik] for me there's no X.4.X oc binary (neither 1.4.x nor 3.4.x) that works doing rsync with cdk/minishift Alpha2. At the same time login works, which I cant explain.
We are using oc specifying user and token in the very same cmd. We do this so that we dont meddle with login states. To get the token you can simply do {code}oc whoami -t{code}
Here are the steps to reproduce it in all details:
{code}
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc login
Authentication required for https://192.168.99.100:8443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "gargoyle"
Using project "gargoyle".
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.3.17/oc whoami -t
lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ
adietish@Andres-MBP $ /Users/adietish/Downloads/oc\ binaries/ocp-3.4.0.39/oc rsync --user=system --token=lYmVXxFjLrZu5jf7WpGNAOx9KAAjp3_46AT70JOf1JQ --server=https://192.168.99.100:8443 --insecure-skip-tls-verify=true --exclude='.git' nodejs-mongodb-example-1-i31y4:/opt/app-root/src/ -n gigu /Users/adietish/Documents/jboss-workspaces/jbosstools-github/runtime-openshift2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/gigu@mongodb/deploy/
error: auth info "system" does not exist
{code}
> Server adapter: is not working with oc v1.4.x
> ---------------------------------------------
>
> Key: JBIDE-23822
> URL: https://issues.jboss.org/browse/JBIDE-23822
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM2
> Environment: Devstudio 10.3.0.AM2.
> CDK 2.4 (OpenShift 3.4)
> oc v1.4.1
> Reporter: Radim Hopp
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
>
> {noformat}
> !ENTRY org.jboss.tools.openshift.core 2 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:83)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
> at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
> at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Contains: OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE Error while publishing server eap-app at OpenShift 3 (10.1.2.2). Could not sync all pods to folder /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
> !SUBENTRY 2 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:34.181
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> !ENTRY org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE Could not sync /home/rhopp/workspace-iosdnfuiwne/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy to all pods running the service eap-app
> !SUBENTRY 1 org.jboss.tools.openshift.core 4 0 2017-02-01 13:46:35.219
> !MESSAGE OpenShiftBinaryCapability process exited: error: auth info "openshift-dev" does not exist
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23872) Tools clear war deployed files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23872?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23872:
-------------------------------------
Workaround Description: "Clean" the deployment and "Full Publish"
Workaround: Workaround Exists
> Tools clear war deployed files
> ------------------------------
>
> Key: JBIDE-23872
> URL: https://issues.jboss.org/browse/JBIDE-23872
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.2.Final
> Environment: Windows 7 64
> JDK 8
> Eclipse Neon 1
> JBoss Tools 4.4
> WildFly 10.1
> Reporter: Claudio Weiler
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
>
> After an Eclipse start war deployed files are deleted and not republished.
> I have created a system lock to one of the html resources to try to dig more infos, but the exception shown refers to another resource:
> "Error renaming D:\Aplic\wildfly-10.1.0\standalone\tmp\tmp7250132485298982117.MF to D:\Aplic\wildfly-10.1.0\standalone\deployments\testing-ear.ear\META-INF\MANIFEST.MF."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (JBIDE-23872) Tools clear war deployed files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23872?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23872:
------------------------------------------
[~cweiler] great it this helped. Let us now as [~rob.stryker] if we can fix this?
[~rob.stryker] can you please chime in and comment?
> Tools clear war deployed files
> ------------------------------
>
> Key: JBIDE-23872
> URL: https://issues.jboss.org/browse/JBIDE-23872
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.2.Final
> Environment: Windows 7 64
> JDK 8
> Eclipse Neon 1
> JBoss Tools 4.4
> WildFly 10.1
> Reporter: Claudio Weiler
> Assignee: Rob Stryker
> Fix For: 4.4.3.Final
>
>
> After an Eclipse start war deployed files are deleted and not republished.
> I have created a system lock to one of the html resources to try to dig more infos, but the exception shown refers to another resource:
> "Error renaming D:\Aplic\wildfly-10.1.0\standalone\tmp\tmp7250132485298982117.MF to D:\Aplic\wildfly-10.1.0\standalone\deployments\testing-ear.ear\META-INF\MANIFEST.MF."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month