Search found 3 matches

by jsmith
Tue Sep 22, 2009 2:12 pm
Forum: Installation & Upgrades
Topic: 500 Servlet Exception / Cannot create directory
Replies: 5
Views: 7479

I'm sorry to hear that your sever is unavailable. It's possible that your server isn't "big" enough to handle OpeneEMM (insufficient RAM is the largest issue), but I don't think the problem you saw with OpenEMM is causing your server to be unavailable. At any rate, I'll gladly help you get...
by jsmith
Mon Sep 21, 2009 4:45 pm
Forum: Installation & Upgrades
Topic: 500 Servlet Exception / Cannot create directory
Replies: 5
Views: 7479

Sounds like permissions

It sounds like a permissions problem to me. I've performed several installations on a CentOS (RedHat) server and haven't experienced that particular error. Did you perform a manual installation? My /home/openemm/webapps/core/WEB-INF/sessions directory has these permissions: drwxrwxr-x 2 openemm open...
by jsmith
Fri Sep 04, 2009 4:20 pm
Forum: Installation & Upgrades
Topic: Start OpenEMM on system boot
Replies: 4
Views: 11094

The original script provided is good, but it's incompatible with chkconfig. Adding a few lines of comments allows it to work. Here's my updated version of the code for /etc/init.d/openemm #! /bin/sh # # chkconfig: 345 80 20 # description: OpenEMM server # processname: openemm # # System startup scri...