com.caucho.jsp.JspParseException: /actions/view.jsp:37

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

Moderator: moderator

chrgot
Posts: 8
Joined: Wed Sep 10, 2008 2:57 pm

com.caucho.jsp.JspParseException: /actions/view.jsp:37

Post by chrgot »

hi

the following exception occurs after install 5.5.1 on debian etch with java6:

An error occurred
Cause: javax.servlet.ServletException: com.caucho.jsp.JspParseException: /actions/view.jsp:37: reference to EmmActionForm is ambiguous, both class org.agnitas.web.forms.EmmActionForm in org.agnitas.web.forms and class org.agnitas.web.EmmActionForm in org.agnitas.web match tmpActionID=((EmmActionForm)session.getAttribute("emmActionForm")).getActionID(); ^ /actions/view.jsp:38: reference to EmmActionForm is ambiguous, both class org.agnitas.web.forms.EmmActionForm in org.agnitas.web.forms and class org.agnitas.web.EmmActionForm in org.agnitas.web match tmpShortname=((EmmActionForm)session.getAttribute("emmActionForm")).getShortname(); ^ 2 errors

Url (Actions-Link): http://<host>:8080/action.do;jsessionid=<sessionid>?action=1

Thank you