[rt-users] RT3: mkdir /opt/rt3/var/mason_data/obj: Permission denied

Lieven Tomme lieven.tomme at aquanta.com
Thu May 22 11:00:57 EDT 2003


Hello,
After making RT3, modifying RT_SiteConfig.pm and httpd.conf, I obtain
the following error upon surfing to the involved URL:




error:  mkdir /opt/rt3/var/mason_data/obj: Permission denied at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Compiler/ToObject.pm line 96
 
context:  ...   
181:  # Mason exception and placed in the {prepare_error} slot. exec() 
182:  # will then trigger the error. This makes for an easier new + exec

183:  # API. 
184:  local $SIG{'__DIE__'} = sub { 
185:  rethrow_exception( $_[0] ); 
186:  }; 
187:   
188:  eval { 
189:  # create base buffer 
...   
 
code stack:  /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:185
/usr/lib/perl5/5.8.0/Carp.pm:191
/usr/lib/perl5/5.8.0/File/Path.pm:150
/usr/lib/perl5/5.8.0/File/Path.pm:143
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Compiler/ToObject.pm:96
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Interp.pm:323
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:201
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:166
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm:60
/usr/lib/perl5/site_perl/5.8.0/Class/Container.pm:265
/usr/lib/perl5/site_perl/5.8.0/Class/Container.pm:343
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Interp.pm:232
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm:857
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm:784
/opt/rt3/bin/webmux.pl:118
/dev/null:0 



Any idea how to solve this problem? It looks like I'm stuck without
help...


FYI: this is the involved section of my Apache 1.3.27 httpd.conf file:

<VirtualHost _default_:10082>
    ServerName my.domain.name
    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8
    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl
    PerlFreshRestart On

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>


Thanks for your help!
Lieven



More information about the rt-users mailing list