Recommended Posts

Posted

Hey

Thanks to the help of the Support Staff, I got redmine installed on the server. But now I'm having a problem where my rails app refuses to restart. Although I've clicked stop, it doesn't. The rails app status constantly reads Not Running, even though it clearly is. I need to restart my app to make a new theme show up as a setting and currently cannot. Any assistance is appreciated :)

Posted

If you're familiar with SSH what I'd recommend doing is checking your process list so:


ps -u yourusername
[/code]

Then find the ruby process which I assume is still running. Then just do kill 3983983 with the number being the process id for the ruby instance running.

Posted

Lol, I've used SSH a lot now, coming from knowing the rm -rf * command to using rake and process killing :P

I got the process killed and it's loading fine now. Thanks!

Slightly related, what's the highest maximum version of redmine that can be installed on the Hawkhost servers? I don't want to open myself to known security issues in 0.8.5 and want to upgrade to something like 0.9.6.

Posted

Just check the versions that they claim will work and match up accordingly. You probably may even be able to upgrade some portions. The only thing you can't run right now is Rails 3. We're working on a non Mongrel solution to that though no ETA though lot of stuff going on.

Posted

I tried installing 0.9.6 before and it wouldn't work (it kept asking me to install the latest gem and that didn't work either as it would error with the VersionDependancy crap, so it was a lose-lose situation)

Glad to hear it will be fixed :)

Posted

Hi

I tried upgrading to 0.9.x and due to whatever is wrong with the ruby setup, it is not possible to upgrade beyond 0.8.7.

You will get the following error when trying to run the command below:

Command:

rake db:migrate RAILS_ENV="production"
Error:
rake aborted!

undefined local variable or method `version_requirements' for #<Rails::GemDepe

ndency:0x2ad42f68c468>

Hope this helps Tony!

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...