BEJY Messageboard > Installation and Configuration > error in JSP pages
error in JSP pages
Anton Nazarov
Posts: 2
Whimp
25.Mar.2005 08.16.20 TZ+01:00
Hi,
I am very intrested in IMAP,POP3, SMTP features of the Bejy. I need easy testing environment for protocols mentioned.
I've installed everything according to Bejy's instructions but when I try to run the link: "mail accounts", I got a error message (as shown below).
I suppose that there is some versions discrepancy among bejy.jar library and the mail.jsp page.

Please, help.

with best regards,
Anton


JSP-Compiler-Servlet Exeption occured for /mail.jsp:



work/BEJY information\mail$002ejsp$.java:44: cannot resolve symbol
symbol : method makeDbi ()
location: class de.bb.bejy.mail.MailCfg
mDbi = de.bb.bejy.mail.MailCfg.makeDbi();
^
1 error



--------------------------------------------------------------------------------

java.lang.Exception:
work/BEJY information\mail$002ejsp$.java:44: cannot resolve symbol
symbol : method makeDbi ()
location: class de.bb.bejy.mail.MailCfg
mDbi = de.bb.bejy.mail.MailCfg.makeDbi();
^
1 error

at de.bb.bejy.http.jsp.JspServlet.service(Unknown Source)
at de.bb.bejy.http.jsp.JspServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at de.bb.bejy.http.ServletHandler.doFilter(Unknown Source)
at de.bb.bejy.http.ServletHandler.service(Unknown Source)
at de.bb.bejy.http.o.handle(Unknown Source)
at de.bb.bejy.http.n.handle(Unknown Source)
at de.bb.bejy.http.h.doit(Unknown Source)
at de.bb.bejy.Protocol.work(Unknown Source)
at de.bb.bejy.Server$a.run(Unknown Source)

Bebbo
Posts: 18
Beginner
7.Apr.2005 14.54.33 TZ+01:00
Next release will contain a new admin console, which resolves also this issue.

Bebbo