unable to download and install jboss eap 7 rpm
Hi Team,
I am using red hat 7.4 (maipo) I have followed the how to install jboss eap7 via rpm route , whenever i try to run the below command,
"[root@rahulbg rbg]# subscription-manager list --available --all"
I get the below output--->
[root@rahulbg rbg]# subscription-manager list --available --all
+-------------------------------------------+
Available Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Enterprise Linux Developer Suite
Provides: Red Hat Software Collections (for RHEL Server)
Red Hat Container Development Kit
MRG Realtime
Red Hat EUCJP Support (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Server - Extended Update Support
Red Hat Beta
Oracle Java (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux High Performance Networking (for RHEL Compute Node)
dotNET on RHEL Beta (for RHEL Server)
Red Hat Enterprise Linux High Performance Networking (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Resilient Storage (for RHEL Server)
Oracle Java (for RHEL Server)
Red Hat Container Images
Red Hat Enterprise Linux for Real Time
dotNET on RHEL (for RHEL Server)
Red Hat Enterprise Linux Atomic Host
Red Hat S-JIS Support (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Scalable File System (for RHEL Server)
Red Hat Enterprise Linux Resilient Storage (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Atomic Host Beta
Red Hat Enterprise Linux High Availability (for RHEL Server) - Extended Update Support
Red Hat Container Images Beta
Red Hat Enterprise Linux Scalable File System (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Load Balancer (for RHEL Server) - Extended Update Support
Red Hat Enterprise Linux Server
Red Hat Enterprise Linux High Availability (for RHEL Server)
Red Hat Software Collections Beta (for RHEL Server)
Red Hat Enterprise Linux Load Balancer (for RHEL Server)
Red Hat Enterprise Linux High Performance Networking (for RHEL Server)
Red Hat Developer Toolset (for RHEL Server)
SKU: RH2262474
Contract:
Pool ID: 8a85f98a5def9536015defc1da500cf6
Provides Management: Yes
Available: 1
Suggested: 1
Service Level: Self-Support
Service Type: L1-L3
Subscription Type: Standard
Ends: 08/17/2018
System Type: Physical
[root@rahulbg rbg]#
2:Now as per installation guidelines for eap7x i executed the below command,
"[root@rahulbg rbg]# subscription-manager repos --enable=jb-eap-7-for-rhel-7-server-rpms"
and got this message-->
Error: 'jb-eap-7-for-rhel-7-server-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
ps:I need to migrate a jersey project from windows jboss deployment environmet to a rhel jboss eap one.
what am i doing wrong? Please help.
warm regards,rbg
Responses
You got only the "Red Hat Enterprise Linux Developer Suite" subscription which I don't think would include Jboss, otherwise, it would have got listed under the available list. I'm not sure if there is any trail subscriptions as such available for Jboss, you may get in touch with Red Hat sales team for further help.
Hi Sadashiva,
Well, it is available for the Red Hat Enterprise Linux Developer Suite -> Red Hat JBoss Developer Studio
But as of now the installation hasn't to be done by adding and using repositories, maybe it changes later.
Cheers :)
Christian
Okay, not sure/clear if I've missed out something. I could not trace that out in the "available list" of "Developer Suite" subscription, is there something extra steps to be performed to get this activated.
Christian, I still remember you had a discussion thread opened sometime back regarding this issue wherein something was missing from this Developer Suite which is supposed to be there as per Red Hat. The link that you had provided above takes to the standalone download page of Studio. I hope that Red Hat would include this along with Developer Suite so that users get the ease of setting up Jboss EAP at least on trail basis.
Yes Sadashiva, and it was this thread -> RHEL 7.4 - Red Hat Developer Tools software repository not available If this repository would be available, one could install Red Hat JBoss Developer Studio just by running sudo yum install rh-eclipse47-devstudio
, so hopefully the confusion ends soon ... but unfortunately the developer team that I contacted about two weeks ago didn't respond so far. :(
Regards,
Christian
Hi Rahul,
The jb-eap-7-for-rhel-7-server-rpms
repository is not available for the Red Hat Enterprise Linux Developer Suite subscription or doesn't exist at all ... hence the error message. Please follow these instructions -> Red Hat JBoss Enterprise Application Platform
Regards,
Christian
I have encountered the same situation, But none of the above methods solve the problem, I perform the following operations:
[root@localhost rpm-gpg]# subscription-manager repos --enable=jb-eap-7-for-rhel-7-server-rpms
The error output information as follows: Error: 'jb-eap-7-for-rhel-7-server-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
Then i run "subscription-manager repos --list",but did not find any information about jb-eap-7-for-rhel-7-server-rpms in the output.
Also, i tried register/unregister system, clean cache, but it didn't take effect.
In addition, the following failed, meet the same situation:
subscription-manager repos --enable=rhel-7-server-rhv-4.2-manager-rpms and
subscription-manager repos --enable=rhel-7-server-rhv-4-managertools-rpms
but the following are succed:
subscription-manager repos --enable=rhel-7-server-rpms
subscription-manager repos --enable=rhel-7-server-supplementary-rpms
subscription-manager repos --enable=rhel-7-server-ansible-2-rpms
Who can point out the reason?