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
|
3
(9) |
4
(1) |
5
(6) |
6
|
|
7
(1) |
8
(2) |
9
(2) |
10
(7) |
11
(12) |
12
(8) |
13
|
|
14
(4) |
15
(3) |
16
(1) |
17
(5) |
18
(4) |
19
|
20
(2) |
|
21
(4) |
22
|
23
(2) |
24
(2) |
25
(2) |
26
(1) |
27
|
|
28
(1) |
29
(3) |
30
(9) |
31
(2) |
|
|
|
|
From: <php...@li...> - 2008-12-25 18:03:28
|
I'm trying to resolve this for 3 days, and I found solution just after I have submitted an email. The problem was I have used 192.168.1.5 (that is my pc address) instead of localhost.
Zoran
--- On Thu, 12/25/08, php...@li... <php...@li...> wrote:
From: php...@li... <php...@li...>
Subject: Re: [Php-java-bridge-users] problem with java_session() method
To: php...@li...
Date: Thursday, December 25, 2008, 9:52 AM
Hi,
I found that this test.php
<?php
require_once('http://192.168.1.5/JavaBridge/java/Java.inc');
$session=java_session();
?>
works fine if I call it from JavaBridge application in tomcat only if
I change to:
<?php
require_once('java/Java.inc');
$session=java_session();
?>
but I need to use it from my application.
Could somebody help me what did I miss to do here?
Thanks,
Zoran
--- On Wed, 12/24/08, php...@li...
<php...@li...> wrote:
From: php...@li...
<php...@li...>
Subject: [Php-java-bridge-users] problem with java_session() method
To: php...@li...
Date: Wednesday, December 24, 2008, 1:28 PM
Hi,
I have the problem to execute this simple php file:
<?php
require_once('http://192.168.1.5/JavaBridge/java/Java.inc');
$session=java_session();
?>
The problem have started when I have preinstalled my OS. Everything used to
work fine before. The error log is shown bellow. Could you indicate what is the
problem here.
Thanks,
Zoran
Dec 24, 2008 10:15:56 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet PhpCGIServlet threw exception
java.lang.RuntimeException: PHP Warning: pfsockopen(): unable to connect to
192.168.1.5:9267 (A connection attempt failed because the connected party did
not properly respond after a period of time, or established connection failed
because connected host has failed to respond.
) in http://192.168.1.5/JavaBridge/java/Java.inc on line 1045
PHP Fatal error: Uncaught exception 'java_RuntimeException' with
message 'Could not connect to the context server 192.168.1.5:9267. Error
message: A connection attempt failed because the connected party did not
properly respond after a period of time, or established connection failed
because connected host has failed to respond.
(10060)
' in http://192.168.1.5/JavaBridge/java/Java.inc:1046
Stack trace:
#0 http://192.168.1.5/JavaBridge/java/Java.inc(1063):
java_HttpHandler->getChannel('9267')
#1 http://192.168.1.5/JavaBridge/java/Java.inc(1174):
java_HttpHandler->redirect()
#2 http://192.168.1.5/JavaBridge/java/Java.inc(1201):
java_Protocol->redirect()
#3 http://192.168.1.5/JavaBridge/java/Java.inc(1264):
java_Protocol->finish()
#4 http://192.168.1.5/JavaBridge/java/Java.inc(620):
java_Protocol->invokeEnd()
#5 http://192.168.1.5/JavaBridge/java/Java.inc(677):
java_Client->invokeMethod(0, 'getSession', Array)
#6 http://192.168.1.5/JavaBridge/java/Java.inc(1644):
java_Client->getSession(Array)
#7 http://192.168.1.5/JavaBridge/ in
http://192.168.1.5/JavaBridge/java/Java.inc on line 1046
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServlet.java:473)
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doExecute(FastCGIServlet.java:368)
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.execute(FastCGIServlet.java:376)
at php.java.servlet.CGIServlet.handle(CGIServlet.java:400)
at php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:356)
at php.java.servlet.CGIServlet.doGet(CGIServlet.java:469)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:857)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:565)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
at java.lang.Thread.run(Unknown Source)
------------------------------------------------------------------------------
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
------------------------------------------------------------------------------
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2008-12-25 17:52:51
|
Hi,
I found that this test.php
<?php
require_once('http://192.168.1.5/JavaBridge/java/Java.inc');
$session=java_session();
?>
works fine if I call it from JavaBridge application in tomcat only if
I change to:
<?php
require_once('java/Java.inc');
$session=java_session();
?>
but I need to use it from my application.
Could somebody help me what did I miss to do here?
Thanks,
Zoran
--- On Wed, 12/24/08, php...@li... <php...@li...> wrote:
From: php...@li... <php...@li...>
Subject: [Php-java-bridge-users] problem with java_session() method
To: php...@li...
Date: Wednesday, December 24, 2008, 1:28 PM
Hi,
I have the problem to execute this simple php file:
<?php
require_once('http://192.168.1.5/JavaBridge/java/Java.inc');
$session=java_session();
?>
The problem have started when I have preinstalled my OS. Everything used to
work fine before. The error log is shown bellow. Could you indicate what is the
problem here.
Thanks,
Zoran
Dec 24, 2008 10:15:56 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet PhpCGIServlet threw exception
java.lang.RuntimeException: PHP Warning: pfsockopen(): unable to connect to
192.168.1.5:9267 (A connection attempt failed because the connected party did
not properly respond after a period of time, or established connection failed
because connected host has failed to respond.
) in http://192.168.1.5/JavaBridge/java/Java.inc on line 1045
PHP Fatal error: Uncaught exception 'java_RuntimeException' with
message 'Could not connect to the context server 192.168.1.5:9267. Error
message: A connection attempt failed because the connected party did not
properly respond after a period of time, or established connection failed
because connected host has failed to respond.
(10060)
' in http://192.168.1.5/JavaBridge/java/Java.inc:1046
Stack trace:
#0 http://192.168.1.5/JavaBridge/java/Java.inc(1063):
java_HttpHandler->getChannel('9267')
#1 http://192.168.1.5/JavaBridge/java/Java.inc(1174):
java_HttpHandler->redirect()
#2 http://192.168.1.5/JavaBridge/java/Java.inc(1201):
java_Protocol->redirect()
#3 http://192.168.1.5/JavaBridge/java/Java.inc(1264):
java_Protocol->finish()
#4 http://192.168.1.5/JavaBridge/java/Java.inc(620):
java_Protocol->invokeEnd()
#5 http://192.168.1.5/JavaBridge/java/Java.inc(677):
java_Client->invokeMethod(0, 'getSession', Array)
#6 http://192.168.1.5/JavaBridge/java/Java.inc(1644):
java_Client->getSession(Array)
#7 http://192.168.1.5/JavaBridge/ in
http://192.168.1.5/JavaBridge/java/Java.inc on line 1046
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.parseBody(FastCGIServlet.java:473)
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.doExecute(FastCGIServlet.java:368)
at
php.java.servlet.fastcgi.FastCGIServlet$CGIRunner.execute(FastCGIServlet.java:376)
at php.java.servlet.CGIServlet.handle(CGIServlet.java:400)
at php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:356)
at php.java.servlet.CGIServlet.doGet(CGIServlet.java:469)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:857)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:565)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
at java.lang.Thread.run(Unknown Source)
------------------------------------------------------------------------------
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|