| Summary: | Fail to install jbosseap cartridge due to dependency issue when using JBoss EAP 6.2 beta | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.0.0 | CC: | libra-onpremise-devel, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-16 09:11:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ma xiaoqiang
2013-10-23 05:45:30 UTC
Cleaning up the output a bit. Here are the packages I found that the EAP 6.2 beta relies on from EAP 6.1: apache-commons-beanutils apache-commons-cli apache-commons-codec-eap6 apache-commons-collections-eap6 apache-commons-configuration apache-commons-io-eap6 apache-commons-lang-eap6 apache-commons-pool-eap6 apache-mime4j cal10n codehaus-jackson-core-asl codehaus-jackson-jaxrs codehaus-jackson-mapper-asl codehaus-jackson-xc dom4j-eap6 ecj3 glassfish-jaf glassfish-javamail glassfish-jaxb-eap6 glassfish-jsf glassfish-jsf12 guava h2database hibernate-beanvalidation-api hibernate-jpa-2.0-api hibernate3-commons-annotations hibernate4-entitymanager-eap6 hibernate4-envers-eap6 hibernate4-infinispan-eap6 hibernate4-validator httpclient httpcomponents-client httpcomponents-core httpcomponents-project httpcore httpmime infinispan-cachestore-jdbc infinispan-cachestore-remote infinispan-client-hotrod infinispan-core jacorb-jboss jandex jaxbintros jaxen jaxws-jboss-httpserver-httpspi jbosgi-deployment jbosgi-framework-core jbosgi-repository jbosgi-resolver jbosgi-spi jbosgi-vfs jboss-annotations-api_1.1_spec jboss-as-controller-client jboss-as-core-security jboss-as-deployment-repository jboss-as-deployment-scanner jboss-as-domain-management jboss-as-ee-deployment jboss-as-host-controller jboss-as-management-client-content jboss-as-osgi-configadmin jboss-as-osgi-service jboss-as-platform-mbean jboss-as-process-controller jboss-as-transactions jboss-classfilewriter jboss-common-beans jboss-common-core jboss-connector-api_1.6_spec jboss-ejb-api_3.1_spec jboss-ejb-client jboss-el-api_2.2_spec jboss-iiop-client jboss-interceptors-api_1.1_spec jboss-invocation jboss-j2eemgmt-api_1.1_spec jboss-jacc-api_1.4_spec jboss-jad-api_1.2_spec jboss-jaspi-api_1.0_spec jboss-jaxb-api_2.2_spec jboss-jaxr-api_1.0_spec jboss-jaxrpc-api_1.1_spec jboss-jaxrs-api_1.1_spec jboss-jaxws-api_2.2_spec jboss-jms-api_1.1_spec jboss-jsf-api_2.1_spec jboss-jsp-api_2.2_spec jboss-jstl-api_1.2_spec jboss-logging jboss-metadata jboss-metadata-appclient jboss-metadata-common jboss-metadata-ear jboss-metadata-ejb jboss-metadata-web jboss-msc jboss-osgi-logging jboss-remote-naming jboss-remoting3 jboss-rmi-api_1.0_spec jboss-saaj-api_1.3_spec jboss-sasl jboss-seam-int jboss-security-negotiation jboss-security-xacml jboss-servlet-api_2.5_spec jboss-servlet-api_3.0_spec jboss-specs-parent jboss-stdio jboss-transaction-api_1.1_spec jboss-transaction-spi jboss-xnio-base jbossas-hornetq-native jbossas-jbossweb-native jbossas-welcome-content-eap jbossts jbossweb jbossws-native jbossxb2 jcip-annotations-eap6 jdom-eap6 jettison jgroups joda-time jtype juddi jul-to-slf4j-stub jython-eap6 log4j-eap6 log4j-jboss-logmanager netty objectweb-asm-eap6 org.apache.felix.configadmin org.apache.felix.log org.osgi.enterprise-eap6 picketbox picketbox-commons picketlink-federation relaxngDatatype relaxngDatatype-eap6 rngom scannotation slf4j-eap6 slf4j-jboss-logmanager snakeyaml staxmapper stilts sun-codemodel sun-istack-commons sun-saaj-1.3-impl sun-txw2 sun-ws-metadata-2.0-api sun-xsom velocity-eap6 woodstox-core woodstox-stax2-api ws-commons-XmlSchema ws-commons-neethi For now please simply test with the 6.1 channel enabled. That will at least allow the beta to install. I'm bring this up with the JBoss team. JBoss responded and said that EAP 6.2 will actually require the 6.1 content to be enabled. 1.configure the JBEAP-6.2 repos #cat <<YUM > /etc/yum.repos.d/jbosseap62.repo [jbosseap62] name=jbosseap62 baseurl=http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.2.0.ER5.1/rpms/jbappplatform-6-x86_64-server-6-rpm/ enabled=1 priority=3 gpgcheck=0 YUM 2. install the jbosseap cartridge #yum install openshift-origin-cartridge-jbosseap install the cartridge successfully! |