google-code-export / rubycas-server

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

handle_cli_input error in Picnic while running rubycas-server #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo gem install rubycas-server
2. sudo gem install picnic
3. rubycas-server (/usr/local/bin/rubycas-server)
4. Got this error : http://code.google.com/p/rubycas-server/issues/detail?id=73
5.) commented the line 12 in
gems/1.8/gems/rubycas-server-0.7.1.1/bin/rubycas-server as suggested in the
solution to error.
6.) rubycas-server (/usr/local/bin/rubycas-server)

Got this error: 

/usr/local/lib/ruby/gems/1.8/gems/picnic-0.8.1.1/lib/picnic/cli.rb:73:in
`handle_cli_input': options[:app_file] points to
"/usr/local/lib/ruby/gems/1.8/gems/picnic-0.8.1.1/lib/lib/rubycas-server.rb" but
this does not appear to be a valid Camping application!} (ArgumentError)
        from
/usr/local/lib/ruby/gems/1.8/gems/rubycas-server-0.7.1.1/bin/rubycas-server:25
        from /usr/local/bin/rubycas-server:19:in `load'
        from /usr/local/bin/rubycas-server:19

What version of RubyCAS-Server are you using? How is it installed (rubygem,
manual install)? How are you running it (webrick, mongrel, passenger,
etc.)?

 * rubycas-server => 0.7.1.1
 * Installed as Gem
 * Not able to run it yet, but would be using Mongrel

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

Please provide any additional information below.

Running Ubuntu 8.0.4

Also, config file was not generated in /etc/rubycas-server/config.yml
automatically, I had to copy it from gem installation folder
(config.example.yml)

Original issue reported on code.google.com by arpitjai...@gmail.com on 1 Jun 2009 at 11:24

GoogleCodeExporter commented 9 years ago
Sorry for the repost. I think this issue is already reported and solved at

http://code.google.com/p/rubycas-server/issues/detail?id=71&can=1

Original comment by arpitjai...@gmail.com on 1 Jun 2009 at 11:41

GoogleCodeExporter commented 9 years ago
Yup -- for now please use the dev version of the gem from github 
(gunark-rubycas-server)

Original comment by matt.zuk...@gmail.com on 1 Jun 2009 at 2:21