facebook

[Closed] error while deplyoing project into Weblogic 8

  1. MyEclipse Archived
  2.  > 
  3. Web 2.0 / AJAX
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268798 Reply

    k_l_murty
    Member

    iam getting following error when i deploy the project .Though the project is deployed successfully

    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/c.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/permittedTaglibs.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “/WEB-INF/tld/eis-functions.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 4, column 112).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/sql.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/scriptfree.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/fmt.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/fn.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 17).>
    <Apr 13, 2007 7:38:00 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/x.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:10 PM IST> <Warning> <HTTP> <BEA-101248> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/EntitySolutions)]: Deployment descriptor “jar:file:D:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_EntitySolutions_EntitySolutions\jarfiles\WEB-INF\lib\standard.jar!/META-INF/c.tld” is malformed. Check against the DTD: cvc-elt.1: Cannot find the declaration of element ‘taglib’. (line 6, column 19).>
    <Apr 13, 2007 7:38:10 PM IST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=7317484,name=EntitySolutions,context-path=/EntitySolutions)] Servlet failed with Exception
    java.lang.NoClassDefFoundError: javax/servlet/jsp/el/VariableResolver
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
    at java.lang.Class.getDeclaredMethods(Class.java:1131)
    at java.beans.Introspector$1.run(Introspector.java:1126)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124)
    at java.beans.Introspector.getTargetMethodInfo(Introspector.java:989)
    at java.beans.Introspector.getBeanInfo(Introspector.java:370)
    at java.beans.Introspector.getBeanInfo(Introspector.java:207)
    at java.beans.Introspector.<init>(Introspector.java:351)
    at java.beans.Introspector.getBeanInfo(Introspector.java:207)
    at java.beans.Introspector.getBeanInfo(Introspector.java:193)
    at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1331)
    at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1269)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
    at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5053)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4891)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4737)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2147)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1933)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1806)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:234)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:388)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:238)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:188)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:535)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:373)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    #268824 Reply

    Riyad Kalla
    Member

    What J2EE spec level is the project you are deploying to WebLogic 8? You can check this under project properties, then MyEclipse.

    Also what version of JSTL are you using? 1.0 or 1.1?

    I think you have a library conflict issue going on here.

    #269600 Reply

    dobrien
    Member

    I ran into the same issue and found this post:

    http://forums.bea.com/bea/message.jspa?messageID=202206895&tstart=0

    I created a new project using J2EE 1.3 and JSTL 1.0, copied everything over, and was able to build and deploy without a problem. This was using WebLogic 8.1.4 SP4.

    David

    #269620 Reply

    Riyad Kalla
    Member

    David,
    Thanks for following up, I’m glad it’s working now.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: [Closed] error while deplyoing project into Weblogic 8

You must be logged in to post in the forum log in