Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error:Type mismatch: cannot convert from Long to Long

843836Jan 31 2005 — edited Feb 3 2005
hi friends,
I've a problem.I've a JSP that does some long converions,and its working fine when i make it run on my machine i.e
(Running Tomcat5.0),but when I deploy this file on the server which runs Tomcat 5.5.7,it throws this error:
org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 20 in the jsp file: /abc.jsp
Generated servlet error:
Type mismatch: cannot convert from Long to Long

Can anyone of you,tell me where i am going wrong???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2005
Added on Jan 31 2005
14 comments
2,310 views