After an error plagued install, I finally reached completion. When I launch OpenEMM, the initial info screen shows up just fine.
However, when I select the link to the login screen, I get this:
An error occurred
Cause: javax.servlet.ServletException: com.caucho.jsp.JspParseException: /logon.jsp:29: reference to LogonForm is ambiguous, both class org.agnitas.web.forms.LogonForm in org.agnitas.web.forms and class org.agnitas.web.LogonForm in org.agnitas.web match LogonForm aForm=(LogonForm)request.getAttribute("logonForm"); ^ /logon.jsp:29: reference to LogonForm is ambiguous, both class org.agnitas.web.forms.LogonForm in org.agnitas.web.forms and class org.agnitas.web.LogonForm in org.agnitas.web match LogonForm aForm=(LogonForm)request.getAttribute("logonForm"); ^ 2 errors
I am simply stuck from there. No other options.
Please help!!!
Christian
Upgrade problems from 5.5.1 to 6.0.1 on Windows
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
You have two installations running in parallel (see WinInstallGuide, section 2.2), because you have two classes LogonForm.class, one in org/agnitas/web (OpenEMM 5.5.1) and one in org/agnitas/web/forms (6.0). Please delete the old files first or make a installation in a clean directory.
OpenEMM Maintainer