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

Tomcat 3.3a+mail.jar

0 views
Skip to first unread message

Cedric

unread,
Feb 13, 2002, 1:05:05 AM2/13/02
to
Hi,

I have added the activation.jar and mail.jar in my tomcat repository
( web-inf ). Now I have no more the "Javax/mail/Address not found"
error, but I have this instead :

----------------------------------------------------
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
E:\Applications\tomcat\work\DEFAULT\TRapp\mail_1.java:100: No method
matching flushBuffer() found in class
org.apache.jasper.runtime.JspWriterImpl.
((org.apache.jasper.runtime.JspWriterImpl)out).flushBuffer();

^
1 error, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown
Source)
at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown Source)
at org.apache.tomcat.core.ContextManager.processRequest(Unknown
Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Unknown
Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)

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

Does somebody know how to help me ? I am using Tomcat 3.3a
Thanx

Cedric

Fantod

unread,
Feb 13, 2002, 9:35:14 AM2/13/02
to
[Cedric]:

>E:\Applications\tomcat\work\DEFAULT\TRapp\mail_1.java:100: No method
>matching flushBuffer() found in class

>out.flushBuffer();

Seems to me that your file "mail_1.java" has an error in it, specifically on
line 100.
Are you sure that is flushBuffer, and not just flush?

--
Patrick Phelan
w____\\W//___w Te Hupenui
God Told Me To Do It
http://copeland.choicelogic.com/~phelan/

Cedric

unread,
Feb 14, 2002, 2:47:13 AM2/14/02
to
Hi,

The mail_1.java is generated by Tomcat from my JSP mail.jsp. In that
I am not using anywhere the method flushBuffer().
Actually I was using the same webapp under version 3.2.1 of Tomcat, it
worked fine. Then I changed to Tomcat 3.3a and that was the beginning
of my nightmare :) But Little by little it's coming. I think that's
one of the last pb I have.
Thanks.

Cedric

fan...@geocities.com (Fantod) wrote in message news:<Xns91B4617B82...@199.45.49.11>...

Fantod

unread,
Feb 14, 2002, 8:24:10 AM2/14/02
to
[Cedric]:

>Actually I was using the same webapp under version 3.2.1 of Tomcat, it
>worked fine. Then I changed to Tomcat 3.3a and that was the beginning
>of my nightmare :)

Try deleting the .class files, so that the new version is forced to recompile
the .jsp into a new .class.

--
Patrick Phelan
w____\\W//___w Te Hupenui

The Picture of Durian Grey
http://copeland.choicelogic.com/~phelan/

Thom

unread,
Feb 15, 2002, 6:03:26 PM2/15/02
to
I am getting the exact same error on tomcat 3.3a on Linux using struts
1.0-b3 and 1.0.2.

I've tried linking in different sax libraries becuause that was giving
me a problem at first but still no joy. Please let me know when you
find the solution. I'll post something if I come up with one.

Regards,
Thom

sna...@hotmail.com (Cedric) wrote in message news:<760902ee.0202...@posting.google.com>...

0 new messages