Results 1 to 3 of 3

Thread: Click on "Run" for one of the ruby Application... but it is still showing "not runnin

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    248

    Default Click on "Run" for one of the ruby Application... but it is still showing "not runnin

    Hello,

    Click on "Run" for one of the ruby Application... but it is still showing "not running"..

    any idea what is wrong?
    Gundamz (Gundam Zeta) : Japanese version of transformers.

  2. #2
    Registered User
    Join Date
    Feb 2009
    Posts
    2

    Default

    Have you checked to make sure the application is configured properly? If you have shell access, the best way to check this is by cd'ing to the relevant directory the script is installed in, then using the following to start it:

    Code:
    ruby script/server -e production
    If it works, you should see something along the lines of the following:

    Code:
    $ ruby script/server -e production
    => Booting WEBrick...
    => Rails 2.2.2 application started on http://0.0.0.0:3000
    => Ctrl-C to shutdown server; call with --help for options
    [2009-04-09 12:59:54] INFO  WEBrick 1.3.1
    [2009-04-09 12:59:54] INFO  ruby 1.8.7 (2008-08-11) [x86_64-linux]
    [2009-04-09 12:59:54] INFO  WEBrick::HTTPServer#start: pid=20707 port=3000
    If you don't, then you need to post on the script vendor's website for support; that's about as far as my knowledge of Ruby goes I'm afraid. If you do get the expected and can access the application from the port displayed above, the issue must be with cPanel, or you may have some missing RubyGems...

  3. #3
    Member
    Join Date
    Mar 2008
    Posts
    3

    Default

    Check the ruby gems version and update to the latest gems version.

    Then run "ruby script/server -e production" from the script directory.
    Last edited by geobaby; 04-14-2009 at 05:03 PM.

Similar Threads

  1. When I "Terminate an Account", account still showing under "List Accounts"
    By fireineyes in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 03-01-2011, 05:20 PM
  2. WHM run of upcp showing blank "progress" screen
    By nyjimbo in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 10-09-2007, 10:35 AM
  3. In webmail how do you change the "Click here for secure site link"
    By napalm1 in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 10-21-2003, 01:50 AM