[JBoss JIRA] (JBIDE-23813) Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23813?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23813:
------------------------------------------
The org.eclipse.team.core plugin that we're using in current master is 3.8.0.v20160418 while this error is reported for 3.7.100.v20150203
This newer version is not vulnerable to this error any more. It is catching the exception and it thus wont get propagated any more.
Resolving this as OUT_OF_DATE
> Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23813
> URL: https://issues.jboss.org/browse/JBIDE-23813
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Labels: openshift_v2
> Fix For: 4.4.3.Final
>
>
> created from aeri. The following stack trace is reported:
> {code}
> Bundle: org.eclipse.team.core 3.7.100.v20150203-1452
> Message: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> Exception:
> org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165)
> at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235)
> at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507)
> at org.jboss.tools.openshift.egit.core.EGitUtils.isShared(EGitUtils.java:132)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.isIfSharedIsEGit(ProjectPropertyTester.java:48)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.test(ProjectPropertyTester.java:33)
> at org.eclipse.core.internal.expressions.Property.test(Property.java:58)
> at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:100)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:199)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:75)
> at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:96)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:199)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:230)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:110)
> at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:92)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:467)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:461)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:493)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23813) Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23813?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23813:
----------------------------------------
Assignee: Andre Dietisheim
> Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23813
> URL: https://issues.jboss.org/browse/JBIDE-23813
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v2
> Fix For: 4.4.3.Final
>
>
> created from aeri. The following stack trace is reported:
> {code}
> Bundle: org.eclipse.team.core 3.7.100.v20150203-1452
> Message: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> Exception:
> org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165)
> at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235)
> at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507)
> at org.jboss.tools.openshift.egit.core.EGitUtils.isShared(EGitUtils.java:132)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.isIfSharedIsEGit(ProjectPropertyTester.java:48)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.test(ProjectPropertyTester.java:33)
> at org.eclipse.core.internal.expressions.Property.test(Property.java:58)
> at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:100)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:199)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:75)
> at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:96)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:199)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:230)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:110)
> at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:92)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:467)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:461)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:493)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23813) Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23813?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-23813.
--------------------------------------
Resolution: Done
> Package Explorer: context menu can cause exception when selected project has svn metadata but erroneously configured/missing SVN provider
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23813
> URL: https://issues.jboss.org/browse/JBIDE-23813
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v2
> Fix For: 4.4.3.Final
>
>
> created from aeri. The following stack trace is reported:
> {code}
> Bundle: org.eclipse.team.core 3.7.100.v20150203-1452
> Message: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> Exception:
> org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project pef.client.
> at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165)
> at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235)
> at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507)
> at org.jboss.tools.openshift.egit.core.EGitUtils.isShared(EGitUtils.java:132)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.isIfSharedIsEGit(ProjectPropertyTester.java:48)
> at org.jboss.tools.openshift.express.internal.ui.propertytester.ProjectPropertyTester.test(ProjectPropertyTester.java:33)
> at org.eclipse.core.internal.expressions.Property.test(Property.java:58)
> at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:100)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:199)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:31)
> at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
> at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:75)
> at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:96)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:199)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:230)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:110)
> at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:92)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:467)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:461)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:493)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23814:
-------------------------------------
Labels: openshift_v3 server_adapter (was: )
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.4.3.Final
>
> Attachments: jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23814 at 1/31/17 3:48 AM:
-------------------------------------------------------------------
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
!jboss-eap70-openshift.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
was (Author: adietish):
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
! !jboss-eap70-openshift.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Priority: Critical
> Fix For: 4.4.3.Final
>
> Attachments: jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23814 at 1/31/17 3:48 AM:
-------------------------------------------------------------------
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
!jboss-eap70-openshift.png!
Everything from creating, importing and syncing worked fine for me.
How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
was (Author: adietish):
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
!jboss-eap70-openshift.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Priority: Critical
> Fix For: 4.4.3.Final
>
> Attachments: jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23814 at 1/31/17 3:47 AM:
-------------------------------------------------------------------
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
! !jboss-eap70-openshift.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
was (Author: adietish):
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
! !jboss-eap70-openshift.png.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Priority: Critical
> Fix For: 4.4.3.Final
>
> Attachments: jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23814) Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23814 at 1/31/17 3:47 AM:
-------------------------------------------------------------------
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template using the CDK.
! !jboss-eap70-openshift.png.png!
Everything from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
I guess that you're not using the CDK but some server. What OpenShift server are you using?
Your log seems to indicate an auth problem when using the ssadeghi-redhat.com user. What's odd about it is that you seemed to be able to auth since you imported the app to your workspace. Correct?
was (Author: adietish):
[~ssadeghi] I tried this by creating an eap7 container via the jboss-eap70-openshift template.
! !jboss-eap70-openshift.png.png!
Everything0 from creating, importing and syncing worked fine for me. How did you create your container? In Web-UI?
> Server Adaptor for JBoss EAP 7 on OpenShift fails with sync error
> -----------------------------------------------------------------
>
> Key: JBIDE-23814
> URL: https://issues.jboss.org/browse/JBIDE-23814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
> JBoss Openshift UI Plugin
> Version: 3.3.1.v20161125-0956
> OpenShift
> openshift v3.3.1.3
> Reporter: Siamak Sadeghianfar
> Priority: Critical
> Fix For: 4.4.3.Final
>
> Attachments: jboss-eap70-openshift.png
>
>
> When adding a Server Adapter for an JBoss EAP 7 based deployments on OpenShift, operation fails with this error:
> {{Could not sync /private/tmp/workspace-demo/.metadata/.plugins/org.jboss.ide.eclipse.as.core/inventory-dev-ssadeghi@inventory/deploy to all pods running the service inventory
> OpenShiftBinaryCapability process exited: error: auth info "ssadeghi-redhat.com" does not exist}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months