Mod_cfml issue

Hi all,

I’m very close getting my cloud-init script finished for a
Ubuntu/Tomcat/nginx/Lucee setup.
The only issue I’m having at this time is that I get the following error
with loggingEnabled:

[mod_cfml] NOTICE: Serialization Write Exception:
java.io.FileNotFoundException: mod_cfml.dat (Permission denied)
[mod_cfml] Rredirect URL => ‘/test.cfm’

I understand that it’s a rights issue, but what I don’t know is for which
user and which folder.
Any pointers would be much appreciated!

Regards,

Michael

Windows or *NIX?

on *NIX you should be able to do a

ps -ef | grep processname

it should come back with who is running the process

So if the process is apache.apache

and your docroot is /var/www/

then you would do

chown -R apache.apache /var/wwwOn Friday, February 13, 2015 at 3:24:27 AM UTC-5, Michael van Leest wrote:

Hi all,

I’m very close getting my cloud-init script finished for a
Ubuntu/Tomcat/nginx/Lucee setup.
The only issue I’m having at this time is that I get the following error
with loggingEnabled:

[mod_cfml] NOTICE: Serialization Write Exception:
java.io.FileNotFoundException: mod_cfml.dat (Permission denied)
[mod_cfml] Rredirect URL => ‘/test.cfm’

I understand that it’s a rights issue, but what I don’t know is for which
user and which folder.
Any pointers would be much appreciated!

Regards,

Michael

FYI, I’m using mod_cfml-valve_v1.0.14.jar2015-02-13 9:24 GMT+01:00 Michael van Leest <@Michael_van_Leest>:

Hi all,

I’m very close getting my cloud-init script finished for a
Ubuntu/Tomcat/nginx/Lucee setup.
The only issue I’m having at this time is that I get the following error
with loggingEnabled:

[mod_cfml] NOTICE: Serialization Write Exception:
java.io.FileNotFoundException: mod_cfml.dat (Permission denied)
[mod_cfml] Rredirect URL => ‘/test.cfm’

I understand that it’s a rights issue, but what I don’t know is for which
user and which folder.
Any pointers would be much appreciated!

Regards,

Michael


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/66d899e5-8c14-4b3e-91ad-6157b8193304%40googlegroups.com
https://groups.google.com/d/msgid/lucee/66d899e5-8c14-4b3e-91ad-6157b8193304%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Michael van Leest