javax.servlet.ServletException after installation

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

Moderator: moderator

netactive
Posts: 7
Joined: Thu Sep 10, 2009 1:53 pm
Location: Bremerhaven, Germany

javax.servlet.ServletException after installation

Post 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.
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post 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.
OpenEMM Maintainer
Post Reply