Hi,

I am getting the same error (java.lang.NoSuchMethodError) when using any
custom tag (with attributes) on JRun 3.1 - ent.  However, if attributes are
not used the application works ok.

The tag by itself is ok and it works fine on JRun 4 and Tomcat.

I have tried replacing jaxp.jar, adding xalan.jar, crimson.jar but still no
luck.

I am using windows 2000 pro with IIS 5.


Any help would be highly appreciated.

Thanks,
Sanyin



> -----Original Message-----
> From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]]
> Sent: March 20, 2002 1:39 PM
> To: JRun-Talk
> Subject: RE: JRUN 3.1 TabLib Error. Does anyone have any
> advice/suggestio ns?? ???
>
>
> Drew,
>
> Not that I know of.  I deleted the entire C:\Program
> Files\Allaire\JRun3.1\servers\lib subdirectory on the new server,
> and copied
> over the same subdirectory from the test server back to the new server.  I
> then rebooted the server.  I still got the same error message.
>
> Is there any other place I should look?  I didn't do the initial
> configuration of the server myself.  But I decided to do the last
> uninstall/reinstall of JRUN myself, and just deleted everything remaining
> under the WEB-INF directory and the Allaire directory AFTER uninstalling
> JRUN 3.1.  I then went into the registry and deleted all remaining entries
> by searching on "jrun", and there were a number of registry entries left
> after the uninstall had been run.  I then rebooted the server and
> reinstalled JRUN 3.1.  I created the exact same directory structure we had
> on the test server using JRUN's Management Console, and then copied the
> jsp/class files over myself.  I didn't even bother creating a war file, I
> just moved the jsp and class files over.  And it still bombed.
>
> Interestingly enough, JRUN's own demo for the tag libraries bombs in the
> same manner.  I did suspect the jruntags.jar file, but I opened the file
> with winzip and compared it's contents to the one on the test server under
> the above directory structure, and they were identical.  All I
> can think of
> is maybe something in the registry???  Perhaps with
> installing/uninstalling
> JRUN so many times, we botched up something in the Windows registry?  Is
> there a registry entry related to the jruntag libraries?
>
> Again, this is a Windows 2000 server with SP2 and IIS 5.0.
>
> Thanks in advance for any other idea's you might have.
>
> Celeste
>
> -----Original Message-----
> From: Drew Falkman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 2:15 PM
> To: JRun-Talk
> Subject: RE: JRUN 3.1 TabLib Error. Does anyone have any
> advice/suggestio ns?? ???
>
>
> Celeste-
>
> I know that the storedproc tag was one that was added with 3.1 - is there
> any chance you have the old 3.0 taglib TLD and/or jruntags resources?
>
> -Drew
>
> -----Original Message-----
> From: Scott Stirling [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 11:57 AM
> 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