Hello-

I am using the scrape tag with Jrun 3.1 - and can only get this error...

Exception thrown processing JSP page.
java.lang.NoClassDefFoundError:
org/apache/oro/text/regex/MalformedPatternException
        at org.apache.taglibs.scrape.PageData.scrapePage(PageData.java:495)
        at org.apache.taglibs.scrape.PageTag.doEndTag(PageTag.java:189)
        at jrun__viewMarkets2ejsp10._jspService(jrun__viewMarkets2ejsp10.java:88)
        at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:39)
        at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:228)
        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)

Anyone else experienced this?

Code is below...

Thanks!

Drew Falkman

<scrp:page>
   <scrp:url>http://finance.yahoo.com/q?s=SUNW</scrp:url>
   <scrp:scrape id="qt" begin="<table border=1" end="</table>"
anchors="true"/>
</scrp:page>

<scrp:result scrape="qt"/>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to