Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

weblogic and xsql

0 views
Skip to first unread message

dan stepanov

unread,
Jun 18, 2001, 5:24:16 PM6/18/01
to
Hi there,
I've managed to configure XSQL with Weblogic 5.1 SP6 and to run the
demos from the Oracle site.

My system configuration is :
-Windows NT 4.0
-Weblogic 5.1 SP 6
-Oracle 8.1.7
-Xalan version=2.0.1
-Xerces version=1_3_1 (Support SAX2)

CLASSPATH="${oradriver.lib}:${servlets.lib}:${jaxp.lib}:${xerces.lib}:${xalan.lib}:${xsql.lib}:${weblogic.home.dir}/lib/weblogic510sp${weblogic.sp.version}boot.jar:${weblogic.home.
dir}/classes/boot"
WEBLOGIC_CLASSPATH="${jaxp.lib}:${xerces.lib}:${xalan.lib}:${xsql.lib}:${weblogic.lib}:${jdom.lib}:${oreilly.lib}:${jdriver.lib}:${build.classes.dir}"

Now when trying to integrate my XSQL framework in the big picture of
the webapp - I'm getting errors.

the error is:
=============================================
<WebAppServletContext-ads> looking for taglib uri
/tlds/taglib.tld as resource /WEB-INF/tlds/taglib.tld
in Web Application root:
Sat Jun 16 14:30:37 PDT 2001:<E>
<WebAppServletContext-ads> Servlet failed with
Exception
java.lang.NoSuchMethodError:
javax.servlet.jsp.tagext.TagAttributeInfo: method
<init>(Ljava/lang/String;ZZLjava/lang/String;)V not
found
at
weblogic.servlet.jsp.MyAttInfo.<init>(StandardTagLib.java:34)
at
weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:280)
=========================================

If I remove from the classpath the servlets.lib(which contains
servlets.jar) I'm able to access my webapp again but I cannot process
the .xsql extensions.
-the error from Weblogic appserver is:
=============================================
<WebAppServletContext-ads> oracle-xsql-servlet: init
<WebAppServletContext-ads> Servlet failed with Exception
java.lang.NoClassDefFoundError: javax/servlet/ServletRequest
at
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
=========================================

My question is that somebody has any ideea of what other type of
servlet lib will be needed or if something else in the configuration
files has to be modified?

any suggestions?
Thanks in advance,
dan stepanov

0 new messages