Request to server not fulfilled, encountered an internal error()

Hi all,

Sorry but my servlet has encountered an error, and I can't seem to figure out how to solve the problem. The error is stated below...

Ps: Just wanted to know if there is a way to load a MS Access db without configuring the computer manually, cause I'm posting my first web-site this week but it is hosted but another company. Oh how do I use IIS with having TomCat on the server if anyone no's it's not really important but will help in the near future.

HTTP Status 500 -

--

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: /purejsp/RetrieveFormData.jsp(4,0) The value for the useBean class attribute Company is invalid.

org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:148)

org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1200)

org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1155)

org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)

org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)

org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)

org.apache.jasper.compiler.Node$Root.accept(Node.java:489)

org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)

org.apache.jasper.compiler.Generator.generate(Generator.java:3394)

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:210)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:308)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)

javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.10 logs.

[2417 byte] By [Irvina] at [2007-11-27 3:09:31]
# 1
Hi,seems like You have problem with compilation of JSP (RetrieveFormData.jsp) and according to "The value for the useBean class attribute Company is invalid." I would say You have to pay attention to "Company" attribute definition.Good luck!
_Dima_a at 2007-7-12 3:58:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for the reply will have a look sorry for the delay my DSL was down.Will give you the stars your directed me correctly,Thanx
Irvina at 2007-7-12 3:58:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Tomcat and iis should not clash if you have not altered the configuration.As by default tomcat runs on port 8080 and iis on port 80.You can configure iis to run on a separate port if port 80 is already used.
think_tanka at 2007-7-12 3:58:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Thanks, but I understand that but what I wanted was to know: What I need to get jsp to run on IIS / How to configure it if possible.
Irvina at 2007-7-12 3:58:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...