Hi
I am writing my first SDK custom code. I have received the following error while attempting to to create a login page. If anyone can provide any ideas as to what I need to look at it would be welcome.
My environment is NT4, IIS4, Jrun3.0, JDK1.3, Webintelligence 2.6
Thanks
Dino
The error is :-
An error occured in the bean. Error Message is: <jsp:useBean> on line '7' failed.
Stack Trace is :
javax.servlet.ServletException: <jsp:useBean> on line '7' failed.
at allaire.jrun.jsp.JRunJSPStaticHelpers.makeException(JRunJSPStaticHelpers.java:615)
at allaire.jrun.jsp.JRunJSPStaticHelpers.makeUBException(JRunJSPStaticHelpers.java:573)
at allaire.jrun.jsp.JRunJSPStaticHelpers.createBean(JRunJSPStaticHelpers.java:278)
at allaire.jrun.jsp.JRunJSPStaticHelpers.getAndSetBean(JRunJSPStaticHelpers.java:221)
at jrun__Login2ejspa._jspService(jrun__Login2ejspa.java:44)
at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:174)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.file.FileServlet.service(FileServlet.java:144)
at allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
I am writing my first SDK custom code. I have received the following error while attempting to to create a login page. If anyone can provide any ideas as to what I need to look at it would be welcome.
My environment is NT4, IIS4, Jrun3.0, JDK1.3, Webintelligence 2.6
Thanks
Dino
The error is :-
An error occured in the bean. Error Message is: <jsp:useBean> on line '7' failed.
Stack Trace is :
javax.servlet.ServletException: <jsp:useBean> on line '7' failed.
at allaire.jrun.jsp.JRunJSPStaticHelpers.makeException(JRunJSPStaticHelpers.java:615)
at allaire.jrun.jsp.JRunJSPStaticHelpers.makeUBException(JRunJSPStaticHelpers.java:573)
at allaire.jrun.jsp.JRunJSPStaticHelpers.createBean(JRunJSPStaticHelpers.java:278)
at allaire.jrun.jsp.JRunJSPStaticHelpers.getAndSetBean(JRunJSPStaticHelpers.java:221)
at jrun__Login2ejspa._jspService(jrun__Login2ejspa.java:44)
at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:174)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.file.FileServlet.service(FileServlet.java:144)
at allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
at allaire.jrun.WorkerThread.run(WorkerThread.java:74)