Scott, 

The same error occurs when I try to run the JRUN demo files for the tag
libraries. All other JRUN demo files for the servlets/JSP work EXCEPT those
that contain the JRUN tag libraries.  For example, when I try to run the SQL
example in the JRUN demo file (URL on test server
http://localhost:8100/demo/taglib/sql.jsp), I get the same error as follows:

_______________________________________________________

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

null
java.lang.NoSuchMethodError
        at
allaire.jrun.jsp.JRunTagLibraryInfo.buildAttributeInfo(JRunTagLibraryInfo.ja
va:716)
        at
allaire.jrun.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:683
)
        at
allaire.jrun.jsp.JRunTagLibraryInfo.initialize(JRunTagLibraryInfo.java:627)
        at
allaire.jrun.jsp.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:199)
        at
allaire.jrun.jsp.JRunTagLibraryInfo.lookupTLI(JRunTagLibraryInfo.java:109)
        at allaire.jrun.jsp.JSPParser.taglibDirective(JSPParser.java:843)
        at allaire.jrun.jsp.JSPParser.directive(JSPParser.java:974)
        at allaire.jrun.jsp.JSPParser.parse(JSPParser.java:922)
        at allaire.jrun.jsp.JSPParser.writeXML(JSPParser.java:137)
        at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:107)
        at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:51)
        at allaire.jrun.jsp.Translator.parsePage(Translator.java:192)
        at allaire.jrun.jsp.Translator.translate(Translator.java:390)
        at allaire.jrun.jsp.Translator.translate(Translator.java:92)
        at allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:75)
        at allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:67)
        at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:216)
        at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:196)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1417)
        at
allaire.jrun.session.JRunSessionService.service(JRunSessionService.java:1088
)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:1271)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:89)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1557)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1547)
        at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:364)
        at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:115)
        at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
        at allaire.jrun.WorkerThread.run(WorkerThread.java:75)
________________________________________________________


For the last install, I created an application under JRUN Default Server ->
Web Applications, using the JRUN management console, and just copied the
*.jsp's over onto the test server.  This mimicked the same directory
structure that is on the test server.  So the jsp's are supposed to be
recompiled, but JRUN doesn't even get that far.  As soon as it hits the "<%@
taglib uri="jruntags" prefix="jrun" %>" tag it bombs.  There is no
information recorded in any of the JRUN default log files (error, event, or
out) that gives me any clue what's going on when I get the above error. 

The Java class beans are NOT recompiled.  The *.class files are copied over
to the new server.  We are using the same JDK version on both the test
server and the soon to be "live" server.    

As a last resort, I copied the entire C:\Program
Files\Allaire\JRun3.1\servers\lib directory over from the test server to the
new server, since that subdirectory contains the jruntags.jar file.  I then
stopped JRUN (which is installed as a service on the new server), and just
rebooted the entire server.  I still got the same error above on both my JSP
page, and on the JRUN demo tag lib jsp page above.  

The staff person who built the new server for me swears that the first
install of JRUN 3.1 had no problems.  Since we have uninstalled and
reinstalled JRUN twice since that first install, I decided to do the last
uninstall/reinstall myself.  After I did the uninstall of JRUN, I went into
the registry with regedt32.exe and removed ALL references to JRUN in the
registry.  I then deleted the entire remaining Allaire subdirectory
structure under C:\Program Files.  I then rebooted the sever, and
reinstalled JRUN 3.1 into a top level subdirectory (C:\JRUN3.1).  I still
got the same error on the JRUN demo taglib files.

Please note that I am using the following file for the installation of JRUN:
jrun31-win-us-26414.exe.  Is this still the current file to use to install
JRUN 3.1?

One last thing, the JRUN 3.1 install on the test server was done using the
first release of JRUN 3.1, and then applying the patch to upgrade it to
3.1.26414.  I no longer have that original JRUN 3.1 exe file, else I would
attempt to install it first, and then apply the patch to upgrade it to 26414
on the new server.  Would this make any difference?  Is there anything
particular in the registry on the new server I should look for?

Thanks again for your assistance Scott.  

Celeste

 

-----Original Message-----
From: Scott Stirling [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 1:57 PM
To: JRun-Talk
Subject: RE: JRUN 3.1 TabLib Error. Does anyone have any
advice/suggestio ns?? ???


Don't do that!  No way this error has anything to do with your OS.

Tell me more about the error.  Is it just this JSP?

> /OrderDemo/jsp/jr~logon.jsp:

Does the JSP use any JavaBeans in it?  Have those been recompiled or changed
in any way?  Are you recompiling all the JSPs and Servlet files fresh with
the new JRun install?  

Can you reproduce this error with a simple JSP that we could use here?

Scott Stirling
JRun QA Macromedia

> -----Original Message-----
> From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]]

> > Again, pure HTML or pure JSP code that does NOT use the 
> JRUN taglibraries
> > does work on the new "live" server.  It is only the tag 
> library code that
> > the complier throws an error on.  My only other recourse is 
> to completely
> > wipe the new server, including the registry, and try 
> another reinstall of
> > the operating system, IIS 5.0 and JRUN 3.1.  Does anyone 
> have any other
> > suggestions that I might try before going through a 
> complete rebuild of a
> > server???
> >
> > My thanks in advance for any advice or insight that anyone 
> can provide.
> >
> > Celeste
> > --------
> >
> > The compiler error we get is:
> >
> > 500 Internal Server Error
> > /OrderDemo/jsp/jr~logon.jsp:
> >
> > null
> > java.lang.NoSuchMethodError
> > at
> >
> allaire.jrun.jsp.JRunTagLibraryInfo.buildAttributeInfo(JRunTag
> LibraryInfo.ja
> > va:716)
> > at
> >
> allaire.jrun.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibrar
> yInfo.java:683
> > )
> > at
> >
> allaire.jrun.jsp.JRunTagLibraryInfo.initialize(JRunTagLibraryI
> nfo.java:627)
> > at 
> allaire.jrun.jsp.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.
> java:199)
> > at
> > 
> allaire.jrun.jsp.JRunTagLibraryInfo.lookupTLI(JRunTagLibraryIn
> fo.java:109)
> > at allaire.jrun.jsp.JSPParser.taglibDirective(JSPParser.java:843)
> > at allaire.jrun.jsp.JSPParser.directive(JSPParser.java:974)
> > at allaire.jrun.jsp.JSPParser.parse(JSPParser.java:922)
> > at allaire.jrun.jsp.JSPParser.writeXML(JSPParser.java:137)
> > at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:107)
> > at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:64)
> > at allaire.jrun.jsp.Translator.parsePage(Translator.java:192)
> > at allaire.jrun.jsp.Translator.translate(Translator.java:390)
> > at allaire.jrun.jsp.Translator.translate(Translator.java:92)
> > at allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:75)
> > at allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:67)
> > at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:216)
> > at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:196)
> > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1417)
> > at
> >
> allaire.jrun.session.JRunSessionService.service(JRunSessionSer
> vice.java:1088
> > )
> > at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:1271)
> > at
> >
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequest
> Dispatcher.jav
> > a:89)
> > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1557)
> > at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1547)
> > at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:364)
> > at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:388)
> > at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
> > at allaire.jrun.WorkerThread.run(WorkerThread.java:75)
> >
> > 
> 
> 

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to