Closed GoogleCodeExporter closed 9 years ago
I wonder if this has something to do with ActiveRecord 2.3. Can you try:
gem uninstall activerecord
(then select 2.3.2 to uninstall it, if the option comes up)
gem install activerecord VERSION=2.2.2
And then try running rubycas-server again.
Original comment by matt.zuk...@gmail.com
on 27 Mar 2009 at 6:34
Hi,
Thanks for the answer, but unfortunatly the problem is still the same.
Original comment by rousseau...@gmail.com
on 30 Mar 2009 at 7:23
I'm afraid then that it might be something specific to your system (your Ruby or
ActiveRecord installation). I can't reproduce the problem on my side, and it
seems to
be working fine for most others.
Original comment by matt.zuk...@gmail.com
on 30 Mar 2009 at 8:24
Hi,
Is it possible to receive a simple 'walkthrough' about the installation of
RubyCas
Server on windows, with the versionning of the different components ?
Yesterday i tested with some other version of activerecord//support but still
the
same error.
I've also try with an installation of mysql by 'xampp' and a stand alone
installation.
All my test are made on a Virtual Machine, is it possible that the problem come
from
there ? (I dont think but maybe you already read something about it)
Anyway, thanks a lot ;)
Original comment by rousseau...@gmail.com
on 31 Mar 2009 at 6:53
I've installed RubyCAS server on my Windows machine recently and didn't run
into any
issues... just make sure you use the Github version of the rubycas-server and
picnic
gems (gunark-rubycas-server and zuk-picnic). Once you install the gems, you
should be
able to run the server from the directory where the gem is installed (I can't
rememember the path off hand -- I'm on my linux machine at work right now):
ruby bin\rubycas-server
Original comment by matt.zuk...@gmail.com
on 6 May 2009 at 1:17
I encountered the same problem. I was using MySQL 5.1. The ActiveRecord gem
shipped
with rails 2.3 doesn't work with MySQL client library(libmysql.dll) shipped with
MySQL 5.1. I had to copy an older version of the library (from MySQL 5.0
distribution) to ruby\bin. Now my CASServer runs without any issues.
This particular issue is discussed here: http://www.ruby-forum.com/topic/172158
Original comment by clara.an...@gmail.com
on 17 Jun 2009 at 1:25
Thank you very much, i'll try it as soon as possible.
Original comment by rousseau...@gmail.com
on 17 Jun 2009 at 7:58
I finally found the time to try this solution (on holidays ^^) and it works.
But now
it's an other problems. When i try to access to https://localhost/cas, i
correctly
see the certificat but after that, the page is not found. Do you have an idea ?
Original comment by rousseau...@gmail.com
on 16 Jul 2009 at 8:39
In reading again the 'quickstart' i see:
--------------------------------------------------------------------------------
----
4.Run /usr/bin/rubycas-server (try /usr/bin/rubycas-server -h for a list of
command-
line options).
You should now be up and running. The server's output should show you the URL
where
you can access the CAS login page.
--------------------------------------------------------------------------------
----
But the server's output dont show me the url.
In the attach file, the result of server's lauching.
Thanks for the help
Original comment by rousseau...@gmail.com
on 16 Jul 2009 at 9:09
Attachments:
So basically this sounds like an upstream issue. As clara.ann.yih suggests, a
number
of workarounds are discussed here: http://www.ruby-forum.com/topic/172158
Original comment by matt.zuk...@gmail.com
on 30 Sep 2009 at 8:51
Original issue reported on code.google.com by
rousseau...@gmail.com
on 24 Mar 2009 at 6:22