You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sneha Manohar <sn...@yahoo.co.in> on 2008/02/27 18:52:09 UTC

Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected   org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)   org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)   org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)   org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:195)   org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)   org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:162)   org.apache.jasper.compiler.ParserController.getPageEncodingForJspSyntax(ParserController.java:451)   org.apache.jasper.compiler.ParserController.determineSyntaxAndEncoding(ParserController.java:392)   org.apache.jasper.compiler.ParserController.doParse(ParserController.java:173)   org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)   org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:153)  
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)   org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)   org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)   org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)  

       
---------------------------------
 Did you know? You can CHAT without downloading messenger.  Click here

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

Posted by David Smith <dn...@cornell.edu>.
Can you please have some patience?  You just posted this question we 
aren't your paid support.

BTW, posting the source for Test.jsp would be nice -- not just the 
<jsp:useBean ... /> line.  The error indicates a syntax error in your jsp.

--David

Sneha Manohar wrote:

>org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected   org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)   org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)   org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)   org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:195)   org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)   org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:162)   org.apache.jasper.compiler.ParserController.getPageEncodingForJspSyntax(ParserController.java:451)   org.apache.jasper.compiler.ParserController.determineSyntaxAndEncoding(ParserController.java:392)   org.apache.jasper.compiler.ParserController.doParse(ParserController.java:173)   org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)   org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:153)  
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)   org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)   org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)   org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)  
>
>       
>---------------------------------
> Did you know? You can CHAT without downloading messenger.  Click here
>  
>



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

Posted by David Smith <dn...@cornell.edu>.
Don't ever set CLASSPATH.  I can't emphasize enough just how bad that 
idea is.

--David

pranab.das@BIRLASOFT.COM wrote:

>Sneha,
>
>
>
>Did your CLASSPATH points to library; or please check if there is any
>conflict in libraries if you set multiple CLASSPATH.
>
>
>
>- Pranab
>
>-----Original Message-----
>From: Sneha Manohar [mailto:sneha_hamsini@yahoo.co.in]
>Sent: Wednesday, February 27, 2008 11:22 PM
>To: users@tomcat.apache.org
>Subject: Can pl anybody help me with org.apache.jasper.JasperException:
>/jsp/ballmember/Test.jsp(5,34) equal symbol expected
>
>
>
>
>
>org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal
>symbol expected
>org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
>ler.java:40)
>org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java
>:407)
>org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java
>:88)   org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:195)
>org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)
>org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:162)
>org.apache.jasper.compiler.ParserController.getPageEncodingForJspSyntax(
>ParserController.java:451)
>org.apache.jasper.compiler.ParserController.determineSyntaxAndEncoding(P
>arserController.java:392)
>org.apache.jasper.compiler.ParserController.doParse(ParserController.jav
>a:173)
>org.apache.jasper.compiler.ParserController.parse(ParserController.java:
>103)
>org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:153) 
>
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
>org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)
>org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)
>org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
>va:566)
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
>va:317)
>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
>
>
>
>      
>
>---------------------------------
>
> Did you know? You can CHAT without downloading messenger.  Click here
>
>
>
>***********************
>No virus was detected in the attachment no filename
>No virus was detected in the attachment no filename
>
>Your mail has been scanned by InterScan.
>***********-***********
>
>
>*********************************************************************************************************************************************************************
>"This message and any attachments are solely for the intended recipient and may contain Birlasoft confidential or privileged information. If you are not the intended recipient,any disclosure,copying, use, or distribution of the information included in this message and any attachments is
>prohibited. If you have received this communication in error, please notify us by reply e-mail at (administrator@birlasoft.com) and permanently delete this message and any attachments. Thank you."
>*********************************************************************************************************************************************************************
>  
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

Posted by pr...@BIRLASOFT.COM.

Sneha,



Did your CLASSPATH points to library; or please check if there is any
conflict in libraries if you set multiple CLASSPATH.



- Pranab

-----Original Message-----
From: Sneha Manohar [mailto:sneha_hamsini@yahoo.co.in]
Sent: Wednesday, February 27, 2008 11:22 PM
To: users@tomcat.apache.org
Subject: Can pl anybody help me with org.apache.jasper.JasperException:
/jsp/ballmember/Test.jsp(5,34) equal symbol expected





org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal
symbol expected
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
ler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java
:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java
:88)   org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:195)
org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)
org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:162)
org.apache.jasper.compiler.ParserController.getPageEncodingForJspSyntax(
ParserController.java:451)
org.apache.jasper.compiler.ParserController.determineSyntaxAndEncoding(P
arserController.java:392)
org.apache.jasper.compiler.ParserController.doParse(ParserController.jav
a:173)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:
103)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:153) 

 org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
va:566)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 



      

---------------------------------

 Did you know? You can CHAT without downloading messenger.  Click here



***********************
No virus was detected in the attachment no filename
No virus was detected in the attachment no filename

Your mail has been scanned by InterScan.
***********-***********


*********************************************************************************************************************************************************************
"This message and any attachments are solely for the intended recipient and may contain Birlasoft confidential or privileged information. If you are not the intended recipient,any disclosure,copying, use, or distribution of the information included in this message and any attachments is
prohibited. If you have received this communication in error, please notify us by reply e-mail at (administrator@birlasoft.com) and permanently delete this message and any attachments. Thank you."
*********************************************************************************************************************************************************************

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

Posted by Sameer Acharya <ac...@yahoo.com>.
Open the jsp code in a programmers editor and check
the syntax , specifically on the line number mentioned
by the compiler.

This looks like a syntax issue.

-Sameer

--- Sneha Manohar <sn...@yahoo.co.in> wrote:

> 
> org.apache.jasper.JasperException:
> /jsp/ballmember/Test.jsp(5,34) equal symbol expected
>  
>
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
>  
>
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
>  
>
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)
>  
>
org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:195)
>  
>
org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)
>  
>
org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:162)
>  
>
org.apache.jasper.compiler.ParserController.getPageEncodingForJspSyntax(ParserController.java:451)
>  
>
org.apache.jasper.compiler.ParserController.determineSyntaxAndEncoding(ParserController.java:392)
>  
>
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:173)
>  
>
org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
>  
>
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:153)
>  
> 
>
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
>  
>
org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)
>  
>
org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)
>  
>
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
>  
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
>  
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
>  
>
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>  
>
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>  
> 
>        
> ---------------------------------
>  Did you know? You can CHAT without downloading
> messenger.  Click here



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org