summaryrefslogtreecommitdiff
path: root/_posts/2012-05-08-how-to-solve-cannot-load-such-file----opentoxserver-errors.md
blob: 71cca2b5aea586a5cba7f40a0aeb7fa6a76bd8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: post
title: "How to solve 'cannot load such file opentox/server' errors whens starting unicorn"
description: ""
category: Installation
tags: ["Debugging"]
---
{% include JB/setup %}

If you encounter such an error message during unicorn startup it is likely that one of the gems required by opentox-server does not load properly. 
Frequent causes are

- incorrect or missing configuration files (in ~/.opentox/config/service_name.rb)
- incompatible gems

Try to require opentox-server manually in irb. This should give you a more helpful error message. If a particular gem version does not work you can request a working version in opentox-server.gemspec.