OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml-users message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: XACML Studio setup problem


Hi,

I installed Rails and the XACML Studio from Sourceforge:
http://sourceforge.net/projects/xacml-studio/
and artefact
xs.snapshot.20081116.tgz

I unpacked it and followed the installation instructions in Section 6 of
http://xacml-studio.sourceforge.net/

When I start to run the rake tasks (Step 11 onwards), I get the following
ruby error:
rake aborted!
uninitialized constant SOAP::Mapping::LiteralRegistry

By following the stack trace, the problem seems to arise here:
$XS_HOME/lib/xs/serializer/policy/policy_schema_mapping_registry.rb
on line 42, which is
  Registry = ::SOAP::Mapping::LiteralRegistry.new

There was some correspondence between Oleg Gryb (developer of
XACML-Studio) and an XS-user encountering the same problem on 1 November
2008.  Note that this correspondence predates the XS snapshot on
sourceforge, but it is unclear whether the problem has been resolved.

I understand from that correspondence that the problem may be caused by
dependency difficulties, so here is the result of running gem list on my
(Ubuntu 9.04) box:

*** LOCAL GEMS ***

actionmailer (2.1.1)
actionpack (2.1.1)
activerecord (2.1.1)
activeresource (2.1.1)
activesupport (2.1.1)
cgi_multipart_eof_fix (2.5.0)
daemons (1.0.10)
fastthread (1.0.7)
gem_plugin (0.2.3)
httpclient (2.1.2)
login_generator (1.2.2)
mongrel (1.1.5)
mysql (2.8.1)
rack (1.0.1)
rails (2.1.1)
rake (0.8.3)
soap4r (1.5.8)

Note that I took care to match, where possible, the gem versions from the
$XS_HOME/lib/gems directory.  The exception was that I used rails 2.1.1
rather than rails 2.2.0, the reason being that line 8 of
$XS_HOME/config/environment.rb is
RAILS_GEM_VERSION = '2.1.1' unless defined? RAILS_GEM_VERSION

I would be grateful for advice/help.

Thank you,
Bernard



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]