Page 1 of 1

Upgrade problems from 5.5.1 to 6.0.1 on Windows

Posted: Wed Feb 17, 2010 5:23 pm
by xianburke
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

Posted: Thu Feb 18, 2010 2:34 pm
by maschoff
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.

Posted: Thu Feb 18, 2010 4:33 pm
by xianburke
Yes, that solved the problem.

Thanks for responding so quickly!

Christian