/
Distribution does not start
Distribution does not start
Problem
DDF
will not start up when calling the start script defined during installation.Solution
Verify that Java is correctly installed.
java -version
Should return something similar to
java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)
If running *nix verify that bash is installed.
echo $SHELL
Should return
/bin/bash
, multiple selections available,