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
(1) |
3
(1) |
4
(7) |
5
(1) |
6
|
7
|
|
8
|
9
|
10
(3) |
11
(1) |
12
(1) |
13
|
14
|
|
15
(1) |
16
(6) |
17
(6) |
18
(4) |
19
|
20
|
21
|
|
22
|
23
(2) |
24
|
25
|
26
(3) |
27
(6) |
28
(3) |
|
29
|
30
(3) |
|
|
|
|
|
|
From: <php...@li...> - 2007-04-04 11:41:43
|
Hi,
the optimized implementation ("php_java.dll" or
"java.so") is not required. Installing it should be
optional.
Which error message do you get on Suse Linux?
Can you please remove the optional "java.so" and use
the following script:
<?php
require_once("http://localhost:8080/JavaBridge/java/Java.inc");
echo java("java.lang.System")->getProperties();
?>
Please open a problem report (please use
http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233)
and attach the result of the commands:
php -n myTest.php
strace -s 8193 php -n myTest.php 2>script.log
at the end of that ticket.
Regards,
Jost Boekemeier
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
|
|
From: <php...@li...> - 2007-04-04 10:56:28
|
Hi,
it depends on which OS you try to use the bridge.
On Windows, just install the Tomcat-Addon for Xampp and deploy the JavaBridge.war - file into the webapps directory of xampp.
On Linux I can just tell you, that to get it working on SUSE 10.1 I had to compile the sources.
-------- Original-Nachricht --------
Datum: Wed, 4 Apr 2007 11:55:22 +0200 (CEST)
Von: php...@li...
An: php...@li...
Betreff: Re: [Php-java-bridge-users] Instructions for php/Java bridge v4.0.7 on XAMPP 1.6.0a?
> Hi,
>
>
> > bridge v4.0.7 on XAMPP 1.6.0a.
>
> I don't know what XAMPP is, but the generic
> description from the README should work:
>
> 1. Start your J2EE server, copy JavaBridge.war into
> its autodeploy folder
> 2. Use
> require_once("http://localhost:<port>/JavaBridge/java/Java.inc");
>
> if you want to access Java from your PHP scripts.
>
>
> In case you don't want to install a J2EE server or
> servlet engine, the JavaBridge.jar contained in the
> JavaBridge.war contains a simple servlet engine
> implementation which can be started with:
>
> java -jar JavaBridge.jar SERVLET:8080
>
>
> Regards,
> Jost Boekemeier
>
>
>
> ___________________________________________________________
> Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
|
|
From: <php...@li...> - 2007-04-04 10:46:03
|
Hi Gary, I will re-enable Version 3.2.1 this evening. > Are the 4.0.x distributions complete? Unfortunately no. We'll try to make a stable release in june. PHP 5.2.0 and above contain a bug which makes FastCGI unusable on Windows systems. Please see http://bugs.php.net/bug.php?id=40758 for details. So we've decided to replace IBM's FastCGI launcher.exe with our own implementation, it uses windows named pipes instead of TCP sockets. Furthermore all 4.0.x versions currently require that you install an external php-cgi.exe (option "CGI other" in the PHP installer). > 4.0.7 throws the following exceptions trying to run > test.php: > java.io.FileNotFoundException: > \\.\pipe\D:\TEMP\JavaBridge9860.socket > (All pipe instances are busy) Thank you very much for the bug report. How many php-cgi executables are listening on \\.\pipe\D:\TEMP\JavaBridge9860.socket and how many connection pools are accessing it? There should be one connection pool with not more than 5 connections and 5 php fastcgi instances listening on \.\pipe\D:\TEMP\JavaBridge9860.socket. Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and start the java VM with the option -Dphp.java.bridge.default_log_level=5 and attach the log at the end of the ticket? Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2007-04-04 09:55:29
|
Hi,
> bridge v4.0.7 on XAMPP 1.6.0a.
I don't know what XAMPP is, but the generic
description from the README should work:
1. Start your J2EE server, copy JavaBridge.war into
its autodeploy folder
2. Use
require_once("http://localhost:<port>/JavaBridge/java/Java.inc");
if you want to access Java from your PHP scripts.
In case you don't want to install a J2EE server or
servlet engine, the JavaBridge.jar contained in the
JavaBridge.war contains a simple servlet engine
implementation which can be started with:
java -jar JavaBridge.jar SERVLET:8080
Regards,
Jost Boekemeier
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
|
|
From: <php...@li...> - 2007-04-04 01:12:01
|
Has anyone been able to get the Eclipse PDT debugger to work with the SourceForge Java bridge in servlet configuration? I installed the PDT into Eclipse Callisto (from http://dowloads.zend.com/pdt). Then I * obtained the 2.2.3 debugger dll from the Zend website. (http://downloads.zend.com/pdt/server-debugger/) * put the 5_1_x_comp version into the cgi directory of the exploded JavaBridge.war * put the following lines into php.ini: [Zend] zend_extension_ts="D:\EclipseWorkspaces\sourceForgeJavaBridge2\JavaBridg e3.2.1\WEB-INF\cgi\ZendDebugger.dll" zend_debugger.allow_hosts=127.0.0.1/32,172.17.65.115 zend_debugger.allow_tunnel=127.0.0.1/32,172.17.65.115 zend_debugger.expose_remotely=always At this point, running phpinfo() in test.php shows that the debugger dll has been loaded. * set the debugger socket value in the PDT preferences to 10013, since that was what phpinfo() showed. * unchecked the URL autogenerate and hard-coded the specific URL in the PHP Web Page panel of the Eclipse debug dialog. * launched the debug session. Web browser opens but never loads the page. This debugger does work with the bridge in the Zend Platform product. Running Eclipse 3.2 and PHP Java Bridge 3.2.1 on Windows XP. If anybody has gotten this config to debug, or sees anything obviously wrong with my setup, please respond... Thanks -Gary Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. |
|
From: <php...@li...> - 2007-04-04 00:46:10
|
The Release Announcements page says, at the top: "Version 3.2.1 * The pure PHP PHP/Java Bridge is now the reference implementation." I downloaded it a while ago, and have successfully run it on WebLogic Server in the servlet configuration. That version longer appears in the download page on http://sourceforge.net/project/showfiles.php?group_id=117793. I have tried to use 4.0.1 and 4.0.7, but they don't work at all (see exceptions below), and seem to be missing all the PHP executable files in the cgi directory that 3.2.1 contained. Are the 4.0.x distributions complete? Or do they require that you obtain the PHP executables from some other source? Where is 3.2.1? 4.0.7 throws the following exceptions trying to run test.php: php.java.servlet.fastcgi.ConnectException at php.java.servlet.fastcgi.NPChannelName.doConnect(NPChannelName.java:50) at php.java.servlet.fastcgi.NPChannelName.connect(NPChannelName.java:54) at php.java.servlet.fastcgi.FastCGIServlet$1.connect(FastCGIServlet.java:13 8) at php.java.servlet.fastcgi.ConnectionPool$Connection.reopen(ConnectionPool .java:101) at php.java.servlet.fastcgi.ConnectionPool.openConnection(ConnectionPool.ja va:198) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServl et.java:388) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doRun(FastCGIServlet.j ava:344) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.run(FastCGIServlet.jav a:352) at php.java.servlet.CGIServlet.doGet(CGIServlet.java:463) at php.java.servlet.PhpCGIServlet.doGet(PhpCGIServlet.java:328) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) ...snip java.io.FileNotFoundException: \\.\pipe\D:\TEMP\JavaBridge9860.socket (All pipe instances are busy) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.<init>(Unknown Source) at java.io.RandomAccessFile.<init>(Unknown Source) at php.java.servlet.fastcgi.NPChannelName.doConnect(NPChannelName.java:48) at php.java.servlet.fastcgi.NPChannelName.connect(NPChannelName.java:54) at php.java.servlet.fastcgi.FastCGIServlet$1.connect(FastCGIServlet.java:13 8) at php.java.servlet.fastcgi.ConnectionPool$Connection.reopen(ConnectionPool .java:101) at php.java.servlet.fastcgi.ConnectionPool.openConnection(ConnectionPool.ja va:198) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServl et.java:388) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doRun(FastCGIServlet.j ava:344) at php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.run(FastCGIServlet.jav a:352) at php.java.servlet.CGIServlet.doGet(CGIServlet.java:463) at php.java.servlet.PhpCGIServlet.doGet(PhpCGIServlet.java:328) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) ...snip Thanks -Gary Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. |