[JBoss JIRA] (JBIDE-26725) WildFly example 'wicket-war' contains errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26725?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka closed JBIDE-26725.
-----------------------------------
*Tested in newest RHCRS, I am closing this issue.*
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191022-0239-B5197
Build date: 20191022-0239
> WildFly example 'wicket-war' contains errors after import
> ---------------------------------------------------------
>
> Key: JBIDE-26725
> URL: https://issues.jboss.org/browse/JBIDE-26725
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.0.Final
>
>
> h2. *Here is the list of errors after import:*
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the pom.xml /wicket-war (line 19 Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' (Build path Build Path Problem)
> * The project cannot be built until build path errors are resolved wicket-war (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26868) Connection wizard: errors when login to https://api.openshift4-crs.crs.codereadyqe.com
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26868?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-26868.
---------------------------------
Closing, I am usign OpenShift cluster for testing without issues.
Verified in:
Red Hat CodeReady Studio
Version: 12.13.0.GA
Build id: GA-v20191022-0239-B5197
Build date: 20191022-0239
> Connection wizard: errors when login to https://api.openshift4-crs.crs.codereadyqe.com
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-26868
> URL: https://issues.jboss.org/browse/JBIDE-26868
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.13.0.AM1
> Environment: https://console-openshift-console.apps.openshift4-crs.crs.codereadyqe.com/
> (created with openshift installer on openstack)
> Reporter: André Dietisheim
> Assignee: Josef Kopriva
> Priority: Major
> Labels: connection_wizard
> Fix For: 4.13.0.Final
>
>
> Steps:
> # EXEC: (VPN required) go to https://console-openshift-console.apps.openshift4-crs.crs.codereadyqe.com/ and login using: htpasswd > developer/developer
> # EXEC: once logged in, pick "Copy Login Command" from the menu in the top right corner - you'll have to log in again and hit "Display Token". You'll get a command displayed that you'll have to copy:
> {code}
> oc login --token=XXXXXX --server=https://api.openshift4-crs.crs.codereadyqe.com:6443
> {code}
> # EXEC: open connection wizard, hit "Paste Login Command" button & pick "Finish"
> Result:
> {code}
> com.openshift.restclient.authorization.ResourceForbiddenException: forbidden: User "system:anonymous" cannot get path "/apis" forbidden: User "system:anonymous" cannot get path "/apis"
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:111)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:66)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.kt:184)
> at okhttp3.RealCall.execute(RealCall.kt:66)
> at com.openshift.internal.restclient.ApiTypeMapper.request(ApiTypeMapper.java:265)
> at com.openshift.internal.restclient.ApiTypeMapper.readEndpoint(ApiTypeMapper.java:257)
> at com.openshift.internal.restclient.ApiTypeMapper.getApiGroups(ApiTypeMapper.java:220)
> at com.openshift.internal.restclient.ApiTypeMapper.init(ApiTypeMapper.java:155)
> at com.openshift.internal.restclient.ApiTypeMapper.isSupported(ApiTypeMapper.java:84)
> at com.openshift.internal.restclient.URLBuilder.buildWithNamespaceInPath(URLBuilder.java:148)
> at com.openshift.internal.restclient.URLBuilder.build(URLBuilder.java:135)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:301)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:275)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:243)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:423)
> at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:237)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
> at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.connect(ConnectionWizardPageModel.java:300)
> at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage$ConnectJob.doRun(ConnectionWizardPage.java:434)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26732) WildFly example 'jaxws-addressing' contains errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26732?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka closed JBIDE-26732.
-----------------------------------
*Tested in newest RHCRS, I am closing this issue.*
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191022-0239-B5197
Build date: 20191022-0239
> WildFly example 'jaxws-addressing' contains errors after import
> ---------------------------------------------------------------
>
> Key: JBIDE-26732
> URL: https://issues.jboss.org/browse/JBIDE-26732
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.0.Final
>
>
> h2. List of problems:
> * Missing artifact com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.16-jbossorg-1 pom.xml /jaxws-addressing-client line 19 Maven Dependency Problem
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 pom.xml /jaxws-addressing-client line 19 Maven Dependency Problem
> * Missing artifact xerces:xercesImpl:jar:2.12.0.SP02 pom.xml /jaxws-addressing-client line 19 Maven Dependency Problem
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' jaxws-addressing-client Build path Build Path Problem
> * The project cannot be built until build path errors are resolved jaxws-addressing-client Unknown Java Problem
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26729) WildFly example 'kitchensink-jsp' contains errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26729?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka closed JBIDE-26729.
-----------------------------------
*Tested in newest RHCRS, I am closing this issue.*
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191022-0239-B5197
Build date: 20191022-0239
> WildFly example 'kitchensink-jsp' contains errors after import
> --------------------------------------------------------------
>
> Key: JBIDE-26729
> URL: https://issues.jboss.org/browse/JBIDE-26729
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.0.Final
>
>
> h2. List of problems:
> * Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" registrationResult.jsp /kitchensink-jsp/src/main/webapp line 18 JSP Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1 pom.xml /kitchensink-jsp line 62 Maven Dependency Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1 pom.xml /kitchensink-jsp line 67 Maven Dependency Problem
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/apache/taglibs/taglibs-standard-impl/1.2.6-RC1/taglibs-standard-impl-1.2.6-RC1.jar' kitchensink-jsp Build path Build Path Problem
> * The project cannot be built until build path errors are resolved kitchensink-jsp Unknown Java Problem
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26764) Migrate Installer - Standalone integration tests into job DSL
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26764?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-26764.
---------------------------------
[~jrichter1] [~jkopriva] Closing, objections -> reopen. :)
> Migrate Installer - Standalone integration tests into job DSL
> -------------------------------------------------------------
>
> Key: JBIDE-26764
> URL: https://issues.jboss.org/browse/JBIDE-26764
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: integration-tests, qa
> Affects Versions: 4.13.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Fix For: 4.13.0.AM1
>
> Attachments: TEST-com.jboss.jbds.installer.test.HeadlessInstallerTest.xml, TEST-com.jboss.jbds.installer.test.HeadlessInstallerTest.xml, TEST-com.jboss.jbds.installer.test.InstallerTest.xml, TEST-com.jboss.jbds.installer.test.InstallerTest.xml, TEST-com.jboss.jbds.installer.test.LaunchTest.xml, com.jboss.jbds.installer.test.HeadlessInstallerTest.txt, com.jboss.jbds.installer.test.HeadlessInstallerTest.txt, com.jboss.jbds.installer.test.InstallerTest.txt, com.jboss.jbds.installer.test.InstallerTest.txt, com.jboss.jbds.installer.test.LaunchTest.txt, consoleText.txt, consoleText.txt, consoleText.txt, consoleText.txt, consoleText.txt
>
>
> Rewrite QE integration tests into job DSL and place them under dev-platform/cci-config repo
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26873) CRC server adapter: "CRC Pull Secret File:" label is incorrectly vertically centered
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26873?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-26873.
---------------------------------
Closing, text is now centered.
Verified in:
Red Hat CodeReady Studio
Version: 12.13.0.GA
Build id: GA-v20191022-0239-B5197
Build date: 20191022-0239
> CRC server adapter: "CRC Pull Secret File:" label is incorrectly vertically centered
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-26873
> URL: https://issues.jboss.org/browse/JBIDE-26873
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.13.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.13.0.Final
>
> Attachments: screenshot-1.png
>
>
> Steps:
> # EXEC: launch server adapter wizard for CRC
> Result:
> The wizard pops up a form where you have to indicate the CRC binary and push secret. The push secret input field and it's label are not vertically centered.
> !screenshot-1.png!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months