2 Replies Latest reply on Oct 27, 2014 9:15 AM by dzcs

    Wildfly init.d script fails to start under debian

    dzcs

      Dear all,

       

      I have installed Wildfly current final distribution according to documentation in /opt/wildfly including creation of wildfly group and user. Checked, that wildfly starts using standalone.sh and deploys my application.

      Copied init.d script in /etc/init.d and did all required registrations.

      In case of usage either via service or direct /etc/init.d/wildfly start getting following:

       

      [prompt]:~# service wildfly start

      Starting WildFly Application Server: wildfly[prompt]:~#

       

      here "prompt" is linux prompt including user and host name. Process will not be started and no log can be found.

      Does anybody had anything like this? What else shall I check?

       

      thank you in advance!

       

      Additional info:

       

      I have already installed wildfly under CentOS without problems. What system would one prefer for WildFly CentOS or Debian? Maybe I should better change OS?

       

      Debian

      :~# lsb_release -a

      No LSB modules are available.

      Distributor ID: Debian

      Description: Debian GNU/Linux 6.0.10 (squeeze)

      Release: 6.0.10

      Codename: squeeze

       

      Java

      :~# java -version

      java version "1.8.0_20"

      Java(TM) SE Runtime Environment (build 1.8.0_20-b26)

      Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)