|
From: <php...@li...> - 2008-03-08 09:41:20
|
Hi, I am using PHP/Java Bridge on Windows under PHP/Apache/Tomcat configuration. On calling some of my JavaClasses from PHP, I observe an error saying "maximum time of 60 seconds exceeded" from JavaBridge. Is this response timeout parameter configurable? If Yes, Pls let me know where can I alter it. regds, Bharti |
|
From: <php...@li...> - 2008-03-08 13:31:25
|
Hi,
> "maximum time of 60 seconds exceeded" from JavaBridge
Are you sure?
I think this error message comes from PHP, not from the JavaBridge. Please see the PHP
documentation for details.
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|
|
From: <php...@li...> - 2008-03-09 02:29:25
|
Hi Jost, I see the following error: *Fatal error*: Maximum execution time of 60 seconds exceeded in * http://127.0.0.1:8080/slJavaBridge/java/Java.inc* on line *818 *For now, simulated this error by getting my backend Java Class not to return and I get this error. I am a beginner in this web-programming domain. If you can pls point me to the PHP settings for this too..it would be great! * regds, Bharti * On Sat, Mar 8, 2008 at 7:01 PM, <php...@li...> wrote: > Hi, > > > "maximum time of 60 seconds exceeded" from JavaBridge > > Are you sure? > > I think this error message comes from PHP, not from the JavaBridge. Please > see the PHP > documentation for details. > > > Regards, > Jost Boekemeier > > > > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. > www.yahoo.de/go > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2008-03-11 02:54:15
|
Hi Jost, Any pointers in this direction... Pls let me know! Bharti On Sun, Mar 9, 2008 at 7:59 AM, Bharti Batra <bha...@gm...> wrote: > Hi Jost, > > I see the following error: > > *Fatal error*: Maximum execution time of 60 seconds exceeded in * > http://127.0.0.1:8080/slJavaBridge/java/Java.inc* on line *818 > > *For now, simulated this error by getting my backend Java Class not to > return and I get this error. I am a beginner in this web-programming domain. > If you can pls point me to the PHP settings for this too..it would be great! > * > > regds, > Bharti > * > > On Sat, Mar 8, 2008 at 7:01 PM, < > php...@li...> wrote: > > > Hi, > > > > > "maximum time of 60 seconds exceeded" from JavaBridge > > > > Are you sure? > > > > I think this error message comes from PHP, not from the JavaBridge. > > Please see the PHP > > documentation for details. > > > > > > Regards, > > Jost Boekemeier > > > > > > > > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. > > www.yahoo.de/go > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > php-java-bridge-users mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > |
|
From: <php...@li...> - 2008-03-11 10:05:32
|
Hi,
> Any pointers in this direction...
I don't care.
This is a php.ini setting. But if you change PHP's default value, you'll get the next exception
because your HTTP server times out the connection. And if you adjust your HTTP server, your
browser might cut the connection.
Instead of raising the default value, I would rather check why your script doesn't terminate
within 30 seconds.
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|
|
From: <php...@li...> - 2008-03-11 10:29:58
|
Thanx for your suggestions! On Tue, Mar 11, 2008 at 3:35 PM, < php...@li...> wrote: > Hi, > > > Any pointers in this direction... > > I don't care. > > > This is a php.ini setting. But if you change PHP's default value, you'll > get the next exception > because your HTTP server times out the connection. And if you adjust your > HTTP server, your > browser might cut the connection. > > Instead of raising the default value, I would rather check why your script > doesn't terminate > within 30 seconds. > > > Regards, > Jost Boekemeier > > > > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. > www.yahoo.de/go > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |