Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Problem

DDF

will not start up when calling the start script defined during installation.

Solution

    1. 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)
    2. If running *nix verify that bash is installed.

      echo $SHELL

      Should return

      /bin/bash  
  • No labels