echo-list Mailing List for Echo (Page 6)
Brought to you by:
tliebeck
You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(33) |
Apr
(59) |
May
(69) |
Jun
(65) |
Jul
(67) |
Aug
(100) |
Sep
(80) |
Oct
(82) |
Nov
(90) |
Dec
(78) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(86) |
Feb
(69) |
Mar
(127) |
Apr
(72) |
May
(110) |
Jun
(117) |
Jul
(71) |
Aug
(75) |
Sep
(90) |
Oct
(47) |
Nov
(23) |
Dec
(24) |
2004 |
Jan
(3) |
Feb
(42) |
Mar
(25) |
Apr
(11) |
May
(3) |
Jun
(2) |
Jul
(9) |
Aug
(5) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Tod L. <tli...@ne...> - 2003-12-02 03:21:51
|
Hi Felix, 50M might not be quite enough. I would try upping the heap size to 256M and see if it solves the problem. I'm not suggesting this as the solution, just curious to see if the problem is "not enough memory" or if the the file upload piece is malfunctioning such that it will simply take all available memory and then some. If I recall correctly, a JVM running a good-sized Echo app will use about 16 megs or so by default (I could be off on that though). So if you have a 17 meg file going up, you might easily break out of 50M if you (for example) had to have two copies of it in memory momentarily. Best regards --Tod Liebeck NextApp, Inc. On Mon, 2003-12-01 at 03:16, Felix Sima wrote: > Hello, Ciaran. > > I have already tried to increase the heap size of java vm > from 16M to 50M. Unfortunately the result is the same. > > Thank you. > Felix > > > On Mon, 1 Dec 2003, Ciaran Jessup wrote: > > > Have you tried increasing the max heap size of the java vm you're using to > > run your Tomcat in ? > > I think the default is 64Meg (but I could easily be wrong) > > > > - Ciaran > > > > -----Original Message----- > > From: Felix Sima [mailto:fe...@me...] > > Sent: 01 December 2003 11:09 > > To: ech...@li... > > Subject: [Echo-list] File upload - out of memory > > > > > > Hello. > > > > In my form I have included a UploadSelect component. > > The upload works well for relatively small files, but > > for a file of ~17M it gives me an "out of memory" error > > ( see below ). > > > > I have no ideea about how to solve this problem, so any hint > > will be highly appreciated. > > > > > > Thank you, > > Felix > > > > > > *********************************************************** > > HTTP Status 500 - Internal Server Error > > > > type Exception report > > > > message Internal Server Error > > > > description The server encountered an internal error (Internal Server Error) > > that prevented it from fulfilling this request. > > > > exception > > > > javax.servlet.ServletException: Servlet execution threw an exception > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > > FilterChain.java:269) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > > ain.java:193) > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > > va:256) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:643) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > > va:191) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:643) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > > at > > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 > > ) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:643) > > at > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. > > java:171) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:641) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172 > > ) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:641) > > at > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:641) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > :174) > > at > > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > > eNext(StandardPipeline.java:643) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > > at > > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: > > 1040) > > at > > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151 > > ) > > at java.lang.Thread.run(Thread.java:536) > > > > root cause > > > > java.lang.OutOfMemoryError > > > > Apache Tomcat/4.1.29 > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > Does SourceForge.net help you be more productive? Does it > > help you create better code? SHARE THE LOVE, and help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Echo-list mailing list > > Ech...@li... > > https://lists.sourceforge.net/lists/listinfo/echo-list > > > > > > ******************************************** > > Any opinions expressed in this email are those of the individual and not > > necessarily the Company. This email and any files transmitted with it, > > including replies and forwarded copies (which may contain alterations) > > subsequently transmitted from the company, are confidential and solely > > for the use of the intended recipient. > > > > If you are not the intended recipient or the person responsible for > > delivering to the intended recipient, be advised that you have received > > this email in error and that any use is strictly prohibited. > > > > If you have received this email in error please notify the IT Dept. via > > email to IT....@Te..., including a copy of the message. Please > > then delete this email and destroy any copies of it. > > ********************************************* > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Felix S. <fe...@me...> - 2003-12-01 12:42:59
|
On Mon, 1 Dec 2003, Ciaran Jessup wrote: Hello again. This happens before the listener call back. Felix > Hmm, is this before or after you receive the listener call back? > -Ciaran > > -----Original Message----- > From: Ciaran Jessup [mailto:Cia...@te...] > Sent: 01 December 2003 11:10 > To: 'Felix Sima'; ech...@li... > Subject: RE: [Echo-list] File upload - out of memory > > > Have you tried increasing the max heap size of the java vm you're using to > run your Tomcat in ? > I think the default is 64Meg (but I could easily be wrong) > > - Ciaran > > -----Original Message----- > From: Felix Sima [mailto:fe...@me...] > Sent: 01 December 2003 11:09 > To: ech...@li... > Subject: [Echo-list] File upload - out of memory > > > Hello. > > In my form I have included a UploadSelect component. > The upload works well for relatively small files, but > for a file of ~17M it gives me an "out of memory" error > ( see below ). > > I have no ideea about how to solve this problem, so any hint > will be highly appreciated. > > > Thank you, > Felix > > > *********************************************************** > HTTP Status 500 - Internal Server Error > > type Exception report > > message Internal Server Error > > description The server encountered an internal error (Internal Server Error) > that prevented it from fulfilling this request. > > exception > > javax.servlet.ServletException: Servlet execution threw an exception > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:269) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:193) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > va:256) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > va:191) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 > ) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. > java:171) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172 > ) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > :174) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: > 1040) > at > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151 > ) > at java.lang.Thread.run(Thread.java:536) > > root cause > > java.lang.OutOfMemoryError > > Apache Tomcat/4.1.29 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list > > > ******************************************** > Any opinions expressed in this email are those of the individual and not > necessarily the Company. This email and any files transmitted with it, > including replies and forwarded copies (which may contain alterations) > subsequently transmitted from the company, are confidential and solely > for the use of the intended recipient. > > If you are not the intended recipient or the person responsible for > delivering to the intended recipient, be advised that you have received > this email in error and that any use is strictly prohibited. > > If you have received this email in error please notify the IT Dept. via > email to IT....@Te..., including a copy of the message. Please > then delete this email and destroy any copies of it. > ********************************************* > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list > |
From: Ciaran J. <Cia...@te...> - 2003-12-01 11:45:21
|
Hmm, is this before or after you receive the listener call back? -Ciaran -----Original Message----- From: Ciaran Jessup [mailto:Cia...@te...] Sent: 01 December 2003 11:10 To: 'Felix Sima'; ech...@li... Subject: RE: [Echo-list] File upload - out of memory Have you tried increasing the max heap size of the java vm you're using to run your Tomcat in ? I think the default is 64Meg (but I could easily be wrong) - Ciaran -----Original Message----- From: Felix Sima [mailto:fe...@me...] Sent: 01 December 2003 11:09 To: ech...@li... Subject: [Echo-list] File upload - out of memory Hello. In my form I have included a UploadSelect component. The upload works well for relatively small files, but for a file of ~17M it gives me an "out of memory" error ( see below ). I have no ideea about how to solve this problem, so any hint will be highly appreciated. Thank you, Felix *********************************************************** HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 ) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172 ) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151 ) at java.lang.Thread.run(Thread.java:536) root cause java.lang.OutOfMemoryError Apache Tomcat/4.1.29 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list ******************************************** Any opinions expressed in this email are those of the individual and not necessarily the Company. This email and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from the company, are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the IT Dept. via email to IT....@Te..., including a copy of the message. Please then delete this email and destroy any copies of it. ********************************************* ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Felix S. <fe...@me...> - 2003-12-01 11:18:12
|
Hello, Ciaran. I have already tried to increase the heap size of java vm from 16M to 50M. Unfortunately the result is the same. Thank you. Felix On Mon, 1 Dec 2003, Ciaran Jessup wrote: > Have you tried increasing the max heap size of the java vm you're using to > run your Tomcat in ? > I think the default is 64Meg (but I could easily be wrong) > > - Ciaran > > -----Original Message----- > From: Felix Sima [mailto:fe...@me...] > Sent: 01 December 2003 11:09 > To: ech...@li... > Subject: [Echo-list] File upload - out of memory > > > Hello. > > In my form I have included a UploadSelect component. > The upload works well for relatively small files, but > for a file of ~17M it gives me an "out of memory" error > ( see below ). > > I have no ideea about how to solve this problem, so any hint > will be highly appreciated. > > > Thank you, > Felix > > > *********************************************************** > HTTP Status 500 - Internal Server Error > > type Exception report > > message Internal Server Error > > description The server encountered an internal error (Internal Server Error) > that prevented it from fulfilling this request. > > exception > > javax.servlet.ServletException: Servlet execution threw an exception > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:269) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:193) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > va:256) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > va:191) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 > ) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. > java:171) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172 > ) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:641) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > :174) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok > eNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: > 1040) > at > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151 > ) > at java.lang.Thread.run(Thread.java:536) > > root cause > > java.lang.OutOfMemoryError > > Apache Tomcat/4.1.29 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list > > > ******************************************** > Any opinions expressed in this email are those of the individual and not > necessarily the Company. This email and any files transmitted with it, > including replies and forwarded copies (which may contain alterations) > subsequently transmitted from the company, are confidential and solely > for the use of the intended recipient. > > If you are not the intended recipient or the person responsible for > delivering to the intended recipient, be advised that you have received > this email in error and that any use is strictly prohibited. > > If you have received this email in error please notify the IT Dept. via > email to IT....@Te..., including a copy of the message. Please > then delete this email and destroy any copies of it. > ********************************************* > > |
From: Ciaran J. <Cia...@te...> - 2003-12-01 11:12:42
|
Have you tried increasing the max heap size of the java vm you're using to run your Tomcat in ? I think the default is 64Meg (but I could easily be wrong) - Ciaran -----Original Message----- From: Felix Sima [mailto:fe...@me...] Sent: 01 December 2003 11:09 To: ech...@li... Subject: [Echo-list] File upload - out of memory Hello. In my form I have included a UploadSelect component. The upload works well for relatively small files, but for a file of ~17M it gives me an "out of memory" error ( see below ). I have no ideea about how to solve this problem, so any hint will be highly appreciated. Thank you, Felix *********************************************************** HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 ) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172 ) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok eNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151 ) at java.lang.Thread.run(Thread.java:536) root cause java.lang.OutOfMemoryError Apache Tomcat/4.1.29 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list ******************************************** Any opinions expressed in this email are those of the individual and not necessarily the Company. This email and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from the company, are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the IT Dept. via email to IT....@Te..., including a copy of the message. Please then delete this email and destroy any copies of it. ********************************************* |
From: Felix S. <fe...@me...> - 2003-12-01 11:10:24
|
Hello. In my form I have included a UploadSelect component. The upload works well for relatively small files, but for a file of ~17M it gives me an "out of memory" error ( see below ). I have no ideea about how to solve this problem, so any hint will be highly appreciated. Thank you, Felix *********************************************************** HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151) at java.lang.Thread.run(Thread.java:536) root cause java.lang.OutOfMemoryError Apache Tomcat/4.1.29 |
From: <rpd...@ya...> - 2003-11-30 18:19:51
|
Hi again... You can ignore my last post, I was adding the wrong component to the grid. Sorry for bothering you. Thanks, Robson --- Robson Miranda <rpd...@ya...> wrote: > Hi. > > I'm having a problem with the Grid component. The > first row of my grid have a colspan, and the > rendered > table does not include this attribute. So the third > column is not correctly aligned. Am I doing > something > wrong? > The corresponding code is attached, and the > corresponding rendered image. > > I'm using Echo 1.1b2, IE 6.0SP1. > > > Thanks > Robson > > > ______________________________________________________________________ > > Yahoo! Mail: 6MB, anti-spam e antivírus gratuito! > Crie sua conta agora: > http://mail.yahoo.com.br > ATTACHMENT part 2 image/pjpeg name=Image.jpg > public class TestPanel { > > public TestPanel() { > initComponents(); > } > > private void initComponents() { > gridPrincipal = EchoUtil.createFormGrid(); > add(gridPrincipal); > Grid.Cell cell; > > // Agenda > selectFieldAgenda = new SelectField(); > cell = new Grid.Cell(selectFieldAgenda); > cell.setColumnSpan(3); > gridPrincipal.add(0, 0, > EchoUtil.createLabeledField("Agenda", cell)); > > // Autor > labelAutor = new Label(); > cell = new Grid.Cell(labelAutor); > cell.setColumnSpan(3); > gridPrincipal.add(0, 1, > EchoUtil.createLabeledField("Autor", cell)); > > // Título > textFieldTituloEvento = new TextField(80); > textFieldTituloEvento.setMaximumLength(80); > cell = new Grid.Cell(textFieldTituloEvento); > cell.setColumnSpan(3); > gridPrincipal.add(0, 2, > EchoUtil.createLabeledField("Título", cell)); > > // Descrição > textAreaDescricaoEvento = new TextArea(80, 5); > cell = new Grid.Cell(textAreaDescricaoEvento); > cell.setColumnSpan(3); > gridPrincipal.add(0, 3, > EchoUtil.createLabeledField("Descrição", cell)); > > // Data de início > dateFieldDataInicioEvento = new DateField(); > > dateFieldDataInicioEvento.setDateFormat(formatoData); > gridPrincipal.add(0, 4, > EchoUtil.createLabeledField("Data inicial", > dateFieldDataInicioEvento)); > > // Hora inicial > textFieldHoraInicioEvento = new TextField(5); > textFieldHoraInicioEvento.setMaximumLength(5); > gridPrincipal.add(2, 4, > EchoUtil.createLabeledField("Hora (HH:MM)", > textFieldHoraInicioEvento)); > > // Duração > textFieldDuracaoEvento = new TextField(5); > textFieldDuracaoEvento.setMaximumLength(5); > gridPrincipal.add(0, 5, > EchoUtil.createLabeledField("Duração (HH:MM)", > textFieldDuracaoEvento)); > > // Periodicidade > selectFieldTipoRepeticaoEvento = > new SelectField( > new Object[] { > "Sem repetição", > "Todo dia", > "Toda semana", > "Todo mês no mesmo dia da semana", > "Todo mês no mesmo dia do mês", > "Anualmente" }); > > selectFieldTipoRepeticaoEvento.addActionListener(new > ActionListener() { > public void actionPerformed(ActionEvent e) { > mudaPeriodicidade(); > } > }); > gridPrincipal.add(2, 5, > EchoUtil.createLabeledField("Periodicidade", > selectFieldTipoRepeticaoEvento)); > > // Data do fim da repetição > dateFieldDataFinalRepeticaoEvento = new > DateField(); > > dateFieldDataFinalRepeticaoEvento.setDateFormat(formatoData); > gridPrincipal.add(0, 6, > EchoUtil.createLabeledField("Último dia do evento", > dateFieldDataFinalRepeticaoEvento)); > > // Repetir a cada (dias/semanas/meses/anos) > labelPeriodoRepeticao = new LabelRepeticao(); > textFieldIntervaloEvento = new TextField(3); > textFieldIntervaloEvento.setMaximumLength(3); > gridPrincipal.add(2, 6, > EchoUtil.createLabeledField(labelPeriodoRepeticao, > textFieldIntervaloEvento)); > > // Escolha dos dias de repetição > gridDiasRepeticao = new GridDiasRepeticaoDiario(); > cell = new > Grid.Cell(EchoUtil.createLabeledField("Dias em que o > evento se repetirá", gridDiasRepeticao)); > cell.setColumnSpan(3); > gridPrincipal.add(0, 7, cell); > > Panel p = new Panel(); > checkBoxExibirNoCalendario = new CheckBox("Exibir > apenas no calendário"); > p.add(checkBoxExibirNoCalendario); > checkBoxEventoPrivado = new CheckBox("Marcar como > privado"); > p.add(checkBoxEventoPrivado); > cell = new > Grid.Cell(EchoUtil.createLabeledField("Opções do > evento", p)); > cell.setColumnSpan(3); > gridPrincipal.add(0, 8, cell); > } > }> public class EchoUtil { > /** > * @param title > * @param component > */ > public static Component createLabeledField(String > title, Component component) { > Grid grid = new Grid(); > grid.setWidth(100); > grid.setWidthUnits(Grid.PERCENT_UNITS); > grid.add(0, 0, createFieldLabel(title)); > grid.add(0, 1, component); > return grid; > } > > /** > * Cria a grid com o label e o componente > * @param label > * @param component > * @return > */ > public static Component createLabeledField(Label > label, Component component) { > Grid grid = new Grid(); > grid.setWidth(100); > grid.setWidthUnits(Grid.PERCENT_UNITS); > label.setFont(new Font(Font.VERDANA, Font.BOLD, > 8)); > grid.add(0, 0, label); > grid.add(0, 1, component); > return grid; > > } > /** > * @param title > */ > public static Label createFieldLabel(String title) > { > Font font = new Font(Font.VERDANA, Font.BOLD, 8); > Label label = new Label(title); > label.setFont(font); > return label; > } > } ______________________________________________________________________ Yahoo! Mail: 6MB, anti-spam e antivírus gratuito! Crie sua conta agora: http://mail.yahoo.com.br |
From: <rpd...@ya...> - 2003-11-29 22:22:38
|
Hi. I'm having a problem with the Grid component. The first row of my grid have a colspan, and the rendered table does not include this attribute. So the third column is not correctly aligned. Am I doing something wrong? The corresponding code is attached, and the corresponding rendered image. I'm using Echo 1.1b2, IE 6.0SP1. Thanks Robson ______________________________________________________________________ Yahoo! Mail: 6MB, anti-spam e antivírus gratuito! Crie sua conta agora: http://mail.yahoo.com.br |
From: <Bra...@ca...> - 2003-11-25 05:12:23
|
>>I am thinking that others may be interested in this comparison of tapestry >>vs echo, so I may write it up, etc. Maybe get it published:) Yes I am interested. I am always looking for articles to be posted on the EchoPoint web site. >>Is newInstance() called for every new user? >>So every new user gets their own copy of the "NumberGuess" object Yes. In pure servlet terms EchoInstance it is tied to the lifecyle of the HttpSession object. So every user gets has a corresponding EchoInstance object. This is then the parent of all other components such as Windows, Panes, Buttons etc.... Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- Phillip Rhodes <spa...@rh... To: ech...@li... > cc: Sent by: Subject: [Echo-list] basic echo question ech...@li...ur ceforge.net 25/11/2003 03:30 PM Hi all, I am simultaneously evaluating echo and tapestry. Both applications sound very good to me as far as what they do (component). I have been doing java web development since 1.0.2 and am well qualified for the evaluation. Hands down, I can attest that echo is easier to work with (not much of a learning curve) vs. a steep one for tapestry. I have been using struts, model 1, etc so long that I hate it. I was a convert before you even wrote Echo. I am thinking that others may be interested in this comparison of tapestry vs echo, so I may write it up, etc. Maybe get it published:) anyway, I have a basic question. Is newInstance() called for every new user? So every new user gets their own copy of the "NumberGuess" object (NumberGuess extends EchoInstance)? I would suspect this is the case, but wanted to make 100% certain that I understand this basic idea. Thanks! Phillip Rhodes public class NumberGuessServlet extends EchoServer { public EchoInstance newInstance() { return new NumberGuess(); } } ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Phillip R. <spa...@rh...> - 2003-11-25 04:30:15
|
Hi all, I am simultaneously evaluating echo and tapestry. Both applications sound very good to me as far as what they do (component). I have been doing java web development since 1.0.2 and am well qualified for the evaluation. Hands down, I can attest that echo is easier to work with (not much of a learning curve) vs. a steep one for tapestry. I have been using struts, model 1, etc so long that I hate it. I was a convert before you even wrote Echo. I am thinking that others may be interested in this comparison of tapestry vs echo, so I may write it up, etc. Maybe get it published:) anyway, I have a basic question. Is newInstance() called for every new user? So every new user gets their own copy of the "NumberGuess" object (NumberGuess extends EchoInstance)? I would suspect this is the case, but wanted to make 100% certain that I understand this basic idea. Thanks! Phillip Rhodes public class NumberGuessServlet extends EchoServer { public EchoInstance newInstance() { return new NumberGuess(); } } |
From: Tod L. <tli...@ne...> - 2003-11-24 05:52:28
|
Hi Phillip, Check out the EchoWebMail app featured in this article: http://www-106.ibm.com/developerworks/java/library/j-echo2/ The app can be downloaded from the article in the above link, and is also running on the NextApp demo site (http://www.nextapp.com/products/echo/demo). Best regards --Tod Liebeck NextApp, Inc. On Sun, 2003-11-23 at 20:48, Phillip Rhodes wrote: > Looking for an example of an application that provides a login page. > > Thanks. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |
From: <Bra...@ca...> - 2003-11-24 05:44:55
|
Check out: http://demo.nextapp.com:8080/SierraIAD/app Its the demo for the NextApp Sierra product. It has a Login screen. Also check out the EchoPoint Bank example http://echopoint.sourceforge.net/NewsArticles/Hosting.html The source code for this is also downloadable from the EchoPoint site. Using Echo, you would take an approach very much like you would if you built a Swing application * At application start time, create a Window with a ContentPane and a userId and password field and a logon button * Add an ActionListener to the login button * Validate the userid and password fields when the button ActionListener is triggered. * If the user is not validated, leeave the contents of the Window the same, except maybe for an error message Label * If the user is validated, the remove the contents of the ContentPane and replace them with the next lot of components give a succesfull login. Writing and Echo web application is about deciding which components should be visible/created given some application state. Compare this to traditional web development which is more like "determine what page you are on, and what data was received......internally redirect to a specific JSP page and provide the data that this page needs". Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- Phillip Rhodes <phillip.rhodes@rhoderunne To: ech...@li... r.com> cc: Sent by: Subject: [Echo-list] application login example? ech...@li...ur ceforge.net 24/11/2003 03:48 PM Looking for an example of an application that provides a login page. Thanks. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Phillip R. <phi...@rh...> - 2003-11-24 04:48:21
|
Looking for an example of an application that provides a login page. Thanks. |
From: Mark S. <msa...@be...> - 2003-11-24 04:08:44
|
> >>I didn't notice any difference b/w suspend and exit. > >Suspend does just that. If you come back to the URL (in any other way >except the back button), you are in the same state as before. > >Exit will cause the session to be invalidated and the applications >restarted. Splash screen should be shown etc... Thanks. That was the answer. However, when I go back to the application url in the same browser, I don't get the splash screen again (although the app is restarted). |
From: <Bra...@ca...> - 2003-11-24 01:13:32
|
>>I didn't notice any difference b/w suspend and exit. Suspend does just that. If you come back to the URL (in any other way except the back button), you are in the same state as before. Exit will cause the session to be invalidated and the applications restarted. Splash screen should be shown etc... >>Once I click on the button and get taken to the URI, what is the best way to get back to the page I was on? Via a bookmark or via another URL link within an HTML page. >>If I click on the back button, I go back and then get redirected to the new URI, >>likely b/c the state of the echo app at that time says: Yeah I have noticed this behaviour. It seems the Back button simply puts you on the same place where Echo was trying to re-direct you to a new page. So it does what it said it would....it redirects you to a new page. I am not sure if Echo is able to detect that it has previously executed the redirect and even if it can what would it do other than redirect you to the page is has been told to redirect you to. Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- Mark Salamon <msa...@be... To: ech...@li... > cc: Sent by: Subject: [Echo-list] ExitButton ech...@li...ur ceforge.net 24/11/2003 11:54 AM I tried using the ExitButton in a test app (a simple one, where I simply constructed the button with a URI and text). I didn't notice any difference b/w suspend and exit. Once I click on the button and get taken to the URI, what is the best way to get back to the page I was on? If I click on the back button, I go back and then get redirected to the new URI, likely b/c the state of the echo app at that time says: redirect to new URI. I assume in exit mode you can't go back to the state you were in any way. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: Mark S. <msa...@be...> - 2003-11-24 00:54:12
|
I tried using the ExitButton in a test app (a simple one, where I simply constructed the button with a URI and text). I didn't notice any difference b/w suspend and exit. Once I click on the button and get taken to the URI, what is the best way to get back to the page I was on? If I click on the back button, I go back and then get redirected to the new URI, likely b/c the state of the echo app at that time says: redirect to new URI. I assume in exit mode you can't go back to the state you were in any way. |
From: Tod L. <tli...@ne...> - 2003-11-19 23:04:48
|
Hi Michael, It sounds like your doing everything right, so this could be a problem in Echo. Could you send me the full HTML output of the effected pane (zipped up so it doesn't get mangled in e-mail), as well as the few lines of code you're using to create the button? Also, what browser/OS/Echo version are you running? Best regards --Tod Liebeck NextApp, Inc. On Wed, 2003-11-19 at 05:48, Kelleher, Michael wrote: > Brad, > I am using nextapp.echo.Button, and I envoked > setRolloverEnabled(true). > > Here is some HTML from the screen that gets rendered: > > > <TABLE height="71" CLASS="Home_Table"> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_21', 'press');" > onmouseout="E_rollover('a_21', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_21', null, 'E-S-4');" id="E_C_a_21_0">Create New > User Account</a> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_22', 'press');" > onmouseout="E_rollover('a_22', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_22', null, 'E-S-4');" id="E_C_a_22_0">Maintain > Accounts</a> > <BR> > <SPAN CLASS="LinkNoUnderline"> > (Update, duplicate, re-enable, verify account status, mass > changes) > </SPAN> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_23', 'press');" > onmouseout="E_rollover('a_23', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_23', null, 'E-S-4');" id="E_C_a_23_0">View > Account Details</a> > </TD> > </TR> > <TR> > <TD WIDTH="100%" VALIGN="top"> > <a href="javascript:E_setAction('a_24', 'press');" > onmouseout="E_rollover('a_24', null, 'E-S-2');" class="E-S-3" > onmouseover="E_rollover('a_24', null, 'E-S-4');" id="E_C_a_24_0">Check for > Existing Account</a> > </TD> > </TR> > </TABLE> > > > -----Original Message----- > From: Tod Liebeck [mailto:tli...@ne...] > Sent: Tuesday, November 18, 2003 7:13 PM > To: Echo List > Subject: Re: [Echo-list] AbstractButton > > > Hi Michael, > > Are you extending AbstractButton or using one of the built-in button > components (Button, RadioButton, CheckBox)? Did you invoke > setRolloverEnabled() (by default, rolloverEnabled is false)? If that's > not the case, does the button's rendered HTML have > onMouseover/onMouseout attributes on it? > > Best regards > --Tod Liebeck > NextApp, Inc. > > On Tue, 2003-11-18 at 08:59, Kelleher, Michael wrote: > > For some reasom, either thru CSS or setting it explicitly, I cannot > > get Rollover support to work. Has anyone been able to get Rollover > > support to work? > > > > +---------------------------------+ > > | Michael J. Kelleher | > > | Application Technical Specialist| > > | Nielsen Media Research | > > +---------------------------------+ > > > > > > > > |
From: Tod L. <tli...@ne...> - 2003-11-19 00:14:55
|
Hi Michael, Are you extending AbstractButton or using one of the built-in button components (Button, RadioButton, CheckBox)? Did you invoke setRolloverEnabled() (by default, rolloverEnabled is false)? If that's not the case, does the button's rendered HTML have onMouseover/onMouseout attributes on it? Best regards --Tod Liebeck NextApp, Inc. On Tue, 2003-11-18 at 08:59, Kelleher, Michael wrote: > For some reasom, either thru CSS or setting it explicitly, I cannot > get Rollover support to work. Has anyone been able to get Rollover > support to work? > > +---------------------------------+ > | Michael J. Kelleher | > | Application Technical Specialist| > | Nielsen Media Research | > +---------------------------------+ > > |
From: Kelleher, M. <Mic...@Ni...> - 2003-11-18 17:00:16
|
For some reasom, either thru CSS or setting it explicitly, I cannot get Rollover support to work. Has anyone been able to get Rollover support to work? +---------------------------------+ | Michael J. Kelleher | | Application Technical Specialist| | Nielsen Media Research | +---------------------------------+ |
From: John R. <jra...@th...> - 2003-11-14 12:15:05
|
Thanks!! On Thu, 2003-11-13 at 18:05, Bra...@ca... wrote: > > What you could do is put a property listener on the Pane in question. when > the SCROLL_BAR_X_CHANGED_PROPERTY and SCROLL_BAR_Y_CHANGED_PROPERTY > properies fire to anything but 0, then set them to 0. > > This will cause the behaviour you want. > > Cheers > Brad Baker > ---------------------------------------------------------------------------------------- > > Email : bra...@ca... > Mobile: 0418-642-341 > ---------------------------------------------------------------------------------------- > > > > > > John Rayburn > <jra...@th...> To: Echo List <ech...@li...> > Sent by: cc: > ech...@li...ur Subject: [Echo-list] Frame scroll position > ceforge.net > > > 14/11/2003 08:31 AM > > > > > When an echo page reloads, is there a way NOT to have the behavior of > remembering where the scrollbar was positioned? We have some cases > where this is NOT the desired behavior. > > Thanks! > > John Rayburn > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |
From: <Bra...@ca...> - 2003-11-13 23:11:25
|
What you could do is put a property listener on the Pane in question. when the SCROLL_BAR_X_CHANGED_PROPERTY and SCROLL_BAR_Y_CHANGED_PROPERTY properies fire to anything but 0, then set them to 0. This will cause the behaviour you want. Cheers Brad Baker ---------------------------------------------------------------------------------------- Email : bra...@ca... Mobile: 0418-642-341 ---------------------------------------------------------------------------------------- John Rayburn <jra...@th...> To: Echo List <ech...@li...> Sent by: cc: ech...@li...ur Subject: [Echo-list] Frame scroll position ceforge.net 14/11/2003 08:31 AM When an echo page reloads, is there a way NOT to have the behavior of remembering where the scrollbar was positioned? We have some cases where this is NOT the desired behavior. Thanks! John Rayburn ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Echo-list mailing list Ech...@li... https://lists.sourceforge.net/lists/listinfo/echo-list |
From: John R. <jra...@th...> - 2003-11-13 21:32:00
|
When an echo page reloads, is there a way NOT to have the behavior of remembering where the scrollbar was positioned? We have some cases where this is NOT the desired behavior. Thanks! John Rayburn |
From: John R. <jra...@th...> - 2003-11-12 18:24:12
|
When an echo button is created with both an icon and text, there is rendered a <td> in the middle that has a filler image, 3 pixels wide. This space makes the button look great, but it's a dead-spot where if the user clicks, no action occurs. Also, if the user clicks above/below the text, no action occurs, though this is secondary. Could that spacer image be made to be clickable/rollover triggering just like the icon and the text? This would eliminate the dead space and solve a small amout of user frustration. Thanks! |
From: Lendvai A. <Att...@ne...> - 2003-11-12 10:50:49
|
:: Component.getEchoInstance().getWindows() returns a Window[].=20 :: If you're looking for a specific one and you've subclassed=20 :: window, you can iterate over them and perform "windows[i]=20 :: instanceof MyWindowClass". =20 :: =20 :: You can also use EchoInstance to store shared data across=20 :: components, so maybe what you're trying to get to in that=20 :: Window object could be stored there instead. thanks, but i need the window of a given component. i need it for my navigation aspect, that automagically handles back and cancel buttons. currently i have a single window setup, but only as a temporary solution. now that i need extra windows, it's a bit funny if a back button navigates another window... (i was surprised, i've forgotten that little simplification... :) - 101 |
From: Dalton, J. <jd...@as...> - 2003-11-11 21:20:20
|
Q29tcG9uZW50LmdldEVjaG9JbnN0YW5jZSgpLmdldFdpbmRvd3MoKSByZXR1cm5zIGEgV2luZG93 W10uICBJZiB5b3UncmUgbG9va2luZyBmb3IgYSBzcGVjaWZpYyBvbmUgYW5kIHlvdSd2ZSBzdWJj bGFzc2VkIHdpbmRvdywgeW91IGNhbiBpdGVyYXRlIG92ZXIgdGhlbSBhbmQgcGVyZm9ybSAid2lu ZG93c1tpXSBpbnN0YW5jZW9mIE15V2luZG93Q2xhc3MiLiAgDQogDQpZb3UgY2FuIGFsc28gdXNl IEVjaG9JbnN0YW5jZSB0byBzdG9yZSBzaGFyZWQgZGF0YSBhY3Jvc3MgY29tcG9uZW50cywgc28g bWF5YmUgd2hhdCB5b3UncmUgdHJ5aW5nIHRvIGdldCB0byBpbiB0aGF0IFdpbmRvdyBvYmplY3Qg Y291bGQgYmUgc3RvcmVkIHRoZXJlIGluc3RlYWQuDQogDQpqZA0KDQoJLS0tLS1PcmlnaW5hbCBN ZXNzYWdlLS0tLS0gDQoJRnJvbTogTGVuZHZhaSBBdHRpbGEgW21haWx0bzpBdHRpbGEuTGVuZHZh aUBuZXR2aXNvci5odV0gDQoJU2VudDogVHVlIDExLzExLzIwMDMgMTI6MDggUE0gDQoJVG86IGVj aG8gDQoJQ2M6IA0KCVN1YmplY3Q6IFtFY2hvLWxpc3RdIGdldFdpbmRvdygpPw0KCQ0KCQ0KDQoN CgloaSwNCgkNCgl0aGVyZSdzIG5vIGdldFdpbmRvdygpIG1ldGhvZCBpbiBDb21wb25lbnQuIGlz IGlzIHNpbXBseSBub3QgeWV0IGFkZGVkLA0KCW9yIHRoZXJlJ3Mgc29tZSBkZWNpc2lvbiBiZWhp bmQgdGhpcz8NCgkNCglhIHdoaWxlIGdldFBhcmVudCBsb29wIGNhbiByZXR1cm4gdGhlIGNvcnJl Y3QgYW5zd2VyLi4uIHNob3VsZCBpIHNlbmQgYQ0KCXBhdGNoPyBvciBjdnMgdXA/IDopDQoJDQoJ dGhhbmtzLA0KCQ0KCTEwMQ0KCQ0KCQ0KCQ0KCS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCglUaGlzIFNGLk5ldCBlbWFpbCBzcG9uc29yZWQg Ynk6IEFwYWNoZUNvbiAyMDAzLA0KCTE2LTE5IE5vdmVtYmVyIGluIExhcyBWZWdhcy4gTGVhcm4g Zmlyc3RoYW5kIHRoZSBsYXRlc3QNCglkZXZlbG9wbWVudHMgaW4gQXBhY2hlLCBQSFAsIFBlcmws IFhNTCwgSmF2YSwgTXlTUUwsDQoJV2ViREFWLCBhbmQgbW9yZSEgaHR0cDovL3d3dy5hcGFjaGVj b24uY29tLw0KCV9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f DQoJRWNoby1saXN0IG1haWxpbmcgbGlzdA0KCUVjaG8tbGlzdEBsaXN0cy5zb3VyY2Vmb3JnZS5u ZXQNCglodHRwczovL2xpc3RzLnNvdXJjZWZvcmdlLm5ldC9saXN0cy9saXN0aW5mby9lY2hvLWxp c3QNCgkNCg0K |