Page 1 of 1

javax.servlet.ServletException after installation

Posted: Thu Sep 10, 2009 1:59 pm
by netactive
Hi everyone!

We have deployed a fresh openemm installation on a resin server (which wasn't exactly straight forward due to an enormous amount of dependencies although resin is the recommended and default application server).

This is our setup:
  • - latest Gentoo GNU/Linux
    - OpenEMM 5.1.1 (compiled from source, including a huge amount of dependent jars)
    - Resin 3.2.1 on 127.0.0.1:8080
    - Squid Frontend in accelerator mode forwarding traffic to 127.0.0.1:8080
This setup seems to work fine. Almost all pages of OpenEMM work. But the "Actions" menu item throws the following error:

Code: Select all

javax.servlet.ServletException: javax.servlet.jsp.JspException: No bean found under attribute key emmaction
The other menu item which throws an error is the "Recipients / Overview" menu item:

Code: Select all

javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "gender..short"
I'm a pretty noob on java deployments. Any help would be greatly appreciated.

Posted: Tue Oct 06, 2009 10:32 am
by maschoff
The Resin web container is integrated in the OpenEMM package. Now you have probably two web containers on your system. You should delete the one installed by yourself and rely on the one integrated with OpenEMM.