File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Example code from jGuru/Sun doesn't work on my copy of JRun Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Example code from jGuru/Sun doesn Watch "Example code from jGuru/Sun doesn New topic
Author

Example code from jGuru/Sun doesn't work on my copy of JRun

Tristan Havelick
Greenhorn

Joined: Jul 29, 2000
Posts: 7
jGuru/Sun have a short JSP tutorial I was working through at:
http://developer.java.sun.com/developer/onlineTraining/JSPIntro/
When I complete and run the exersise/example at:
http://developer.java.sun.com/developer/onlineTraining/JSPIntro/exercises/Forms/index.html

I get the following:
Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties
java.util.MissingResourceException: Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties
at allaire.jrun.util.RB.getString(RB.java:226)
at allaire.jrun.util.RB.getMessage(RB.java:681)
at allaire.jrun.util.RB.getString(RB.java:435)
at allaire.jrun.jsp.BeanUtils.getProperty(BeanUtils.java:67)
at allaire.jrun.jsp.JRunJSPStaticHelpers.getBeanProperty(JRunJSPStaticHelpers.java:294)
at jrun__Dev__jsp__form2ejsp11._jspService(jrun__Dev__jsp__form2ejsp11.java:58)
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:175)
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.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:367)
at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(WorkerThread.java:75)
is this a bug in JRun, or am I doing something wrong? I've tried running the completed 'solved' page and javabean rather than my own code and it does the same. All the other exersises ran just fine.
Any ideas?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
I suspect it is trying to tell you that it can't find a "getter" method in your Bean, but it can't find the appropriate String (resource) to issue the error message.
Bill

Java Resources at www.wbrogden.com
 
 
subject: Example code from jGuru/Sun doesn't work on my copy of JRun
 
Threads others viewed
Don't where to put bean class while using Jrun
Problem with Jrun
Java Server Pages
Urgent (Connector Wizard of JRun to IIS) plz.
where to place jsp pages & class files in Jrun in which folders
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com