How to configure jboss to run as a service in rhel 7 - jboss7.x

How to run jboss as a service if installed using zip package ?

You can check the coresponding JBoss EAP 7 documentation Installation Guide - Configuring JBoss EAP to run as a Service for detailed information.

Related

Glassfish with install javamail module problem

I have a Debian linux server with glassfish 6.1 and JDK 11.
When configure the javamail session the server answer with a error javamail module not found.
I have installed the javamail with apt-get install, but it is not working.
How to configure the javamail module inside glassfish system ?
Thank you.

Jboss 7.1.1 startup throws Unable to read the logging config

I am using JBoss7.1.1.Final with jdk 1.8.0_20. When i run standalone. it throws error as
"Unable to read the logging configuration from 'file:/c/jboss-as-7.1.1.Final/jbos s-as-7.1.1.Final/standalone/configuration/logging.properties' (java.io.FileNotFo undException: \c\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\configurat ion\logging.properties (The system cannot find the path specified))"
JBoss AS 7.1.1.Final does not work with Java 8 https://developer.jboss.org/message/926279#926279.
If you're required to use Java 8 I'd suggest using the JBoss AS 7 predecessor WildFly. Starting with WildFly 10 Java 8 is a requirement.
You can start using OpenJDK 1.8 from JbossAS 7.4.1, Oracle and IBM from JBoss AS 7.3.3 https://access.redhat.com/articles/111663

RED HAT BRMS installation error on EAP7

While installing 'jboss-brms-6.3.0.GA-installer.jar' on my EAP 7.0 ('jboss-eap-7.0.0-installer.jar') I am getting error in BRMS installation wizard as below.
The provided EAP installation is missing the following required files:
\standalone\configuration\standalone-osgi.xml
'standalone-osgi.xml' didn't come along with EAP 7 installation.
Can anyone please help me?
From the Red Hat BRMS 6 supported configurations :
Application Containers Version
JBoss EAP 6.4.(7+)
I understand 6.4.(7+) as any server of the 6.4.X branch, starting from the 6.4.7. To my understanding, this does exclude EAP 7. There is a chance BRMS can be installed on EAP 7, but probably with the manual ZIP install, not with the automatic installer.
Moreover, if you are trying to install BRMS, you probably have enterprise support from Red Hat. Running BRMS 6.3 on EAP 7 may exclude your support.
From Redhat JBoss BPM Suite installation Guide: link
Section 2.1: This section describes the steps required to install Red Hat JBoss BPM Suite using the JAR file installer installation method. The JAR file is an executable file that installs Red Hat JBoss BPM Suite on an existing Red Hat JBoss EAP 6 installation.
However, the JAR installer does not support Red Hat JBoss EAP 7.0. For Red Hat JBoss EAP 7.0, only Deployable Zip installation option is supported.
So to install BPM/BRMS on EAP 7 You have 2 use the ZIP file.
EAP download page link.
You can find the steps required for installing with ZIP

IBM MobileFirst Operations Console does not work with HTTPS

We are unable to use MobileFirst 6.3 Operations Console with HTTPS. I reviewed a couple of links here and installed the last fix pack available for the server side (6.3.0.0-MFPF-Server-IF201504041503.zip).
We are having the same behavior explained in this link:
Unable to use HTTPS for MobileFirst Console 6.3
Need I install another fix or redeploy worklightconsole.war ?
Thanks in advance
You have not installed the last MFP 6.3 ifix as you can see in the messages.log file of your last zipped logs :
[4/15/15 12:00:34:754 ART] 00000012 ht.admin.listeners.WorklightManagementServletContextListener I FWLSE3199I: ========= MobileFirst Administration Services version 6.3.0.00-20141127-1357 started.
When you install a fix you have to do a minimal update of the console applications and the runtime applications with the Server config tools or the installation ant tasks. Otherwise no war files are updated.

How to install JBoss AS 7 in Eclipse Juno

I'm using Eclipse Juno and My Application runs on JBoss 6. Now we are migrating from JBoss 6 to JBoss AS 7. I'm not able to configure the JBoss 7, when i add download additional server adapter, none of the adapter's are shown in the wizard. I also tried manaully by Help->Install New Software and using this link http://download.jboss.org/jbosstools/updates/nightly/core/trunk/ but it says some context.xml not found.
Is there any way, i can use the JBoss 7 with eclipse juno version.
I'have added -Djava.net.preferIPv4Stack=true to eclipse.ini and it solved the problem. May be it's related to some proxy settings.