Hmmm.  Need more info.  First off, what version of Java are you using?
Solaris 2.6 came with like a 1.1.6 JDK.

Are you editing the JSP samples to add values to the attributes and stuff?
For example, the SQLPARAM tag example requires that you set up some JNDI
data sources and uncomment some code in the sql.jsp page.  If you haven't
done that, you shouldn't see any errors at all.  If you have, the errors may
be with the code changes you made.  Nice samples, huh?!

Actually one of the reasons a small, open source database wasn't shipped
with JRun was fear of bloating the footprint of the install.  Personally, I
think that the extra 1.3 MB that HypersonicSQL would add, for example, is
pretty insignificant, given that it would make it so our samples all worked
out of the box (also given that we're shipping several jikes compilers, at
2+ MB apiece, for the single UNIX installer now).  What do you guys think?

Scott Stirling
West Newton, MA

-----Original Message-----
From: Victor Marinelli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 14, 2000 2:27 PM
To: JRun-Talk
Subject: Re: jsp tag library


Hello,

   I am running JRun 3.0 on Solaris 2.6 with Apache 1.3.14.
I cannot get any of the  jsp tag library examples to work. Has anyone else
had this problem?


500 Internal Server Error
/demo/taglib/sqlparam.jsp:

javax.servlet.ServletException: null
java.lang.NoSuchMethodError
 at
allaire.jrun.jsp.JRunTagLibraryInfo.buildAttributeInfo(JRunTagLibraryInfo.ja
va:234)
 at
allaire.jrun.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:205
)
 at
allaire.jrun.jsp.JRunTagLibraryInfo.initialize(JRunTagLibraryInfo.java:169)
 at allaire.jrun.jsp.JRunTagLibraryInfo.(JRunTagLibraryInfo.java:61)
 at allaire.jrun.jsp.JSPParser.directive(JSPParser.java:774)
 at allaire.jrun.jsp.JSPParser.parse(JSPParser.java:598)
 at allaire.jrun.jsp.JSPParser.writeXML(JSPParser.java:151)
 at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:123)
 at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:67)
 at allaire.jrun.jsp.JSPServlet.parsePage(JSPServlet.java:409)
 at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:381)
 at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:202)
 at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:169)
 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.jav
a:88)
 at allaire.jrun.jsp.JRunPageContext.forward(JRunPageContext.java:333)
 at
jrun__taglib__sqlparam2ejsp14._jspService(jrun__taglib__sqlparam2ejsp14.java
:38)
 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.jav
a: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:272)
 at allaire.jrun.WorkerThread.run(WorkerThread.java:75)


Thanks,
Vic

----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to