javax.servlet.ServletException

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

alexmerchant
Posts: 1
Joined: Thu Dec 24, 2009 10:29 am

javax.servlet.ServletException

Post by alexmerchant »

hi,
i have installed OpenEMM 5.5.1 in my Debian based server. the installation process went smooth. i also managed to start the application and logged in it. but when i am trying to create an New target group i am getting the following error.


An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: java.sql.SQLException: Can't create/write to file '/tmp/#sql_5cc_0.MYI' (Errcode: 13)

Please help..
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

OpenEMM has no permission to write to your temporary directory /tmp. I suggest a

chmod -R a+w /tmp
OpenEMM Maintainer
Post Reply