You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
1
(2) |
2
(5) |
3
(1) |
4
|
5
|
|
6
|
7
|
8
|
9
|
10
(6) |
11
(5) |
12
|
|
13
(1) |
14
(5) |
15
(2) |
16
(4) |
17
(3) |
18
(2) |
19
(2) |
|
20
|
21
(6) |
22
(9) |
23
(6) |
24
(6) |
25
(6) |
26
(5) |
|
27
(2) |
28
(2) |
29
(3) |
30
(1) |
|
|
|
|
From: <php...@li...> - 2010-06-11 12:07:26
|
> It actually doesn't hang anymore, it just takes a few seconds and > gives me an error page with this Aha. Well, but I will take a look at this anyway. :) > java.io.IOException: No suitable php fastcgi sapi found. Install PHP > as either "/usr/bin/php-cgi" or "c:/Program Files/PHP/php-cgi.exe" or > "/home/Sravan/Desktop/tomcat/webapps/ROOT/WEB-INF/cgi/php-cgi-i386-linux". > See also "php_exec" in your WEB-INF/web.xml. > I'm guessing I have to install PHP? I thought the php-servlet.jar took > care of all of that? You can copy php-cgi binaries into your web application, yes. But since you have installed PHP for *all* of your web applications, you must install a system php binary, yes. > If not, how do I install? Simply download PHP and copy it to c:\Program Files\PHP\ (Windows) or type yum install php (Linux) Regards, Jost Bökemeier > > Sincerely, > Sravan Suryadevara > University of Illinois | Urbana-Champaign > B.S Computer Science | Class of 2013 > E-mail | sur...@il... > Phone | (908) 432-5330 > > > > On Fri, Jun 11, 2010 at 3:56 PM, > <php...@li...> wrote: >> The "hanging" is a separate issue. Since version 6 we use chunked >> connections everywhere. HTTP/1.1 Transfer-Encoding: chunked requires >> 0\r\n as a shutdown sequence. If PHP crashes early, both, the >> front-end and the back-end side will wait for each other's 0\r\n to >> appear. Similar to this bug already fixed in the standalone component. >> >> 2010-05-23 <jostb@intern> >> >> * server/php/java/bridge/http/ChunkedInputStream.java >> (read): PR#3005379: Return the buffer contents before reading from >> the network, in order to avoid deadlock. >> Thanks to Oliver Billmann. >> >> * server/php/java/bridge/http/ChunkedInputStream.java >> (eof): New method >> >> * server/php/java/bridge/http/ChunkedOutputStream.java >> (eof): New method >> >> * server/php/java/bridge/JavaBridgeRunner.java >> (doPut): do not read/write 0\r\n chunk after an exception (e.g.: >> OutOfMemoryError or RequestAbortException) occured >> >> >> I think the new 6.x versions still aren't ready for prime time ... :( >> >> >> >> >> On 6/11/10, Jost Boekemeier <jos...@go...> wrote: >>> Hi Sravan, >>> >>> thank you very much for this bug report. This is a regression. We have >>> added security checks to JavaProxy.php, see NEWS file and >>> http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/server/buildJavaProxy.php?view=markup >>> >>> Since version 6.x the java/JavaProxy.php cannot read your .php file >>> anymore. >>> >>> Please change the php_include_java option to "Off" >>> >>> - >>> <init-param><param-name>php_include_java</param-name><param-value>On</param-value></init-param> >>> + >>> <init-param><param-name>php_include_java</param-name><param-value>Off</param-value></init-param> >>> >>> and include Java.inc in each of your PHP scripts. I will fix this in >>> the CVS head and change the install instructions. >>> >>> Thanks again for reporting this issue. >>> >>> >>> Regards, >>> Jost Bökemeier >>> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2010-06-11 11:55:31
|
It actually doesn't hang anymore, it just takes a few seconds and gives me an error page with this: java.io.IOException: No suitable php fastcgi sapi found. Install PHP as either "/usr/bin/php-cgi" or "c:/Program Files/PHP/php-cgi.exe" or "/home/Sravan/Desktop/tomcat/webapps/ROOT/WEB-INF/cgi/php-cgi-i386-linux". See also "php_exec" in your WEB-INF/web.xml. Reason follows: php.java.servlet.fastcgi.FastCGIServlet.handle(FastCGIServlet.java:1002) php.java.servlet.fastcgi.FastCGIServlet.doPost(FastCGIServlet.java:1028) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) I'm guessing I have to install PHP? I thought the php-servlet.jar took care of all of that? If not, how do I install? Sincerely, Sravan Suryadevara University of Illinois | Urbana-Champaign B.S Computer Science | Class of 2013 E-mail | sur...@il... Phone | (908) 432-5330 On Fri, Jun 11, 2010 at 3:56 PM, <php...@li...> wrote: > The "hanging" is a separate issue. Since version 6 we use chunked > connections everywhere. HTTP/1.1 Transfer-Encoding: chunked requires > 0\r\n as a shutdown sequence. If PHP crashes early, both, the > front-end and the back-end side will wait for each other's 0\r\n to > appear. Similar to this bug already fixed in the standalone component. > > 2010-05-23 <jostb@intern> > > * server/php/java/bridge/http/ChunkedInputStream.java > (read): PR#3005379: Return the buffer contents before reading from > the network, in order to avoid deadlock. > Thanks to Oliver Billmann. > > * server/php/java/bridge/http/ChunkedInputStream.java > (eof): New method > > * server/php/java/bridge/http/ChunkedOutputStream.java > (eof): New method > > * server/php/java/bridge/JavaBridgeRunner.java > (doPut): do not read/write 0\r\n chunk after an exception (e.g.: > OutOfMemoryError or RequestAbortException) occured > > > I think the new 6.x versions still aren't ready for prime time ... :( > > > > > On 6/11/10, Jost Boekemeier <jos...@go...> wrote: >> Hi Sravan, >> >> thank you very much for this bug report. This is a regression. We have >> added security checks to JavaProxy.php, see NEWS file and >> http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/server/buildJavaProxy.php?view=markup >> >> Since version 6.x the java/JavaProxy.php cannot read your .php file >> anymore. >> >> Please change the php_include_java option to "Off" >> >> - >> <init-param><param-name>php_include_java</param-name><param-value>On</param-value></init-param> >> + >> <init-param><param-name>php_include_java</param-name><param-value>Off</param-value></init-param> >> >> and include Java.inc in each of your PHP scripts. I will fix this in >> the CVS head and change the install instructions. >> >> Thanks again for reporting this issue. >> >> >> Regards, >> Jost Bökemeier >> > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2010-06-11 10:27:02
|
The "hanging" is a separate issue. Since version 6 we use chunked
connections everywhere. HTTP/1.1 Transfer-Encoding: chunked requires
0\r\n as a shutdown sequence. If PHP crashes early, both, the
front-end and the back-end side will wait for each other's 0\r\n to
appear. Similar to this bug already fixed in the standalone component.
2010-05-23 <jostb@intern>
* server/php/java/bridge/http/ChunkedInputStream.java
(read): PR#3005379: Return the buffer contents before reading from
the network, in order to avoid deadlock.
Thanks to Oliver Billmann.
* server/php/java/bridge/http/ChunkedInputStream.java
(eof): New method
* server/php/java/bridge/http/ChunkedOutputStream.java
(eof): New method
* server/php/java/bridge/JavaBridgeRunner.java
(doPut): do not read/write 0\r\n chunk after an exception (e.g.:
OutOfMemoryError or RequestAbortException) occured
I think the new 6.x versions still aren't ready for prime time ... :(
On 6/11/10, Jost Boekemeier <jos...@go...> wrote:
> Hi Sravan,
>
> thank you very much for this bug report. This is a regression. We have
> added security checks to JavaProxy.php, see NEWS file and
> http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/server/buildJavaProxy.php?view=markup
>
> Since version 6.x the java/JavaProxy.php cannot read your .php file
> anymore.
>
> Please change the php_include_java option to "Off"
>
> -
> <init-param><param-name>php_include_java</param-name><param-value>On</param-value></init-param>
> +
> <init-param><param-name>php_include_java</param-name><param-value>Off</param-value></init-param>
>
> and include Java.inc in each of your PHP scripts. I will fix this in
> the CVS head and change the install instructions.
>
> Thanks again for reporting this issue.
>
>
> Regards,
> Jost Bökemeier
>
|
|
From: <php...@li...> - 2010-06-11 10:11:09
|
Hi Sravan, thank you very much for this bug report. This is a regression. We have added security checks to JavaProxy.php, see NEWS file and http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/server/buildJavaProxy.php?view=markup Since version 6.x the java/JavaProxy.php cannot read your .php file anymore. Please change the php_include_java option to "Off" - <init-param><param-name>php_include_java</param-name><param-value>On</param-value></init-param> + <init-param><param-name>php_include_java</param-name><param-value>Off</param-value></init-param> and include Java.inc in each of your PHP scripts. I will fix this in the CVS head and change the install instructions. Thanks again for reporting this issue. Regards, Jost Bökemeier |
|
From: <php...@li...> - 2010-06-11 08:53:51
|
Hi,
please the joomla maintainer for help.
Joomla uses __autoload, so you cannot use it with any other library.
There isn't anything we can do. Running joomla in apache doesn't help.
Regards,
Jost Bökemeier
Am 10.06.2010 17:34 schrieb <php...@li...>:
Hi Jost,
Thank for your attention and new sorry for my bad english.
I see web.xml in app jes (derived from JavaBridgeTemplate) and javaBridge
and remove
php_include_java option for include java only in specific php.
But the problems no is it.
how you say the problem is in Joomla, I modify joola JLoader class in both
locations
and work OK.
I am new in Php, for this reason not know much about scritp and classloader
php vehaviors but I study this bug for inform to joomla team.
My idea is use Joomla App in normal way, instaling it in Apache DocumentRoot
(p.e. C:/xampp/htdocs/myappjoomla) and include
require_once("http://127.0.0.1:8080/JavaBridge/java/Java.inc");
only in php file who access java class
And only instaling in jee server (backend server p.e. geronimo)
javaBridge and others java components. In others words use backend server
for execute java parts and execute statics contents and Php pure script in
Apache.
In this test work Ok. But I intrested for yours coments about.
Regards
--- El jue 10-jun-10, php...@li... <
php...@li...> escribió:
De: php...@li... <
php...@li...>
Asunto: Re: [Php-java-bridge-users] Running Joomla App on Geronimo Server
using PhpJavaBridge
Para: php...@li...
Fecha: jueves, 10 de junio de 2010, 5:37
FYI: I have removed the php_include_java option from the
JavaBridgeTemplate.war file and added it ...
|