Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Default config fails using ruby-enterprise #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Ruby EE as your ruby system
2. gem install rubycas-server
3. attempt to run rubycas-server for the first time

What version of RubyCAS-Server are you using? 
0.7.0

How is it installed (rubygem, manual install)? How are you running it 
(webrick, mongrel, cgi, etc.)? 
gem, (Ruby Enterprise version in a non-standard directory)

If relevant, please paste your RubyCAS-Server config.yml file here.

Please provide any additional information below.

Output:
-------
# /opt/ruby-enterprise-1.8.6-20080810/lib/ruby/gems/1.8/gems/rubycas-
server-0.7.0/bin/rubycas-server
Adding Picnic functionality to CASServer from /opt/ruby-enterprise-1.8.6-
20080810/lib/ruby/gems/1.8/gems/picnic-0.7.0/lib...
Loading configuration for CASServer from '/etc/rubycas-
server/config.yml'...

CASSERVER SERVER HAS NOT YET BEEN CONFIGURED!!!

Attempting to copy sample configuration from '/opt/ruby-enterprise-1.8.6-
20080810/lib/ruby/gems/1.8/gems/rubycas-server-0.7.0/../config.example.yml' 
to '/etc/rubycas-server/config.yml'...

The example conf file does not exist! The author of CASServer may have 
forgotten to include it. You'll have to create the config file manually.

-----

Notes:

The sample config file exists, but not in the specified location:

Search location: 
/opt/ruby-enterprise-1.8.6-20080810/lib/ruby/gems/1.8/gems/rubycas-server-
0.7.0/../config.example.yml

Actual location:
/opt/ruby-enterprise-1.8.6-20080810/lib/ruby/gems/1.8/gems/rubycas-server-
0.7.0/../config.example.yml

IE: the '../' is not needed

Original issue reported on code.google.com by dlr...@gmail.com on 4 Nov 2008 at 10:16

GoogleCodeExporter commented 8 years ago

Original comment by matt.zuk...@gmail.com on 5 Nov 2008 at 1:31

GoogleCodeExporter commented 8 years ago
Can you download this gem, install it, and see if it fixes the problem for you?
Please let me know if it does and I'll release this officially as Picnic 7.1:

http://camping-picnic.googlecode.com/files/picnic-0.7.0.98.gem

Original comment by matt.zuk...@gmail.com on 5 Nov 2008 at 3:26