[JBoss JIRA] (JBIDE-23900) Refactor OpenShift server adapter to isolate EAP/Wildfly and NodeJS specific stuff
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23900?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23900:
-------------------------------
Sprint: devex #131 April 2017 (was: devex #131 May 2017 (JBIDE))
> Refactor OpenShift server adapter to isolate EAP/Wildfly and NodeJS specific stuff
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23900
> URL: https://issues.jboss.org/browse/JBIDE-23900
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.Final
> Reporter: Jeff MAURY
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
>
> We should isolate EAP/Wildfly and NodeJS specific stuff for the server adapter into separate classes / extensions
> We should also provide a mechanism for the sever adapter to be stack agnostic so that we can add more stacks by just addding an extension
> This will be probably required by FUSE integration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24076) NullPointerException in JaxrsApplicationCreationWizardPage.getWebxmlResource
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24076?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24076:
-------------------------------
Sprint: devex #131 April 2017 (was: devex #131 May 2017 (JBIDE))
> NullPointerException in JaxrsApplicationCreationWizardPage.getWebxmlResource
> ----------------------------------------------------------------------------
>
> Key: JBIDE-24076
> URL: https://issues.jboss.org/browse/JBIDE-24076
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> java.lang.NullPointerException: null
> at org.jboss.tools.ws.jaxrs.ui.wizards.JaxrsApplicationCreationWizardPage.getWebxmlResource(JaxrsApplicationCreationWizardPage.java:596)
> at org.jboss.tools.ws.jaxrs.ui.wizards.JaxrsApplicationCreationWizard.performFinish(JaxrsApplicationCreationWizard.java:84)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:790)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:423)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> Bundles:
> | org.eclipse.jface | 3.12.0.v20160518-1929 | 3.12.0.v20160518-1929 |
> | org.eclipse.swt | 3.105.1.v20160907-0248 | 3.105.1.v20160907-0248 |
> | org.jboss.tools.ws.jaxrs.ui | 1.9.1.v20160608-0648 | 1.9.2.v20160922-1835 |
> Operating Systems:
> | Linux | 3.13.0 | 3.13.0 |
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit https://aer.ctrlflow.com/redhat/reviewers/#!/problems/581152c0e4b00cfabf9... for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error While Executing jbosstools-openshift-4.4.3
by jyoti tumsare (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
jyoti tumsare commented on JBIDE-24301:
---------------------------------------
I installed
RedDeer Eclipse testing framework .Latest stable RedDeer is available at
http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/
still its give me Error
Missing requirement: org.jboss.tools.common.reddeer 3.8.3.qualifier requires 'bundle org.jboss.reddeer.go [1.2.1,2.2.0)' but it could not be found
> Error While Executing jbosstools-openshift-4.4.3
> ------------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
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 Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24373?page=com.atlassian.jira.plugi... ]
Jeff MAURY 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
# 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.
> 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
> 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
> # 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