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
(3) |
2
(9) |
3
(1) |
4
(3) |
|
5
|
6
(3) |
7
(2) |
8
(3) |
9
(2) |
10
(1) |
11
|
|
12
(1) |
13
(9) |
14
(6) |
15
(7) |
16
(8) |
17
|
18
|
|
19
|
20
(2) |
21
(2) |
22
(5) |
23
|
24
(6) |
25
(2) |
|
26
|
27
(3) |
28
|
29
(1) |
30
(4) |
31
(2) |
|
|
From: <php...@li...> - 2007-08-02 09:19:12
|
Hi,
> an update on the fread() errors below:
a short read or a "protocol error" means that something went wrong in the back end; the back end
has simply closed the connection.
You should find the reason for the short read in the log of the back end.
Regards,
Jost Boekemeier
dddd
|
|
From: <php...@li...> - 2007-08-02 09:17:19
|
Hi,
the ISAPI requires a running IIS webserver, right?
Why don't you install PHP into IIS and then use the following code:
require_once("http://localhost:8080/JavaBridge/java/Java.inc");
To connect the PHP instances running in your IIS server with the tomcat J2EE back end?
Regards,
Jost Boekemeier
__________________________________ Wissenswertes für Bastler und Hobby Handwerker. BE A BETTER HEIMWERKER! www.yahoo.de/clever
|
|
From: <php...@li...> - 2007-08-02 09:13:53
|
Hi,
[eval calls itself until a stack overflow occurs]
> Exception in thread "main" java.lang.StackOverflowError
I think version 4.2.0 have had such a problem. I could not reproduce this in version 4.2.1, but
this may well be a problem due to a change in the JSR223 API.
Which one do you use, the API shipped with the bridge or some other API?
Regards,
Jost Boekemeier
dddd
|
|
From: <php...@li...> - 2007-08-02 09:08:21
|
Hello, I'm currently using the PHP javabridge to use lucene together with PHP5. I developed our application and everything looked fine. Some stress test pointed me in the direction to use Tomcat as a servlet engine. we had an 4time speed increase after that. Everything looked fine till it went in production. The setup Tomcat and Apache started acting weird. Sometimes the code throws this error while other javabridge parts of the page work: Fatal error: php_mod_java(98): Call object is null: The connection to the current back end doesn't exist anymore; probably the current back end has been restarted w/o restarting the front end. the problem is basically that the production server is not stable. If anyone has a suggestion how to make this setup reliable and have some suggestions to tune apache/tomcat/javabridge/lucene? Greets, Gilbert |
|
From: <php...@li...> - 2007-08-02 09:03:18
|
Hi Jost! As you suggested, I opened a ticket and appended the detailed PHP-Java Bridge log (level = 5) at the end of that ticket. I also included additional information (e.g. my environment and the way I use PHP-Java Bridge code) in there. http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233 I hope you can help me find out why my code executes very slowly, and get ideas on optimizing PHP-Java Bridge code usage. Thank you very much! Regards, Filip Send instant messages to your online friends http://uk.messenger.yahoo.com |
|
From: <php...@li...> - 2007-08-01 19:30:14
|
an update on the fread() errors below:
It started failing on the following computer
http://192.168.0.5:8080/JavaBridge/test.php
after I'd changed a webpage that I've been developing (that makes use of the bridge) and clicked refresh. Thus, it must not have to do with which computer is used.
I found that deleting cookies makes it work again for some reason, so the problem must have something to do with cookies or the cache. Does the java bridge use cookies? if so, can it be configured not to?
--Nathan Shaskin
Compliance Publishing
php...@li... wrote: Background:
JavaBridge version is 4.1.7_j2ee
I'm using Tomcat 6.0 (running as a service) as the JVM.
Java version is 1.6.0_02
I'm running IIS (needs to work on both v5.1 and v6.0, which are running on Windows XP pro and Windows Server 2003 respectively)
PHP is version 5.2.3 and is running as an ISAPI
php directory is C:/PHP5
I want to run the javaBridge's pure php implementation
I do not want to run php as a CGI, but rather use my already running ISAPI php
When I first place the javaBridge.war file in Tomcat's webapps directory, it works fine regardless of which machine I used to access
http://localhost:8080/JavaBridge/test.php
However it does use CGI/FastCGI version of php (5.2.1) which is obviously not the ISAPI php instance I want it to use. It does list C:PHP5\php.ini as the php.ini file that was loaded, so it must be finding the php folder.
Also, when I restart the computer, a request to http://localhost:8080/JavaBridge/test.php
from the localhost will fail with
Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\Inetpub\wwwroot\JavaBridge\java\Java.inc on line 884
protocol error. , Invalid document end at col 1
However, if I go to the same page from a different computer
for instance:
http://192.168.0.5:8080/JavaBridge/test.php
the test completes successfully
So, I have two questions, how can I configure the bridge to use my ISAPI php instance, and why can I only run java from a computer that's not the server?
Thank you for your time.
--Nathan Shaskin
Compliance Publishing
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
---------------------------------
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out.
|
|
From: <php...@li...> - 2007-08-01 17:54:43
|
Background:
JavaBridge version is 4.1.7_j2ee
I'm using Tomcat 6.0 (running as a service) as the JVM.
Java version is 1.6.0_02
I'm running IIS (needs to work on both v5.1 and v6.0, which are running on Windows XP pro and Windows Server 2003 respectively)
PHP is version 5.2.3 and is running as an ISAPI
php directory is C:/PHP5
I want to run the javaBridge's pure php implementation
I do not want to run php as a CGI, but rather use my already running ISAPI php
When I first place the javaBridge.war file in Tomcat's webapps directory, it works fine regardless of which machine I used to access
http://localhost:8080/JavaBridge/test.php
However it does use CGI/FastCGI version of php (5.2.1) which is obviously not the ISAPI php instance I want it to use. It does list C:PHP5\php.ini as the php.ini file that was loaded, so it must be finding the php folder.
Also, when I restart the computer, a request to http://localhost:8080/JavaBridge/test.php
from the localhost will fail with
Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\Inetpub\wwwroot\JavaBridge\java\Java.inc on line 884
protocol error. , Invalid document end at col 1
However, if I go to the same page from a different computer
for instance:
http://192.168.0.5:8080/JavaBridge/test.php
the test completes successfully
So, I have two questions, how can I configure the bridge to use my ISAPI php instance, and why can I only run java from a computer that's not the server?
Thank you for your time.
--Nathan Shaskin
Compliance Publishing
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
|
|
From: <php...@li...> - 2007-08-01 12:19:24
|
I am trying to call a simple php function in java (see below) and i get the error shown. Any suggestions
package test;
import java.io.IOException;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineManager;
import javax.script.ScriptException;
public class cli {
/**
* @param args
* @throws IOException
* @throws ScriptException
*/
public static void main (String[] args) throws IOException, ScriptException {
String l = "5";
System.setProperty ("php.java.bridge.default_log_level", l);
System.setProperty ("php.java.bridge.default_log_file", "");
System.setProperty ("php.java.bridge.php_exec", "/usr/local/php5/bin/php");
ScriptEngine eng = (new ScriptEngineManager ()).getEngineByName ("php-interactive");
System.out.println (eng.eval ("$a=122"));
System.out.println (eng.eval ("$a=$a+1;"));
System.out.println (eng.eval ("echo $a;"));
eng.eval ((String)null);
}
}
=============================================================
see the error
=============================================================
Aug 01 08:17:51 JavaBridge DEBUG: contextfactory: new context: 1@ for web context, # of contexts: 1
Aug 01 08:17:51 JavaBridge DEBUG: created new bridge: php.java.bridge.JavaBridge@706da8
Aug 01 08:17:51 JavaBridge DEBUG: Using php binary: [/usr/local/php5/bin/php]
Aug 01 08:17:51 JavaBridge DEBUG: Started [/usr/local/php5/bin/php, -d, allow_url_include=On]
Aug 01 08:17:51 JavaBridge DEBUG: Socket connection accepted
Aug 01 08:17:51 JavaBridge DEBUG: Starting HTTP server thread from thread pool
Aug 01 08:17:51 JavaBridge DEBUG: 706da8@73eca6 --> <I v="0" m="getContext" p="I" i="1baa7fc" >
Aug 01 08:17:51 JavaBridge DEBUG: 706da8@73eca6 --> </I>
Aug 01 08:17:51 JavaBridge DEBUG:
Invoking [Object 7368104 - Class: php.java.bridge.JavaBridge:ID4712040:LOADER-ID3343727].getContext();
Aug 01 08:17:51 JavaBridge DEBUG:
Result [Object 1253877 - Class: php.java.script.PhpScriptContext:ID1729816:LOADER-ID3343727]
Aug 01 08:17:51 JavaBridge DEBUG: 706da8@73eca6 <-- <O v="1" p="O" i="1baa7fc"/>
Aug 01 08:17:51 JavaBridge DEBUG: 706da8@73eca6 re-directing to port# Pipe:/var/tmp//.php_java_bridgeo2Yypi/php_rz2B0f
Aug 01 08:17:51 JavaBridge DEBUG: 706da8@73eca6 waiting for context: 1@
Aug 01 08:17:51 JavaBridge DEBUG: end (thread returned to pool): Thread[JavaBridgeHttpServerThreadPool#1,5,JavaBridgeHttpServerThreadPool#1]
Aug 01 08:17:51 JavaBridge DEBUG: starting a new ContextRunner php.java.bridge.http.ContextRunner@1bd9c9
Aug 01 08:17:51 JavaBridge ERROR: An exception occured: java.io.IOException: Protocol violation
java.io.IOException: Protocol violation
at php.java.bridge.http.ContextRunner.init(ContextRunner.java:116)
at php.java.bridge.http.ContextRunner.run(ContextRunner.java:139)
at php.java.bridge.BaseThreadPool$Delegate.run(BaseThreadPool.java:58)
Aug 01 08:17:51 JavaBridge DEBUG: end (thread returned to pool): Thread[JavaBridgeContextRunner#1,5,JavaBridgeContextRunner#1]
Exception in thread "main" java.lang.StackOverflowError
Java Result: 1
any help will be appreciated
|