Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP Error

Status
Not open for further replies.

WEBi

Programmer
Jul 18, 2001
4
GB
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)
 
Hi,

I would like to see the code........ as well as IIS settings.... It will give more clarity for debugging....


Regds,
suris
 
Suris

managed to resolv the problem. It was related to WIBean not being setup within the application path.

Thanks for at least offering to have a look at it...its was much appreciated.

WeBi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top